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

  /ndk/sources/android/support/src/stdio/amd64/
_fpmath.h 36 unsigned long manl :64; member in struct:IEEEl2bits::__anon27867
42 unsigned long manl :64; member in struct:IEEEl2bits::__anon27868
56 (a)[0] = (uint32_t)(u).bits.manl; \
57 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
  /ndk/sources/android/support/src/stdio/arm/
_fpmath.h 36 unsigned int manl :32; member in struct:IEEEl2bits::__anon27869
42 unsigned int manl :32; member in struct:IEEEl2bits::__anon27869
48 unsigned int manl :32;
61 (a)[0] = (uint32_t)(u).bits.manl; \
  /ndk/sources/android/support/src/stdio/arm64/
_fpmath.h 37 unsigned long manl :64; member in struct:IEEEl2bits::__anon27870
45 unsigned long manl :64;
50 unsigned long manl :64; member in struct:IEEEl2bits::__anon27871
56 unsigned long manl :64;
69 (a)[0] = (uint32_t)(u).bits.manl; \
70 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
  /ndk/sources/android/support/src/stdio/i386/
_fpmath.h 32 unsigned int manl :32; member in struct:IEEEl2bits::__anon27874
52 (a)[0] = (uint32_t)(u).bits.manl; \
  /ndk/sources/android/support/src/stdio/mips/
_fpmath.h 34 unsigned long manl :64; member in struct:IEEEl2bits::__anon27876
39 unsigned int manl :32;
49 unsigned long manl :64;
54 unsigned int manl :32;
70 (a)[0] = (uint32_t)(u).bits.manl; \
71 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
80 (a)[0] = (uint32_t)(u).bits.manl; \
  /ndk/sources/android/support/src/stdio/
fpmath.h 71 unsigned int manl :32; member in struct:IEEEd2bits::__anon27873
73 unsigned int manl :32;
81 unsigned int manl :32;
  /bionic/libm/
fpmath.h 56 unsigned int manl :32; member in struct:IEEEd2bits::__anon1106
68 unsigned long manl :64; member in struct:IEEEl2bits::__anon1107
74 unsigned long manl :64; member in struct:IEEEl2bits::__anon1108
88 (a)[0] = (uint32_t)(u).bits.manl; \
89 (a)[1] = (uint32_t)((u).bits.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 373 milliseconds