Searched refs:__isnanf (Results 1 - 5 of 5) 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
51 #undef __isnanf macro
54 __weak_reference(__isnanf, isnanf);
66 __isnanf(float f) function
/freebsd-12-stable/lib/msun/src/
H A Ds_isnan.c49 * Because math.h defines __isnanf as an alias for compatibility with glibc and
52 #undef __isnanf macro
55 __isnanf(float f) function
73 __weak_reference(__isnanf, isnanf);
H A Dmath.h220 #define __isnanf __inline_isnanf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h95 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
H A D__clang_cuda_device_functions.h461 __DEVICE__ int __isnanf(float __a) { return __nv_isnanf(__a); } function

Completed in 65 milliseconds