OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crt_isinf
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h
42
#define
crt_isinf
(x) !_finite((x))
macro
55
!
crt_isinf
(x_) && !crt_isnan(x_); \
60
#define
crt_isinf
(x) __builtin_isinf((x))
macro
/external/compiler-rt/lib/builtins/
int_math.h
42
#define
crt_isinf
(x) !_finite((x))
macro
55
!
crt_isinf
(x_) && !crt_isnan(x_); \
60
#define
crt_isinf
(x) __builtin_isinf((x))
macro
Completed in 394 milliseconds