Searched refs:FP_NAN (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | fpclassify.c | 53 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 D | fpclassify2_test.c | 43 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 D | math.h | 392 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 D | cmath | 24 FP_NAN // C99
|
/freebsd/lib/libc/gdtoa/ |
H A D | _ldtoa.c | 96 case FP_NAN: in __ldtoa()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | tgamma128.c | 191 case FP_NAN: in tgamma128()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 57 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.h | 55 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 D | math.h | 67 #define FP_NAN 0x02 macro
|
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 223 case FP_NAN: in oidvalue_print()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 81 SYMBOL(FP_NAN, None, <math.h>)
|
H A D | StdSymbolMap.inc | 291 SYMBOL(FP_NAN, None, <cmath>) 292 SYMBOL(FP_NAN, None, <math.h>)
|