Searched refs:FP_SUBNORMAL (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dfpclassifyf_ieee754.c55 return FP_SUBNORMAL;
H A Dfpclassifyd_ieee754.c55 return FP_SUBNORMAL;
H A Dfpclassifyl_ieee754.c63 return FP_SUBNORMAL;
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h47 # define FP_SUBNORMAL 3 macro
126 #define FP_SUBNORMAL (-2) macro
131 FP_SUBNORMAL, FP_ZERO, (x))
/netbsd-current/lib/libc/arch/i386/gen/
H A Dfpclassifyl.c60 return FP_SUBNORMAL;
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dfpclassifyl.c60 return FP_SUBNORMAL;
/netbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpclassifyl.c55 return FP_SUBNORMAL;
/netbsd-current/lib/libc/arch/x86_64/gen/
H A Dfpclassifyl.c60 return FP_SUBNORMAL;
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dmath.h41 # define FP_SUBNORMAL 3 macro
/netbsd-current/tests/lib/libc/gen/
H A Dt_fpclassify.c67 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL, local
68 "[%d] fpclassify(%a)=%d FP_SUBNORMAL=%d",
69 i, d1, fpclassify(d1), FP_SUBNORMAL); local
145 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL, local
146 "[%d] fpclassify(%a)=%d FP_SUBNORMAL=%d",
147 i, d1, fpclassify(d1), FP_SUBNORMAL); local
223 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL, local
224 "[%d] fpclassify(%La)=%d FP_SUBNORMAL=%d",
225 i, d1, fpclassify(d1), FP_SUBNORMAL); local
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h48 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))
/netbsd-current/lib/libc/gdtoa/
H A Dldtoa.c88 case FP_SUBNORMAL:
H A Dhdtoa.c173 case FP_SUBNORMAL:
189 /* FP_NORMAL or FP_SUBNORMAL */
281 case FP_SUBNORMAL:
295 /* FP_NORMAL or FP_SUBNORMAL */
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h48 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h57 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
61 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
H A D__clang_hip_cmath.h43 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
47 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d300 FP_SUBNORMAL = 4,
447 FP_SUBNORMAL = FP_NORMAL | FP_ZERO
524 FP_SUBNORMAL = -2,
622 FP_SUBNORMAL,
721 FP_SUBNORMAL,
845 FP_SUBNORMAL,
943 FP_SUBNORMAL = 5,
1071 FP_SUBNORMAL = 0x08,
1161 FP_SUBNORMAL = 0x08,
1251 FP_SUBNORMAL
[all...]
/netbsd-current/include/
H A Dmath.h140 #define FP_SUBNORMAL 0x03 macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc589 switch (__builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
604 case FP_SUBNORMAL:
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h26 FP_SUBNORMAL // C99
388 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_builtin.h2397 = __vector_broadcast<_NI, _I>(FP_SUBNORMAL);
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c8311 case FP_SUBNORMAL: \
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c8299 case FP_SUBNORMAL: \

Completed in 275 milliseconds