| /src/external/lgpl3/gmp/dist/ |
| extract-dbl.c | 53 unsigned long int manh, manl; local 83 | ((mp_limb_t) x.s.manh << 43) | ((mp_limb_t) x.s.manl << 11)); 98 manh = ((mp_limb_t) 1 << 31) | (x.s.manh << 11) | (x.s.manl >> 21); 107 manh = (manh << 1) | (manl >> 31); 111 while ((manh & GMP_LIMB_HIGHBIT) == 0); 157 manh = d; 158 manl = (d - manh) * (4.0 * ((unsigned long int) 1 << (BITS_PER_PART - 2))); 236 rp[2] = manh >> (GMP_LIMB_BITS - sc) [all...] |
| gmp-impl.h | 3792 gmp_uint_least32_t manh:20; member in struct:ieee_double_extract::__anon23296 3808 gmp_uint_least32_t manh:20; member in struct:ieee_double_extract::__anon23297 3824 gmp_uint_least32_t manh:20; member in struct:ieee_double_extract::__anon23298 3871 if (u.s.manl == 0 && u.s.manh == 0) \
|
| /src/lib/libm/src/ |
| e_hypotl.c | 74 man_t manh, manl; local 77 GET_LDBL_MAN(manh,manl,a); 78 if ((manh & ~LDBL_NBIT) == 0 && manl == 0) w = a; 79 GET_LDBL_MAN(manh,manl,b); 80 if (hb >= ESW(MAX_EXP) && (manh & ~LDBL_NBIT) == 0 && manl == 0) 92 man_t manh, manl; local 93 GET_LDBL_MAN(manh,manl,b); 94 if((manh|manl)==0) return a;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-gmp.h | 720 unsigned int manh:20; member in struct:mpfr_ieee_double_extract::__anon23596 736 unsigned int manh:20; member in struct:mpfr_ieee_double_extract::__anon23597
|
| mpfr-impl.h | 817 unsigned int manh : 32; member in struct:__anon23598::__anon23599
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| rasterizer_impl.h | 298 /// @brief calculates difference in precision between the result of manh 305 "Inadequate precision of result of manh calculation "); 335 // edge = Ax + Bx + C - (manh/e) 336 // manh = manhattan distance = abs(A) + abs(B) 343 __m256d manh = local 349 "Inadequate precision of result of manh calculation "); 354 manh = _mm256_mul_pd(manh, _mm256_set1_pd(ManhToEdgePrecisionAdjust<RT>() * 0.5)); 359 vEdge = _mm256_sub_pd(vEdge, manh); 397 int64_t manh local 411 int64_t manh = local [all...] |