| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fixunsdfdi.c | 24 su_int low = a - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 25 return ((du_int)high << 32) | low;
|
| fixunsdfdi.c | 24 su_int low = a - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 25 return ((du_int)high << 32) | low;
|
| fixunsdfdi.c | 24 su_int low = a - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 25 return ((du_int)high << 32) | low;
|
| fixunssfdi.c | 25 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 26 return ((du_int)high << 32) | low;
|
| fixunssfdi.c | 25 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 26 return ((du_int)high << 32) | low;
|
| fixunssfdi.c | 25 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 26 return ((du_int)high << 32) | low;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
| floatditf.c | 15 doublebits low = { .d = twop52 }; local 16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */ 21 * high_addend and low.d, and we wish to return their sum 31 result.s.hi = high_addend + low.d; 32 result.s.lo = (high_addend - result.s.hi) + low.d;
|
| floatditf.c | 15 doublebits low = { .d = twop52 }; local 16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */ 21 * high_addend and low.d, and we wish to return their sum 31 result.s.hi = high_addend + low.d; 32 result.s.lo = (high_addend - result.s.hi) + low.d;
|
| floatditf.c | 15 doublebits low = { .d = twop52 }; local 16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */ 21 * high_addend and low.d, and we wish to return their sum 31 result.s.hi = high_addend + low.d; 32 result.s.lo = (high_addend - result.s.hi) + low.d;
|
| floatunditf.c | 19 doublebits low = { .d = twop52 }; local 22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */ 27 * high_addend and low.d, and we wish to return their sum 36 result.s.hi = high_addend + low.d; 37 result.s.lo = (high_addend - result.s.hi) + low.d;
|
| floatunditf.c | 19 doublebits low = { .d = twop52 }; local 22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */ 27 * high_addend and low.d, and we wish to return their sum 36 result.s.hi = high_addend + low.d; 37 result.s.lo = (high_addend - result.s.hi) + low.d;
|
| floatunditf.c | 19 doublebits low = { .d = twop52 }; local 22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */ 27 * high_addend and low.d, and we wish to return their sum 36 result.s.hi = high_addend + low.d; 37 result.s.lo = (high_addend - result.s.hi) + low.d;
|
| /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| Magic.cpp | 91 unsigned low = Data2MSB ? 17 : 16; local 93 switch (Magic[low]) {
|
| Magic.cpp | 91 unsigned low = Data2MSB ? 17 : 16; local 93 switch (Magic[low]) {
|
| Magic.cpp | 91 unsigned low = Data2MSB ? 17 : 16; local 93 switch (Magic[low]) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 59 /* If flonum is 0.0, leader==low-1 */
|
| flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 59 /* If flonum is 0.0, leader==low-1 */
|
| flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 59 /* If flonum is 0.0, leader==low-1 */
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 59 /* If flonum is 0.0, leader==low-1 */
|
| flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 59 /* If flonum is 0.0, leader==low-1 */
|
| flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 59 /* If flonum is 0.0, leader==low-1 */
|
| /src/lib/libm/src/ |
| e_hypot.c | 70 u_int32_t low; local 72 GET_LOW_WORD(low,a); 73 if(((ha&0xfffff)|low)==0) w = a; 74 GET_LOW_WORD(low,b); 75 if(((hb^0x7ff00000)|low)==0) w = b; 85 u_int32_t low; local 86 GET_LOW_WORD(low,b); 87 if((hb|low)==0) return a;
|
| k_tan.c | 88 u_int32_t low; local 89 GET_LOW_WORD(low, x); 90 if(((ix | low) | (iy + 1)) == 0)
|
| s_atan.c | 93 u_int32_t low; local 94 GET_LOW_WORD(low,x); 96 (ix==0x7ff00000&&(low!=0)))
|
| s_cbrt.c | 47 u_int32_t high,low; local 53 GET_LOW_WORD(low,x); 54 if((hx|low)==0)
|