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

/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dmath.h3 * FP_ZERO Zero
9 #define FP_ZERO 2 macro
H A Dplan9.c22 return FP_ZERO;
/openbsd-current/regress/lib/libc/fpclassify/
H A Dfpclassify.c39 assert(fpclassify((float)0) == FP_ZERO);
40 assert(fpclassify((float)-0.0) == FP_ZERO);
51 assert(fpclassify((double)0) == FP_ZERO);
52 assert(fpclassify((double)-0) == FP_ZERO);
63 assert(fpclassify((long double)0) == FP_ZERO);
64 assert(fpclassify((long double)-0.0) == FP_ZERO);
/openbsd-current/lib/libc/gen/
H A Dfpclassify.c30 return FP_ZERO;
53 return FP_ZERO;
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dfpclassifyl.c29 return FP_ZERO;
/openbsd-current/lib/libc/arch/i386/gen/
H A Dfpclassifyl.c29 return FP_ZERO;
/openbsd-current/lib/libc/arch/aarch64/gen/
H A Dfpclassifyl.c30 return FP_ZERO;
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dfpclassifyl.c30 return FP_ZERO;
/openbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpclassifyl.c30 return FP_ZERO;
/openbsd-current/lib/libc/arch/riscv64/gen/
H A Dfpclassifyl.c30 return FP_ZERO;
/openbsd-current/lib/libc/gdtoa/
H A Dldtoa.c85 case FP_ZERO:
H A Dhdtoa.c137 case FP_ZERO:
236 case FP_ZERO:
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Div_const.t52 push @tests, qw(FLT_RADIX FP_NORMAL FP_ZERO FP_SUBNORMAL FP_INFINITE FP_NAN);
H A Dmath.t61 is(fpclassify(0), FP_ZERO, "fpclassify 0");
H A Dexport.t112 FP_ILOGB0 FP_ILOGBNAN FP_INFINITE FP_NAN FP_NORMAL FP_SUBNORMAL FP_ZERO
/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h49 ? FP_ZERO \
/openbsd-current/include/
H A Dmath.h58 #define FP_ZERO 0x10 macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h58 FP_ZERO, __x);
62 FP_ZERO, __x);
H A D__clang_hip_cmath.h56 FP_ZERO, __x);
60 FP_ZERO, __x);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL128 FP_SUBNORMAL FP_ZERO));
H A DPOSIX.xs181 # define FP_ZERO 4
777 if (Perl_fp_class_zero(x)) return FP_ZERO;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm315 FP_SUBNORMAL FP_ZERO
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h27 FP_ZERO // C99
388 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, __x);
393 return __x == 0 ? FP_ZERO : FP_NORMAL;
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h2807 # define Perl_fp_class_zero(x) (Perl_fp_class(x)==FP_ZERO)
2844 # define Perl_fp_class_zero(x) (Perl_fp_class(x)==FP_ZERO)

Completed in 307 milliseconds