Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/compiler-rt/builtins/
Dint_math.h40 #define crt_isnan(x) _isnan((x)) macro
57 #define crt_isnan(x) __builtin_isnan((x)) macro