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

/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dmath.h5 * FP_SUBNORMAL Denormalized
11 #define FP_SUBNORMAL 4 macro
H A Dplan9.c25 return (x.hi >> SHIFT) ? FP_NORMAL : FP_SUBNORMAL;
/openbsd-current/lib/libc/gen/
H A Dfpclassify.c32 return FP_SUBNORMAL;
55 return FP_SUBNORMAL;
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dfpclassifyl.c31 return FP_SUBNORMAL;
/openbsd-current/lib/libc/arch/i386/gen/
H A Dfpclassifyl.c31 return FP_SUBNORMAL;
/openbsd-current/regress/lib/libc/fpclassify/
H A Dfpclassify.c44 assert(fpclassify(0x1.2p-150f) == FP_SUBNORMAL);
56 assert(fpclassify(0x1.2p-1075) == FP_SUBNORMAL);
68 assert(fpclassify(0x1.2p-16383L) == FP_SUBNORMAL);
/openbsd-current/lib/libc/arch/aarch64/gen/
H A Dfpclassifyl.c32 return FP_SUBNORMAL;
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dfpclassifyl.c32 return FP_SUBNORMAL;
/openbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpclassifyl.c32 return FP_SUBNORMAL;
/openbsd-current/lib/libc/arch/riscv64/gen/
H A Dfpclassifyl.c32 return FP_SUBNORMAL;
/openbsd-current/lib/libc/gdtoa/
H A Dldtoa.c88 case FP_SUBNORMAL:
H A Dhdtoa.c140 case FP_SUBNORMAL:
154 /* FP_NORMAL or FP_SUBNORMAL */
239 case FP_SUBNORMAL:
253 /* FP_NORMAL or FP_SUBNORMAL */
/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 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.h50 : FP_SUBNORMAL; })
/openbsd-current/include/
H A Dmath.h57 #define FP_SUBNORMAL 0x08 macro
/openbsd-current/gnu/llvm/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.h55 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
59 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL128 FP_SUBNORMAL FP_ZERO));
H A DPOSIX.xs180 # define FP_SUBNORMAL 3
776 if (Perl_fp_class_denorm(x)) return FP_SUBNORMAL;
/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.h26 FP_SUBNORMAL // C99
388 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, __x);
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h2806 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL)
2843 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL)

Completed in 196 milliseconds