Home
last modified time | relevance | path

Searched refs:__isnan (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/lib/libc/gen/
HDisnan.c48 #undef __isnan
51 __weak_reference(__isnan, isnan);
55 __isnan(double d) in __isnan() function
HDSymbol.map186 __isnan;
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h95 __DEVICE__ int isnan(double __x) { return ::__isnan(__x); } in isnan()
109 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); } in isnan()
HD__clang_hip_cmath.h91 __DEVICE__ __CONSTEXPR__ int isnan(double __x) { return ::__isnan(__x); } in isnan()
101 __DEVICE__ __CONSTEXPR__ bool isnan(double __x) { return ::__isnan(__x); } in isnan()
HD__clang_hip_math.h844 __RETURN_TYPE __isnan(double __x) { return __builtin_isnan(__x); }
1276 #define isnan(__x) _Generic((__x), float : __isnanf, double : __isnan)(__x)
HD__clang_cuda_device_functions.h442 __DEVICE__ int __isnan(double __a) { return __nv_isnand(__a); } in __isnan() function
/freebsd-head/lib/msun/src/
HDmath.h218 #define __isnan __inline_isnan macro
/freebsd-head/contrib/llvm-project/libcxx/include/__format/
HDformatter_floating_point.h583 … __out_it, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative, bool __isnan) {
595 __last = std::copy_n(&("infnanINFNAN"[6 * __upper_case + 3 * __isnan]), 3, __last);
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt731 fun:__isnan=uninstrumented