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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h40 #define crt_isnan(x) _isnan((x)) macro
57 #define crt_isnan(x) __builtin_isnan((x)) macro

Completed in 71 milliseconds