Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/tests/gen/
HDfpclassify2_test.c40 ATF_CHECK(fpclassify((float)1) == FP_NORMAL); in ATF_TC_BODY()
41 ATF_CHECK(fpclassify((float)1000) == FP_NORMAL); in ATF_TC_BODY()
49 ATF_CHECK(fpclassify((double)1) == FP_NORMAL); in ATF_TC_BODY()
50 ATF_CHECK(fpclassify((double)1000) == FP_NORMAL); in ATF_TC_BODY()
58 ATF_CHECK(fpclassify((long double)1) == FP_NORMAL); in ATF_TC_BODY()
59 ATF_CHECK(fpclassify((long double)1000) == FP_NORMAL); in ATF_TC_BODY()
/freebsd-11-stable/lib/libc/gen/
HDfpclassify.c55 return (FP_NORMAL); in __fpclassifyf()
74 return (FP_NORMAL); in __fpclassifyd()
102 return (FP_NORMAL); in __fpclassifyl()
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_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-11-stable/lib/libc/gdtoa/
HD_ldtoa.c81 case FP_NORMAL: in __ldtoa()
HD_hdtoa.c84 case FP_NORMAL: in __hdtoa()
HD_hldtoa.c92 case FP_NORMAL: in __hldtoa()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h73 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, in fpclassify()
77 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, in fpclassify()
/freebsd-11-stable/lib/msun/src/
HDmath.h76 #define FP_NORMAL 0x04 macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDmath.h402 { return __lcpp_x == 0 ? FP_ZERO : FP_NORMAL; } in fpclassify()
418 { return __lcpp_x == 0 ? FP_ZERO : FP_NORMAL; } in fpclassify()
HDcmath25 FP_NORMAL // C99