| /src/lib/libm/src/ |
| s_fabs.c | 32 u_int32_t high; local 33 GET_HIGH_WORD(high,x); 34 SET_HIGH_WORD(x,high&0x7fffffff);
|
| s_modf.c | 45 if(jj0<20) { /* integer part in high x */ 52 u_int32_t high; local 54 GET_HIGH_WORD(high,x); 55 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ 63 u_int32_t high; local 67 GET_HIGH_WORD(high,x); 68 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ 73 u_int32_t high; local 75 GET_HIGH_WORD(high,x); 76 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 * [all...] |
| e_hypot.c | 119 u_int32_t high; local 121 GET_HIGH_WORD(high,t1); 122 SET_HIGH_WORD(t1,high+(k<<20));
|
| s_cbrt.c | 47 u_int32_t high,low; local 61 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2); 73 GET_HIGH_WORD(high,t); 74 INSERT_WORDS(t,high+0x00000001,0); 85 GET_HIGH_WORD(high,t); 86 SET_HIGH_WORD(t,high|sign);
|
| s_cbrtf.c | 44 u_int32_t high; local 57 t*=x; GET_FLOAT_WORD(high,t); SET_FLOAT_WORD(t,high/3+B2); 69 GET_FLOAT_WORD(high,t); 70 SET_FLOAT_WORD(t,high|sign);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fixunssfdi.c | 24 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ local 25 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ 26 return ((du_int)high << 32) | low;
|
| floatdidf.c | 38 const double high = (int32_t)(a >> 32) * twop32; local 41 const double result = (high - twop52) + low.d; 99 fb.u.s.high = ((su_int)s & 0x80000000) | /* sign */ 101 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
|
| floatundidf.c | 37 union { uint64_t x; double d; } high = { .d = twop84 }; local 40 high.x |= a >> 32; 43 const double result = (high.d - twop84_plus_twop52) + low.d; 99 fb.u.s.high = ((e + 1023) << 20) | /* exponent */ 100 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
| floatunditf.c | 18 doublebits high = { .d = twop84 }; local 21 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */ 24 const double high_addend = high.d - twop84_plus_twop52;
|
| /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| Magic.cpp | 90 unsigned high = Data2MSB ? 16 : 17; local 92 if (Magic[high] == 0) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| flonum.h | 57 LITTLENUM_TYPE *high; /* high order littlenum of a bignum */ member in struct:FLONUM_STRUCT
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| flonum.h | 57 LITTLENUM_TYPE *high; /* high order littlenum of a bignum */ member in struct:FLONUM_STRUCT
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.h | 60 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low); 196 HOST_WIDE_INT high; member in struct:double_int 212 r.high = cst < 0 ? -1 : 0; 235 r.high = 0; 240 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low) 244 r.high = high; 306 return high == 0; 318 result.high = ~high; [all...] |
| hash-table.cc | 87 unsigned int high = ARRAY_SIZE (prime_tab); local 89 while (low != high) 91 unsigned int mid = low + (high - low) / 2; 95 high = mid;
|
| tree-ssa-reassoc.h | 37 tree high; member in struct:range_entry
|
| wide-int-bitmask.h | 38 uint64_t low, high; member in class:wide_int_bitmask 43 : low (0), high (0) 49 : low (l), high (0) 55 : low (l), high (h) 63 high &= b.high; 71 high |= b.high; 78 return wide_int_bitmask (~low, ~high); 84 return wide_int_bitmask (low | b.low, high | b.high) [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| select_inc.c | 33 CHARTYPE *high; member in struct:__anon14425 53 int i, low, high, mid; local 61 if (table->low == NULL && table->high == NULL) 71 /* Try the high and low bounds if present. */ 75 if (compare_string (table->high_len, table->high, 87 if (t->high == NULL) 101 high = table_len; 103 while (low + 1 < high) 105 mid = (low + high) / 2; 116 high = mid [all...] |
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| hypotq.c | 130 uint64_t high; local 132 GET_FLT128_MSW64(high,t1); 133 SET_FLT128_MSW64(t1,high+(k<<48));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.h | 60 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low); 196 HOST_WIDE_INT high; member in struct:double_int 212 r.high = cst < 0 ? -1 : 0; 235 r.high = 0; 240 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low) 244 r.high = high; 306 return high == 0; 318 result.high = ~high; [all...] |
| hash-table.cc | 87 unsigned int high = sizeof (prime_tab) / sizeof (prime_tab[0]); local 89 while (low != high) 91 unsigned int mid = low + (high - low) / 2; 95 high = mid;
|
| tree-ssa-reassoc.h | 37 tree high; member in struct:range_entry
|
| wide-int-bitmask.h | 38 uint64_t low, high; member in class:wide_int_bitmask 43 : low (0), high (0) 49 : low (l), high (0) 55 : low (l), high (h) 63 high &= b.high; 71 high |= b.high; 78 return wide_int_bitmask (~low, ~high); 84 return wide_int_bitmask (low | b.low, high | b.high) [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| select_inc.c | 33 CHARTYPE *high; member in struct:__anon16837 53 int i, low, high, mid; local 61 if (table->low == NULL && table->high == NULL) 71 /* Try the high and low bounds if present. */ 75 if (compare_string (table->high_len, table->high, 87 if (t->high == NULL) 101 high = table_len; 103 while (low + 1 < high) 105 mid = (low + high) / 2; 116 high = mid [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| hypotq.c | 130 uint64_t high; local 132 GET_FLT128_MSW64(high,t1); 133 SET_FLT128_MSW64(t1,high+(k<<48));
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| aorsmul.c | 34 /* expecting x and y both with non-zero high limbs */ 55 mp_limb_t c, high; local 95 high = mpn_mul (wp, PTR(x),xsize, PTR(y),ysize); 96 tsize -= (high == 0); 104 high = mpn_mul (tp, PTR(x),xsize, PTR(y),ysize); 105 tsize -= (high == 0);
|