OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LDBL_NBIT
(Results
1 - 8
of
8
) sorted by null
/bionic/libm/alpha/
_fpmath.h
41
#define
LDBL_NBIT
0
/bionic/libm/amd64/
_fpmath.h
41
#define
LDBL_NBIT
0x80000000
42
#define mask_nbit_l(u) ((u).bits.manh &= ~
LDBL_NBIT
)
/bionic/libm/arm/
_fpmath.h
46
#define
LDBL_NBIT
0
/bionic/libm/i386/
_fpmath.h
40
#define
LDBL_NBIT
0x80000000
41
#define mask_nbit_l(u) ((u).bits.manh &= ~
LDBL_NBIT
)
/bionic/libm/ia64/
_fpmath.h
52
#define
LDBL_NBIT
0x80000000
53
#define mask_nbit_l(u) ((u).bits.manh &= ~
LDBL_NBIT
)
61
#define
LDBL_NBIT
0x80
62
#define mask_nbit_l(u) ((u).bits.manh &= ~
LDBL_NBIT
)
/bionic/libm/powerpc/
_fpmath.h
41
#define
LDBL_NBIT
0
/bionic/libm/sh/
_fpmath.h
51
*
LDBL_NBIT
is a mask indicating the position of the integer
54
#define
LDBL_NBIT
0
/bionic/libm/sparc64/
_fpmath.h
42
#define
LDBL_NBIT
0
Completed in 2312 milliseconds