Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Disinf.c40 __weak_reference(__isinf, isinf);
43 __isinf(double d) in __isinf() function
H A DSymbol.map191 __isinf;
/freebsd/lib/msun/src/
H A Dmath.h94 #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl)
185 int __isinf(double) __pure2;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h91 __DEVICE__ int isinf(double __x) { return ::__isinf(__x); } in isinf()
102 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } in isinf()
H A D__clang_hip_cmath.h87 __DEVICE__ __CONSTEXPR__ int isinf(double __x) { return ::__isinf(__x); } in isinf()
97 __DEVICE__ __CONSTEXPR__ bool isinf(double __x) { return ::__isinf(__x); } in isinf()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt46 __isinf U
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt95 fun:__isinf=functional
H A Dlibc_ubuntu1404_abilist.txt727 fun:__isinf=uninstrumented