Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/gen/
H A Dfpclassify2_test.c38 ATF_CHECK(fpclassify((float)1) == FP_NORMAL); in ATF_TC_BODY()
39 ATF_CHECK(fpclassify((float)1000) == FP_NORMAL); in ATF_TC_BODY()
47 ATF_CHECK(fpclassify((double)1) == FP_NORMAL); in ATF_TC_BODY()
48 ATF_CHECK(fpclassify((double)1000) == FP_NORMAL); in ATF_TC_BODY()
56 ATF_CHECK(fpclassify((long double)1) == FP_NORMAL); in ATF_TC_BODY()
57 ATF_CHECK(fpclassify((long double)1000) == FP_NORMAL); in ATF_TC_BODY()
/freebsd/lib/libc/gen/
H A Dfpclassify.c55 return (FP_NORMAL); in __fpclassifyf()
74 return (FP_NORMAL); in __fpclassifyd()
102 return (FP_NORMAL); in __fpclassifyl()
/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()
407 return __x == 0 ? FP_ZERO : FP_NORMAL; in fpclassify()
H A Dcmath25 FP_NORMAL // C99
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c64 ATF_REQUIRE_EQ(fpclassify(d0), FP_NORMAL); in ATF_TC_BODY()
108 ATF_REQUIRE_EQ(fpclassify(d0), FP_NORMAL); in ATF_TC_BODY()
159 ATF_REQUIRE_EQ(fpclassify(d0), FP_NORMAL); in ATF_TC_BODY()
/freebsd/lib/libc/gdtoa/
H A D_ldtoa.c80 case FP_NORMAL: in __ldtoa()
H A D_hdtoa.c83 case FP_NORMAL: in __hdtoa()
H A D_hldtoa.c91 case FP_NORMAL: in __hldtoa()
/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.h68 #define FP_NORMAL 0x04 macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc293 SYMBOL(FP_NORMAL, None, <cmath>)
294 SYMBOL(FP_NORMAL, None, <math.h>)