HomeSort by: relevance | last modified time | path
    Searched defs:manh (Results 1 - 5 of 5) sorted by relevancy

  /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

Completed in 36 milliseconds