Home
last modified time | relevance | path

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

/freebsd/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