OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LDBL_NBIT
(Results
1 - 11
of
11
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/stdio/amd64/
_fpmath.h
48
#define
LDBL_NBIT
0
/prebuilts/ndk/r11/sources/android/support/src/stdio/arm/
_fpmath.h
53
#define
LDBL_NBIT
0
/prebuilts/ndk/r11/sources/android/support/src/stdio/arm64/
_fpmath.h
61
#define
LDBL_NBIT
0
/prebuilts/ndk/r11/sources/android/support/src/stdio/i386/
_fpmath.h
45
#define
LDBL_NBIT
0x80000000
46
#define mask_nbit_l(u) ((u).bits.manh &= ~
LDBL_NBIT
)
/prebuilts/ndk/r11/sources/android/support/src/stdio/mips/
_fpmath.h
61
#define
LDBL_NBIT
0
/prebuilts/ndk/r13/sources/android/support/src/stdio/amd64/
_fpmath.h
48
#define
LDBL_NBIT
0
/prebuilts/ndk/r13/sources/android/support/src/stdio/arm/
_fpmath.h
53
#define
LDBL_NBIT
0
/prebuilts/ndk/r13/sources/android/support/src/stdio/arm64/
_fpmath.h
61
#define
LDBL_NBIT
0
/prebuilts/ndk/r13/sources/android/support/src/stdio/i386/
_fpmath.h
45
#define
LDBL_NBIT
0x80000000
46
#define mask_nbit_l(u) ((u).bits.manh &= ~
LDBL_NBIT
)
/prebuilts/ndk/r13/sources/android/support/src/stdio/mips/
_fpmath.h
61
#define
LDBL_NBIT
0
/bionic/libm/
fpmath.h
80
#define
LDBL_NBIT
0
Completed in 748 milliseconds