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::__anon22829
42 unsigned long manl :64; member in struct:IEEEl2bits::__anon22830
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 40 unsigned int manl :32; member in struct:IEEEl2bits::__anon22831
46 unsigned int manl :32; member in struct:IEEEl2bits::__anon22831
52 unsigned int manl :32;
65 (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::__anon22832
45 unsigned long manl :64;
50 unsigned long manl :64; member in struct:IEEEl2bits::__anon22833
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::__anon22836
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::__anon22838
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::__anon22835
73 unsigned int manl :32;
81 unsigned int manl :32;
  /bionic/libm/
fpmath.h 56 unsigned int manl :32; member in struct:IEEEd2bits::__anon1052
68 unsigned long manl :64; member in struct:IEEEl2bits::__anon1053
74 unsigned long manl :64; member in struct:IEEEl2bits::__anon1054
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 67 milliseconds