Home
last modified time | relevance | path

Searched refs:small_prec (Results 1 – 24 of 24) sorted by relevance

/dports/math/gmp/gmp-6.2.1/tests/cxx/
H A Dt-prec.cc51 mpf_class f(3.0, small_prec); in check_mpf()
76 mpf_class f(3.0, small_prec); in check_mpf()
83 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
99 mpf_class f(3.0, small_prec); in check_mpf()
124 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
134 mpf_class f(3.0, small_prec); in check_mpf()
137 ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333", small_prec); in check_mpf()
156 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
167 mpf_class f(3.0, small_prec); in check_mpf()
177 mpf_class f(3.0, small_prec); in check_mpf()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/tests/cxx/
H A Dt-prec.cc52 mpf_class f(3.0, small_prec); in check_mpf()
77 mpf_class f(3.0, small_prec); in check_mpf()
84 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
100 mpf_class f(3.0, small_prec); in check_mpf()
125 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
135 mpf_class f(3.0, small_prec); in check_mpf()
138 ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333", small_prec); in check_mpf()
157 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
168 mpf_class f(3.0, small_prec); in check_mpf()
178 mpf_class f(3.0, small_prec); in check_mpf()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/cxx/
H A Dt-prec.cc52 mpf_class f(3.0, small_prec); in check_mpf()
77 mpf_class f(3.0, small_prec); in check_mpf()
84 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
100 mpf_class f(3.0, small_prec); in check_mpf()
125 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
135 mpf_class f(3.0, small_prec); in check_mpf()
138 ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333", small_prec); in check_mpf()
157 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
168 mpf_class f(3.0, small_prec); in check_mpf()
178 mpf_class f(3.0, small_prec); in check_mpf()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/cxx/
H A Dt-prec.cc52 mpf_class f(3.0, small_prec); in check_mpf()
77 mpf_class f(3.0, small_prec); in check_mpf()
84 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
100 mpf_class f(3.0, small_prec); in check_mpf()
125 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
135 mpf_class f(3.0, small_prec); in check_mpf()
138 ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333", small_prec); in check_mpf()
157 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
167 mpf_class f(3.0, small_prec); in check_mpf()
177 mpf_class f(3.0, small_prec); in check_mpf()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/cxx/
H A Dt-prec.cc51 mpf_class f(3.0, small_prec); in check_mpf()
76 mpf_class f(3.0, small_prec); in check_mpf()
83 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
99 mpf_class f(3.0, small_prec); in check_mpf()
124 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
134 mpf_class f(3.0, small_prec); in check_mpf()
137 ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333", small_prec); in check_mpf()
156 mpf_class f(3.0, small_prec), g(9.0, medium_prec); in check_mpf()
167 mpf_class f(3.0, small_prec); in check_mpf()
177 mpf_class f(3.0, small_prec); in check_mpf()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dwide-int.cc408 if (small_prec && index == blocks_needed - 1) in selt()
410 ? sext_hwi (val, small_prec) in selt()
411 : zext_hwi (val, small_prec)); in selt()
446 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
450 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1216 if (small_prec) in wi_unpack()
1219 x = sext_hwi (x, small_prec); in wi_unpack()
1221 x = zext_hwi (x, small_prec); in wi_unpack()
1971 if (small_prec) in lrshift_large()
1972 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dwide-int.cc408 if (small_prec && index == blocks_needed - 1) in selt()
410 ? sext_hwi (val, small_prec) in selt()
411 : zext_hwi (val, small_prec)); in selt()
446 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
450 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1216 if (small_prec) in wi_unpack()
1219 x = sext_hwi (x, small_prec); in wi_unpack()
1221 x = zext_hwi (x, small_prec); in wi_unpack()
1971 if (small_prec) in lrshift_large()
1972 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1234 if (small_prec) in wi_unpack()
1237 x = sext_hwi (x, small_prec); in wi_unpack()
1239 x = zext_hwi (x, small_prec); in wi_unpack()
1989 if (small_prec) in lrshift_large()
1990 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1217 if (small_prec) in wi_unpack()
1220 x = sext_hwi (x, small_prec); in wi_unpack()
1222 x = zext_hwi (x, small_prec); in wi_unpack()
1972 if (small_prec) in lrshift_large()
1973 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1217 if (small_prec) in wi_unpack()
1220 x = sext_hwi (x, small_prec); in wi_unpack()
1222 x = zext_hwi (x, small_prec); in wi_unpack()
1972 if (small_prec) in lrshift_large()
1973 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1217 if (small_prec) in wi_unpack()
1220 x = sext_hwi (x, small_prec); in wi_unpack()
1222 x = zext_hwi (x, small_prec); in wi_unpack()
1972 if (small_prec) in lrshift_large()
1973 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1217 if (small_prec) in wi_unpack()
1220 x = sext_hwi (x, small_prec); in wi_unpack()
1222 x = zext_hwi (x, small_prec); in wi_unpack()
1972 if (small_prec) in lrshift_large()
1973 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1217 if (small_prec) in wi_unpack()
1220 x = sext_hwi (x, small_prec); in wi_unpack()
1222 x = zext_hwi (x, small_prec); in wi_unpack()
1972 if (small_prec) in lrshift_large()
1973 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1228 if (small_prec) in wi_unpack()
1231 x = sext_hwi (x, small_prec); in wi_unpack()
1233 x = zext_hwi (x, small_prec); in wi_unpack()
1999 if (small_prec) in lrshift_large()
2000 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dwide-int.cc423 if (small_prec && index == blocks_needed - 1) in selt()
425 ? sext_hwi (val, small_prec) in selt()
426 : zext_hwi (val, small_prec)); in selt()
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1245 if (small_prec) in wi_unpack()
1248 x = sext_hwi (x, small_prec); in wi_unpack()
1250 x = zext_hwi (x, small_prec); in wi_unpack()
2016 if (small_prec) in lrshift_large()
2017 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dwide-int.cc409 if (small_prec && index == blocks_needed - 1) in selt()
411 ? sext_hwi (val, small_prec) in selt()
412 : zext_hwi (val, small_prec)); in selt()
447 if (op0len == BLOCKS_NEEDED (prec) && small_prec) in eq_p_large()
451 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec)) in eq_p_large()
1228 if (small_prec) in wi_unpack()
1231 x = sext_hwi (x, small_prec); in wi_unpack()
1233 x = zext_hwi (x, small_prec); in wi_unpack()
1999 if (small_prec) in lrshift_large()
2000 val[len - 1] = zext_hwi (val[len - 1], small_prec); in lrshift_large()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtmul.c963 small_prec (void) in small_prec() function
1341 small_prec (); in main()