Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/test/
H A Dconstexpr_test_float128.cpp41 static_assert(fpclassify(b) == FP_NORMAL); in main()
43 static_assert(fpclassify(c) == FP_NORMAL); in main()
47 static_assert(fpclassify(c) == FP_NORMAL); in main()
49 static_assert(fpclassify(e) == FP_NORMAL); in main()
51 static_assert(fpclassify(f) == FP_NORMAL); in main()
53 static_assert(fpclassify(g) == FP_NORMAL); in main()
55 static_assert(fpclassify(h) == FP_NORMAL); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/test/
H A Dconstexpr_test_float128.cpp41 static_assert(fpclassify(b) == FP_NORMAL); in main()
43 static_assert(fpclassify(c) == FP_NORMAL); in main()
47 static_assert(fpclassify(c) == FP_NORMAL); in main()
49 static_assert(fpclassify(e) == FP_NORMAL); in main()
51 static_assert(fpclassify(f) == FP_NORMAL); in main()
53 static_assert(fpclassify(g) == FP_NORMAL); in main()
55 static_assert(fpclassify(h) == FP_NORMAL); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/test/
H A Dconstexpr_test_float128.cpp41 static_assert(fpclassify(b) == FP_NORMAL); in main()
43 static_assert(fpclassify(c) == FP_NORMAL); in main()
47 static_assert(fpclassify(c) == FP_NORMAL); in main()
49 static_assert(fpclassify(e) == FP_NORMAL); in main()
51 static_assert(fpclassify(f) == FP_NORMAL); in main()
53 static_assert(fpclassify(g) == FP_NORMAL); in main()
55 static_assert(fpclassify(h) == FP_NORMAL); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-tg-3.h35 #define FP_NORMAL 4 macro
38 FP_NORMAL, FP_SUBNORMAL, \
71 CHECK_FPCLASSIFY (one, FP_NORMAL); in main()
72 CHECK_FPCLASSIFY (max, FP_NORMAL); in main()
73 CHECK_FPCLASSIFY (negmax, FP_NORMAL); in main()
74 CHECK_FPCLASSIFY (min, FP_NORMAL); in main()
75 CHECK_FPCLASSIFY (negmin, FP_NORMAL); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/test/
H A Dconstexpr_test_float128.cpp41 static_assert(fpclassify(b) == FP_NORMAL); in main()
43 static_assert(fpclassify(c) == FP_NORMAL); in main()
47 static_assert(fpclassify(c) == FP_NORMAL); in main()
49 static_assert(fpclassify(e) == FP_NORMAL); in main()
51 static_assert(fpclassify(f) == FP_NORMAL); in main()
53 static_assert(fpclassify(g) == FP_NORMAL); in main()
55 static_assert(fpclassify(h) == FP_NORMAL); in main()
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dmath.h234 #define FP_NORMAL 0x0400 macro
235 #define FP_INFINITE (FP_NAN | FP_NORMAL)
237 #define FP_SUBNORMAL (FP_NORMAL | FP_ZERO)
264 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); in __fpclassify()
280 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnan()
289 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnanf()
299 #define isnormal(x) (fpclassify(x) == FP_NORMAL)
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/General/
H A DIEEE754.ixx37 return FP_NORMAL;
48 return FP_NORMAL;
60 return FP_NORMAL;
95 return FP_NORMAL;
150 return FP_NORMAL;
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.ixx35 return FP_NORMAL;
44 return FP_NORMAL;
54 return FP_NORMAL;
92 return FP_NORMAL;
152 return FP_NORMAL;
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/
H A Dtg-tests.h5 #define FP_NORMAL 3 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (…
147 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL); in main_tests()
151 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL); in main_tests()
159 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL); in main_tests()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dtg-tests.h5 #define FP_NORMAL 3 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (…
129 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL); in main_tests()
133 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL); in main_tests()
141 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL); in main_tests()

12345678910>>...45