Home
last modified time | relevance | path

Searched refs:__isinf (Results 1 – 10 of 10) 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.map189 __isinf;
/freebsd/lib/msun/src/
H A Dmath.h99 #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl)
190 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()
H A D__clang_hip_math.h841 __RETURN_TYPE __isinf(double __x) { return __builtin_isinf(__x); }
1275 #define isinf(__x) _Generic((__x), float : __isinff, double : __isinf)(__x)
H A D__clang_cuda_device_functions.h437 __DEVICE__ int __isinf(double __a) { return __nv_isinfd(__a); } in __isinf() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt43 __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