Home
last modified time | relevance | path

Searched refs:FP_NAN (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfpclassify.c53 return (FP_NAN); in __fpclassifyf()
72 return (FP_NAN); in __fpclassifyd()
93 return (FP_NAN); in __fpclassifyl()
99 return (FP_NAN); in __fpclassifyl()
/freebsd/lib/libc/tests/gen/
H A Dfpclassify2_test.c43 ATF_CHECK(fpclassify(NAN) == FP_NAN); in ATF_TC_BODY()
52 ATF_CHECK(fpclassify((double)NAN) == FP_NAN); in ATF_TC_BODY()
61 ATF_CHECK(fpclassify((long double)NAN) == FP_NAN); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h392 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, __x); in fpclassify()
397 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, __x); in fpclassify()
402 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, __x); in fpclassify()
H A Dcmath24 FP_NAN // C99
/freebsd/lib/libc/gdtoa/
H A D_ldtoa.c96 case FP_NAN: in __ldtoa()
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c191 case FP_NAN: in tgamma128()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h57 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, in fpclassify()
61 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, in fpclassify()
H A D__clang_hip_cmath.h55 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, in fpclassify()
59 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, in fpclassify()
/freebsd/lib/msun/src/
H A Dmath.h67 #define FP_NAN 0x02 macro
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c223 case FP_NAN: in oidvalue_print()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc81 SYMBOL(FP_NAN, None, <math.h>)
H A DStdSymbolMap.inc291 SYMBOL(FP_NAN, None, <cmath>)
292 SYMBOL(FP_NAN, None, <math.h>)