Searched defs:crt_isfinite (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dint_math.h33 /* Define crt_isfinite in terms of the builtin if available, otherwise provide
38 # define crt_isfinite(x) __builtin_isfinite((x)) macro
40 # define crt_isfinite(x) \ macro

Completed in 946 milliseconds