OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crt_isfinite
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h
41
#define
crt_isfinite
(x) _finite((x))
macro
45
/* Define
crt_isfinite
in terms of the builtin if available, otherwise provide
50
# define
crt_isfinite
(x) __builtin_isfinite((x))
macro
52
# define
crt_isfinite
(x) \
macro
/external/compiler-rt/lib/builtins/
int_math.h
41
#define
crt_isfinite
(x) _finite((x))
macro
45
/* Define
crt_isfinite
in terms of the builtin if available, otherwise provide
50
# define
crt_isfinite
(x) __builtin_isfinite((x))
macro
52
# define
crt_isfinite
(x) \
macro
Completed in 160 milliseconds