Searched defs:manl (Results 1 - 9 of 9) sorted by last modified time

/bionic/libm/alpha/
H A D_fpmath.h32 unsigned int manl :32; member in struct:IEEEl2bits::__anon688
47 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/amd64/
H A D_fpmath.h32 unsigned int manl :32; member in struct:IEEEl2bits::__anon689
48 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/arm/
H A D_fpmath.h33 unsigned int manl :32; member in struct:IEEEl2bits::__anon692
41 unsigned int manl :32;
53 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/i386/
H A D_fpmath.h32 unsigned int manl :32; member in struct:IEEEl2bits::__anon693
47 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/ia64/
H A D_fpmath.h36 unsigned int manl :32; member in struct:IEEEl2bits::__anon695
46 unsigned int manl :32;
69 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/mips/
H A D_fpmath.h33 unsigned int manl :32; member in struct:IEEEl2bits::__anon700
41 unsigned int manl :32;
54 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/powerpc/
H A D_fpmath.h35 unsigned int manl :32; member in struct:IEEEl2bits::__anon701
47 (a)[0] = (uint32_t)(u).bits.manl; \
/bionic/libm/sparc64/
H A D_fpmath.h36 unsigned long manl :64; member in struct:IEEEl2bits::__anon703
48 (a)[0] = (uint32_t)(u).bits.manl; \
49 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
/bionic/libm/src/
H A Dfpmath.h59 unsigned int manl :32; member in struct:IEEEd2bits::__anon705
61 unsigned int manl :32;
69 unsigned int manl :32;

Completed in 97 milliseconds