OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INSERT_LDBL128_WORDS
(Results
1 - 4
of
4
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h
245
#define
INSERT_LDBL128_WORDS
(d,ix0,ix1,ix2) \
624
INSERT_LDBL128_WORDS
(*xp, __hx, __lx, __llx); \
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h
249
#define
INSERT_LDBL128_WORDS
(d,ix0,ix1,ix2) \
616
INSERT_LDBL128_WORDS
(*xp, __hx, __lx, __llx); \
/prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h
245
#define
INSERT_LDBL128_WORDS
(d,ix0,ix1,ix2) \
612
INSERT_LDBL128_WORDS
(*xp, __hx, __lx, __llx); \
/prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h
245
#define
INSERT_LDBL128_WORDS
(d,ix0,ix1,ix2) \
612
INSERT_LDBL128_WORDS
(*xp, __hx, __lx, __llx); \
Completed in 342 milliseconds