Home
last modified time | relevance | path

Searched refs:__isnanf (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/gen/
H A Disnan.c49 #undef __isnanf
52 __weak_reference(__isnanf, isnanf);
64 __isnanf(float f) in __isnanf() function
H A DSymbol.map188 __isnanf;
/freebsd/lib/msun/src/
H A Ds_isnan.c50 #undef __isnanf
53 __isnanf(float f) in __isnanf() function
71 __weak_reference(__isnanf, isnanf);
H A Dmath.h219 #define __isnanf __inline_isnanf macro
/freebsd/lib/msun/
H A DSymbol.map222 __isnanf;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h94 __DEVICE__ int isnan(float __x) { return ::__isnanf(__x); } in isnan()
108 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan()
H A D__clang_hip_cmath.h90 __DEVICE__ __CONSTEXPR__ int isnan(float __x) { return ::__isnanf(__x); } in isnan()
100 __DEVICE__ __CONSTEXPR__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt732 fun:__isnanf=uninstrumented