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

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h742 #undef isunordered macro
/freebsd-13-stable/lib/msun/src/
H A Dmath.h122 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
130 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h116 __DEVICE__ bool isunordered(float __x, float __y) { function
119 __DEVICE__ bool isunordered(double __x, double __y) { function

Completed in 116 milliseconds