Searched refs:FP_ZERO (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/lib/libc/arch/vax/gen/
H A Dfpclassifyd.c46 * True zero -> FP_ZERO
65 return FP_ZERO;
H A Dfpclassifyf.c46 * True zero -> FP_ZERO
64 return FP_ZERO;
/netbsd-current/lib/libc/gen/
H A Dfpclassifyf_ieee754.c53 return FP_ZERO;
H A Dfpclassifyd_ieee754.c53 return FP_ZERO;
H A Dfpclassifyl_ieee754.c61 return FP_ZERO;
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h45 # define FP_ZERO 1 macro
127 #define FP_ZERO 0 macro
131 FP_SUBNORMAL, FP_ZERO, (x))
/netbsd-current/lib/libc/arch/i386/gen/
H A Dfpclassifyl.c58 return FP_ZERO;
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dfpclassifyl.c58 return FP_ZERO;
/netbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpclassifyl.c53 return FP_ZERO;
/netbsd-current/lib/libc/arch/x86_64/gen/
H A Dfpclassifyl.c58 return FP_ZERO;
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dmath.h39 # define FP_ZERO 1 macro
/netbsd-current/tests/lib/libc/gen/
H A Dt_fpclassify.c100 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO, local
101 "fpclassify(%a)=%d FP_ZERO=%d",
102 d1, fpclassify(d1), FP_ZERO); local
178 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO, local
179 "fpclassify(%a)=%d FP_ZERO=%d",
180 d1, fpclassify(d1), FP_ZERO); local
256 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO, local
257 "fpclassify(%La)=%d FP_ZERO=%d",
258 d1, fpclassify(d1), FP_ZERO); 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.c85 case FP_ZERO:
H A Dhdtoa.c169 case FP_ZERO:
278 case FP_ZERO:
/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/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d302 FP_ZERO = 5,
445 FP_ZERO = 0x0400,
447 FP_SUBNORMAL = FP_NORMAL | FP_ZERO
528 FP_ZERO = 0,
620 FP_ZERO,
719 FP_ZERO,
843 FP_ZERO,
939 FP_ZERO = 3,
1073 FP_ZERO = 0x10,
1163 FP_ZERO
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h58 FP_ZERO, __x);
62 FP_ZERO, __x);
H A D__clang_hip_cmath.h44 FP_ZERO, __x);
48 FP_ZERO, __x);
/netbsd-current/include/
H A Dmath.h141 #define FP_ZERO 0x04 macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h27 FP_ZERO // C99
389 FP_ZERO, __lcpp_x);
409 { return __lcpp_x == 0 ? FP_ZERO : FP_NORMAL; }
425 { return __lcpp_x == 0 ? FP_ZERO : FP_NORMAL; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc590 FP_ZERO, value))
600 case FP_ZERO:
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_builtin.h2400 = __vector_broadcast<_NI, _I>(FP_ZERO);
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c8317 case FP_ZERO: \
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c8305 case FP_ZERO: \

Completed in 350 milliseconds