代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/38039/1097944

mnu mold_assem.mnu

CAVITY#ASSY 家マ舱ン # remove the # sign and enter foreign help string in this line Ref#Part 把酚箂ン Assemble/Disassemble one or more reference parts. 舱杆/╊秆
www.eeworm.com/read/38039/1098048

mnu appl_axis.mnu

Appl#Axis 莱ノ禸 # remove the # sign and enter foreign help string in this line X#Move X禸簿笆 Allow move along X axis. 猽X禸簿笆
www.eeworm.com/read/38039/1098510

mnu igs_conf.mnu

IGES#CONF IGES#舱篈 # remove the # sign and enter foreign help string in this line IGES#Config IGES#舱篈 Edit/Load IGES specific configuration options. 絪胯/更
www.eeworm.com/read/38039/1100824

mnu moldinfo.mnu

MOLD#CHECK 家ㄣ盎代 # remove the # sign and enter foreign help string in this line Draft#Check ┺家浪琩 Perform draft check on a part. 癸箂ン秈︽┺家浪琩
www.eeworm.com/read/470917/1439698

s s_fabsl.s

/* Copy a sign bit between floating-point values. IBM extended format long double version. Copyright (C) 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library.
www.eeworm.com/read/470917/1439704

s s_copysignl.s

/* Copy a sign bit between floating-point values. IBM extended format long double version. Copyright (C) 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GN
www.eeworm.com/read/470917/1439713

s s_copysign.s

/* Copy a sign bit between floating-point values. Copyright (C) 1997, 1999, 2000, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free softwa
www.eeworm.com/read/470917/1439905

s s_fabsl.s

/* Copy a sign bit between floating-point values. IBM extended format long double version. Copyright (C) 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library.
www.eeworm.com/read/470917/1439912

s s_copysignl.s

/* Copy a sign bit between floating-point values. IBM extended format long double version. Copyright (C) 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library.
www.eeworm.com/read/470720/1450214

c 20030316-1.c

/* PR target/9164 */ /* The comparison operand was sign extended erraneously. */ int main (void) { long j = 0x40000000; if ((unsigned int) (0x40000000 + j) < 0L) abort (); return 0; }