HomeSort by relevance Sort by last modified time
    Searched defs:manl (Results 1 - 5 of 5) sorted by null

  /bionic/libm/arm/
_fpmath.h 40 unsigned int manl :32; member in struct:IEEEl2bits::__anon691
46 unsigned int manl :32; member in struct:IEEEl2bits::__anon691
52 unsigned int manl :32;
65 (a)[0] = (uint32_t)(u).bits.manl; \
  /bionic/libm/i386/
_fpmath.h 32 unsigned int manl :32; member in struct:IEEEl2bits::__anon694
52 (a)[0] = (uint32_t)(u).bits.manl; \
  /bionic/libm/mips/
_fpmath.h 33 unsigned int manl :32; member in struct:IEEEl2bits::__anon698
41 unsigned int manl :32;
54 (a)[0] = (uint32_t)(u).bits.manl; \
  /bionic/libm/
fpmath.h 59 unsigned int manl :32; member in struct:IEEEd2bits::__anon693
61 unsigned int manl :32;
69 unsigned int manl :32;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 29 l = uv.bits.manl; \
65 man_t manh, manl; local
68 GET_LDBL_MAN(manh,manl,a);
69 if (manh == LDBL_NBIT && manl == 0) w = a;
70 GET_LDBL_MAN(manh,manl,b);
71 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b;
82 man_t manh, manl; local
83 GET_LDBL_MAN(manh,manl,b);
84 if((manh|manl)==0) return a;
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e
    [all...]

Completed in 217 milliseconds