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

/openbsd-current/lib/libc/gen/
H A Disnan.c24 __isnan(double d) function
41 __strong_alias(__isnanl, __isnan);
47 __strong_alias(isnan, __isnan);
/openbsd-current/include/
H A Dmath.h123 __isnan(x) \
486 int __isnan(double);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h95 __DEVICE__ int isnan(double __x) { return ::__isnan(__x); }
109 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
H A D__clang_hip_cmath.h91 __DEVICE__ __CONSTEXPR__ int isnan(double __x) { return ::__isnan(__x); }
101 __DEVICE__ __CONSTEXPR__ bool isnan(double __x) { return ::__isnan(__x); }
H A D__clang_hip_math.h839 __RETURN_TYPE __isnan(double __x) { return __ocml_isnan_f64(__x); } function
1271 #define isnan(__x) _Generic((__x), float : __isnanf, double : __isnan)(__x)
H A D__clang_cuda_device_functions.h442 __DEVICE__ int __isnan(double __a) { return __nv_isnand(__a); } function
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_floating_point.h581 _OutIt __out_it, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative, bool __isnan) {
593 __last = _VSTD::copy_n(&("infnanINFNAN"[6 * __upper_case + 3 * __isnan]), 3, __last);
580 __format_floating_point_non_finite( _OutIt __out_it, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative, bool __isnan) argument

Completed in 105 milliseconds