Home
last modified time | relevance | path

Searched refs:hexfloat (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/devel/vc/Vc-1.4.2/math/
H A Dfold_pi4_single.m5 printf("y = %i = %s\n", y, hexfloat(y));
11 printf("(x -= %s) -> %s\n", hexfloat(diff), hexfloat(x));
15 printf("(x -= %s) -> %s\n", hexfloat(diff), hexfloat(x));
16 printf("expected result: %s\n", hexfloat(expected));
/dports/math/universal/universal-3.48/tests/posit/api/
H A Dnumeric_limits.cpp40 << " or " << std::hexfloat << std::numeric_limits<float>::min() << '\n' in main()
42 << " or " << std::hexfloat << std::numeric_limits<double>::min() << '\n'; in main()
45 << " or " << std::hexfloat << std::numeric_limits<float>::lowest() << '\n' in main()
47 << " or " << std::hexfloat << std::numeric_limits<double>::lowest() << '\n'; in main()
50 << " or " << std::hexfloat << std::numeric_limits<float>::max() << '\n' in main()
52 << " or " << std::hexfloat << std::numeric_limits<double>::max() << '\n'; in main()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dmath_unit_test.hpp55 …<< " Expected: " << std::defaultfloat << std::fixed << expected << std::hexfloat << " = " << expe… in check_mollified_close()
56 …<< " Computed: " << std::defaultfloat << std::fixed << computed << std::hexfloat << " = " << comp… in check_mollified_close()
119 …<< " Expected: " << std::defaultfloat << std::fixed << expected << std::hexfloat << " = " << expe… in check_ulp_close()
120 …<< " Computed: " << std::defaultfloat << std::fixed << computed << std::hexfloat << " = " << comp… in check_ulp_close()
166 …<< std::fixed << lesser << " = " << std::scientific << lesser << std::hexfloat << " = " << lesse… in check_le()
167 …<< std::fixed << greater << " = " << std::scientific << greater << std::hexfloat << " = " << great… in check_le()
216 …cissa " << std::defaultfloat << std::fixed << abscissa << " = " << std::hexfloat << abscissa << "\… in check_conditioned_error()
218 …puted value is " << std::defaultfloat << std::fixed << computed << std::hexfloat << " = " << compu… in check_conditioned_error()
242 …abscissa x = " << std::defaultfloat << std::fixed << abscissa << " = " << std::hexfloat << abscissa in check_conditioned_error()
328 …efaultfloat << std::fixed << x << " = " << std::scientific << x << std::hexfloat << " = " << x << … in check_equal()
[all …]
/dports/math/universal/universal-3.48/tests/conversions/
H A Dposit_integer.cpp136 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
144 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
146 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
148 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
150 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
152 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
154 …cout << to_binary(int128) << " " << int128 << " " << hexfloat << scale(int128) << defaultfloat << … in main()
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/
H A Dcohen_acceleration.cpp36 std::cout << "Computed = " << computed << " = " << std::hexfloat << computed << "\n"; in main()
38 std::cout << "Expected = " << expected << " = " << std::hexfloat << expected << "\n"; in main()
45 …std::cout << "Computed = " << computed << " = " << std::hexfloat << computed << " using 5 terms.\n… in main()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc48 os << hexfloat << setprecision(1); in test01()
77 os << hexfloat << setprecision(1); in test01()
104 os << hexfloat << setprecision(1); in test02()
126 os << hexfloat << setprecision(1); in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc48 os << hexfloat << setprecision(1); in test01()
77 os << hexfloat << setprecision(1); in test01()
104 os << hexfloat << setprecision(1); in test02()
126 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc44 os << hexfloat << setprecision(1); in test01()
73 os << hexfloat << setprecision(1); in test01()
100 os << hexfloat << setprecision(1); in test02()
122 os << hexfloat << setprecision(1); in test02()
/dports/math/gmp/gmp-6.2.1/scanf/
H A Ddoscan.c224 int chars, c, base, first, width, seen_point, seen_digit, hexfloat; in gmpscan() local
245 hexfloat = 0; in gmpscan()
277 hexfloat = 1; in gmpscan()
336 if (hexfloat && (c == 'p' || c == 'P')) in gmpscan()
342 else if (! hexfloat && (c == 'e' || c == 'E')) in gmpscan()
395 ASSERT_NOCARRY (mpf_set_str (f, s, hexfloat ? 16 : 10)); in gmpscan()
/dports/math/gap/gap-4.11.0/extern/gmp/scanf/
H A Ddoscan.c225 int chars, c, base, first, width, seen_point, seen_digit, hexfloat; in gmpscan() local
246 hexfloat = 0; in gmpscan()
278 hexfloat = 1; in gmpscan()
337 if (hexfloat && (c == 'p' || c == 'P')) in gmpscan()
343 else if (! hexfloat && (c == 'e' || c == 'E')) in gmpscan()
396 ASSERT_NOCARRY (mpf_set_str (f, s, hexfloat ? 16 : 10)); in gmpscan()

12345678910>>...22