Home
last modified time | relevance | path

Searched defs:crt_isinf (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/builtins/
Dint_math.h42 #define crt_isinf(x) !_finite((x)) macro
60 #define crt_isinf(x) __builtin_isinf((x)) macro