Home
last modified time | relevance | path

Searched refs:FP_SUBNORMAL (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DTestUGens.cpp83 case FP_SUBNORMAL: in CheckBadValues_next()
112 case FP_SUBNORMAL: in CheckBadValues_next()
129 case FP_SUBNORMAL: in CheckBadValues_next()
149 case FP_SUBNORMAL: in CheckBadValues_fpclassString()
192 case FP_SUBNORMAL: in Sanitize_next_aa()
212 case FP_SUBNORMAL: in Sanitize_next_ak()
228 case FP_SUBNORMAL: in Sanitize_next_kk()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/General/
H A DIEEE754.ixx35 if (!e) return u.i << 1 ? FP_SUBNORMAL : FP_ZERO;
46 if (!e) return u.i << 1 ? FP_SUBNORMAL : FP_ZERO;
58 if (!e) return u.i << 1 ? FP_SUBNORMAL : FP_ZERO;
87 if (!e && !msb) return u.i.m ? FP_SUBNORMAL : FP_ZERO;
129 if (!e) return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO;
147 if (!e) return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO;
162 return (c == FP_NORMAL) || (c == FP_ZERO) || (c == FP_SUBNORMAL);
167 return (c == FP_NORMAL) || (c == FP_ZERO) || (c == FP_SUBNORMAL);
172 return (c == FP_NORMAL) || (c == FP_ZERO) || (c == FP_SUBNORMAL);
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/General/
H A DIEEE754.ixx33 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO;
42 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO;
52 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO;
83 return u.i.m ? FP_SUBNORMAL : FP_ZERO;
128 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO;
148 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO;
170 return (c==FP_NORMAL)||(c==FP_ZERO)||(c==FP_SUBNORMAL);
175 return (c==FP_NORMAL)||(c==FP_ZERO)||(c==FP_SUBNORMAL);
180 return (c==FP_NORMAL)||(c==FP_ZERO)||(c==FP_SUBNORMAL);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h34 #define FP_SUBNORMAL 3 macro
38 FP_NORMAL, FP_SUBNORMAL, \
76 CHECK_FPCLASSIFY (true_min, FP_SUBNORMAL); in main()
77 CHECK_FPCLASSIFY (negtrue_min, FP_SUBNORMAL); in main()
/dports/math/openlibm/openlibm-0.8.0/src/
H A Ds_fpclassify.c49 return FP_SUBNORMAL; in __fpclassifyd()
71 return FP_SUBNORMAL; in __fpclassifyf()
94 return FP_SUBNORMAL; in __fpclassifyl()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/GoldFiles/
H A DoptFloat4.gold11 Classification: FP_SUBNORMAL
25 Classification: FP_SUBNORMAL
39 Classification: FP_SUBNORMAL
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dtg-tests.h6 #define FP_SUBNORMAL 4 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (…
103 if (classification != FP_SUBNORMAL) in foo_1()
155 …foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 0, FP_SUBNORMAL); in main_tests()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dtg-tests.h6 #define FP_SUBNORMAL 4 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (…
86 if (classification != FP_SUBNORMAL) in foo_1()
137 …foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 0, FP_SUBNORMAL); in main_tests()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dtg-tests.h6 #define FP_SUBNORMAL 4 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (…
103 if (classification != FP_SUBNORMAL) in foo_1()
155 …foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 0, FP_SUBNORMAL); in main_tests()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dtg-tests.h6 #define FP_SUBNORMAL 4 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (…
103 if (classification != FP_SUBNORMAL) in foo_1()
155 …foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 0, FP_SUBNORMAL); in main_tests()

12345678910>>...44