Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Disnan.c48 #undef __isnan
51 __weak_reference(__isnan, isnan);
55 __isnan(double d) in __isnan() function
H A DSymbol.map186 __isnan;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__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()
H A D__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()
/freebsd/lib/msun/src/
H A Dmath.h218 #define __isnan __inline_isnan macro
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_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/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt731 fun:__isnan=uninstrumented