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

/freebsd-11-stable/lib/libc/gen/
H A Disinf.c40 __weak_reference(__isinf, isinf);
43 __isinf(double d) function
/freebsd-11-stable/lib/msun/src/
H A Dmath.h111 #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl)
186 int __isinf(double) __pure2;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h89 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); }
H A D__clang_cuda_device_functions.h455 __DEVICE__ int __isinf(double __a) { return __nv_isinfd(__a); } function

Completed in 179 milliseconds