Searched refs:__isnan (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
H A Disnan.c47 * Because math.h defines __isnan and __isnanf as aliases for compatibility with
50 #undef __isnan macro
53 __weak_reference(__isnan, isnan);
57 __isnan(double d) function
/freebsd-12-stable/lib/msun/src/
H A Dmath.h219 #define __isnan __inline_isnan macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h96 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
H A D__clang_cuda_device_functions.h460 __DEVICE__ int __isnan(double __a) { return __nv_isnand(__a); } function

Completed in 88 milliseconds