Home
last modified time | relevance | path

Searched refs:showpos (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/math/mppp/mppp-0.26/test/
H A Drational_stream_format.cpp180 REQUIRE(runner(rational{42}, std::dec, std::showpos) == "+42"); in operator ()()
181 REQUIRE(runner(rational{42}, std::oct, std::showpos) == "+52"); in operator ()()
182 REQUIRE(runner(rational{42}, std::hex, std::showpos) == "+2a"); in operator ()()
184 REQUIRE(runner(rational{42, 13}, std::dec, std::showpos) == "+42/13"); in operator ()()
185 REQUIRE(runner(rational{42, 13}, std::oct, std::showpos) == "+52/15"); in operator ()()
186 REQUIRE(runner(rational{42, 13}, std::hex, std::showpos) == "+2a/d"); in operator ()()
260 REQUIRE(runner(rational{-42}, std::dec, std::showpos) == "-42"); in operator ()()
261 REQUIRE(runner(rational{-42}, std::oct, std::showpos) == "-52"); in operator ()()
262 REQUIRE(runner(rational{-42}, std::hex, std::showpos) == "-2a"); in operator ()()
264 REQUIRE(runner(rational{-42, 13}, std::dec, std::showpos) == "-42/13"); in operator ()()
[all …]
H A Dinteger_stream_format.cpp124 REQUIRE(runner(integer{42}, std::dec, std::showpos) == "+42"); in operator ()()
125 REQUIRE(runner(integer{42}, std::oct, std::showpos) == "+52"); in operator ()()
126 REQUIRE(runner(integer{42}, std::hex, std::showpos) == "+2a"); in operator ()()
128 REQUIRE(runner(integer{42}, std::dec, std::showbase, std::showpos) == "+42"); in operator ()()
129 REQUIRE(runner(integer{42}, std::oct, std::showbase, std::showpos) == "+052"); in operator ()()
130 REQUIRE(runner(integer{42}, std::hex, std::showbase, std::showpos) == "+0x2a"); in operator ()()
164 REQUIRE(runner(integer{-42}, std::dec, std::showpos) == "-42"); in operator ()()
165 REQUIRE(runner(integer{-42}, std::oct, std::showpos) == "-52"); in operator ()()
166 REQUIRE(runner(integer{-42}, std::hex, std::showpos) == "-2a"); in operator ()()
168 REQUIRE(runner(integer{-42}, std::dec, std::showbase, std::showpos) == "-42"); in operator ()()
[all …]
H A Dcomplex128_io.cpp99 oss << std::showpos << complex128{"(-1.1,1.3)"};
131 oss << std::setprecision(40) << std::showpos << complex128{"(-1.1,1.3)"};
146 oss << std::setw(20) << std::showpos << complex128{"(-1.1,1.3)"};
160 oss << std::setw(20) << std::showpos << complex128{"(-1.1,1.3)"};
174 oss << std::setw(20) << std::showpos << complex128{"(-1.1,1.3)"};
271 oss1 << std::showpos;
272 oss2 << std::showpos;
H A Dcomplex_io.cpp100 oss << std::showpos << complex{real{"-1.1", 53}, real{"1.3", 53}};
132 oss << std::setprecision(20) << std::showpos << complex{real{"-1.1", 53}, real{"1.3", 53}};
146 oss << std::setw(20) << std::showpos << complex{real{"-1.1", 53}, real{"1.3", 53}};
160 oss << std::setw(20) << std::showpos << complex{real{"-1.1", 53}, real{"1.3", 53}};
174 oss << std::setw(20) << std::showpos << complex{real{"-1.1", 53}, real{"1.3", 53}};
275 oss1 << std::showpos;
276 oss2 << std::showpos;
H A Dreal128_io.cpp98 oss << std::showpos << real128{"1.1"};
130 oss << std::setprecision(20) << std::showpos << real128{"1.1"};
136 oss << std::setprecision(36) << std::showpos << real128{"1.1"};
150 oss << std::setw(20) << std::showpos << real128{"1.1"};
170 oss << std::setw(20) << std::showpos << real128{"1.1"};
190 oss << std::setw(20) << std::showpos << real128{"1.1"};
317 oss1 << std::showpos;
318 oss2 << std::showpos;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/test/studies/
H A Dmath.qa17 == flag showpos
23 == flag showpos|uc
43 == flag showpos
49 == flag showpos|uc
67 == flag showpos
91 == flag showpos
115 == flag showpos
141 == flag showpos
165 == flag showpos
191 == flag showpos
[all …]
/dports/math/universal/universal-3.48/applications/floating-point/
H A Dthin_triangle.cpp124 …a = " << to_binary(a) << " " << to_base2_scientific(a) << " : " << std::showpos << a << std::nosh… in HeronFormulaNaive()
126 …c = " << to_binary(c) << " " << to_base2_scientific(c) << " : " << std::showpos << c << std::nosh… in HeronFormulaNaive()
127 …s = " << to_binary(s) << " " << to_base2_scientific(s) << " : " << std::showpos << s << std::nosh… in HeronFormulaNaive()
128 …A = " << to_binary(A) << " " << to_base2_scientific(A) << " : " << std::showpos << A << std::nosh… in HeronFormulaNaive()
171 …a = " << to_binary(a) << " " << to_base2_scientific(a) << " : " << std::showpos << a << std::nosh… in HeronFormulaKahanRewrite()
172 …b = " << to_binary(b) << " " << to_base2_scientific(b) << " : " << std::showpos << b << std::nosh… in HeronFormulaKahanRewrite()
173 …c = " << to_binary(c) << " " << to_base2_scientific(c) << " : " << std::showpos << c << std::nosh… in HeronFormulaKahanRewrite()
174 …s = " << to_binary(s) << " " << to_base2_scientific(s) << " : " << std::showpos << s << std::nosh… in HeronFormulaKahanRewrite()
297 std::cout << "exact = " << std::showpos << Aexact << std::noshowpos << '\n'; in main()
306 std::cout << "exact = " << std::showpos << Aexact << std::noshowpos << '\n'; in main()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDropTree.cpp20 showpos = Null; in PopUpTree()
74 showpos.x = x; in PopUp()
75 showpos.y = bottom; in PopUp()
78 if(showpos.y + h > area.bottom) { in PopUp()
80 showpos.y = top; in PopUp()
85 Rect rt = RectC(showpos.x, showpos.y - (up ? ht : 0), showwidth, ht); in PopUp()
126 int mh = min(maxheight, area.bottom - showpos.y); in OpenClose()
128 SetRect(RectC(showpos.x, showpos.y - (up ? ht : 0), showwidth, ht)); in OpenClose()
137 if(IsNull(showpos)) in PopUp()
138 showpos = r.TopLeft(); in PopUp()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/libs/
H A Dmath_basic.cpp20 bool neg, showpos, uc, negexp; in pscientific() local
27 showpos = !!(flags & std::ios::showpos); in pscientific()
32 showpos = false; in pscientific()
73 format = neg?"-":(showpos?"+":""); // + in pscientific()
/dports/math/gmp/gmp-6.2.1/tests/cxx/
H A Dt-ostream.cc103 { "1", " +0x1", ios::hex | ios::showbase | ios::showpos | ios::right, in check_mpz()
105 { "1", "+0x 1", ios::hex | ios::showbase | ios::showpos | ios::internal, in check_mpz()
107 { "1", "+0x1 ", ios::hex | ios::showbase | ios::showpos | ios::left, in check_mpz()
142 && ! (data[i].flags & ios::showpos)) in check_mpz()
269 { "0", "+0", ios::dec | ios::showpos }, in check_mpf()
284 { "1", "+1", ios::dec | ios::showpos }, in check_mpf()
298 { "-1", "-1", ios::dec | ios::showpos }, in check_mpf()
379 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
381 | ios::showbase | ios::showpos | ios::uppercase }, in check_mpf()
383 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/tests/cxx/
H A Dt-ostream.cc104 { "1", " +0x1", ios::hex | ios::showbase | ios::showpos | ios::right, in check_mpz()
106 { "1", "+0x 1", ios::hex | ios::showbase | ios::showpos | ios::internal, in check_mpz()
108 { "1", "+0x1 ", ios::hex | ios::showbase | ios::showpos | ios::left, in check_mpz()
143 && ! (data[i].flags & ios::showpos)) in check_mpz()
270 { "0", "+0", ios::dec | ios::showpos }, in check_mpf()
285 { "1", "+1", ios::dec | ios::showpos }, in check_mpf()
299 { "-1", "-1", ios::dec | ios::showpos }, in check_mpf()
380 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
382 | ios::showbase | ios::showpos | ios::uppercase }, in check_mpf()
384 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/cxx/
H A Dt-ostream.cc104 { "1", " +0x1", ios::hex | ios::showbase | ios::showpos | ios::right, in check_mpz()
106 { "1", "+0x 1", ios::hex | ios::showbase | ios::showpos | ios::internal, in check_mpz()
108 { "1", "+0x1 ", ios::hex | ios::showbase | ios::showpos | ios::left, in check_mpz()
143 && ! (data[i].flags & ios::showpos)) in check_mpz()
270 { "0", "+0", ios::dec | ios::showpos }, in check_mpf()
285 { "1", "+1", ios::dec | ios::showpos }, in check_mpf()
299 { "-1", "-1", ios::dec | ios::showpos }, in check_mpf()
380 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
382 | ios::showbase | ios::showpos | ios::uppercase }, in check_mpf()
384 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/cxx/
H A Dt-ostream.cc106 { "1", " +0x1", ios::hex | ios::showbase | ios::showpos | ios::right, in check_mpz()
108 { "1", "+0x 1", ios::hex | ios::showbase | ios::showpos | ios::internal, in check_mpz()
110 { "1", "+0x1 ", ios::hex | ios::showbase | ios::showpos | ios::left, in check_mpz()
145 && ! (data[i].flags & ios::showpos)) in check_mpz()
272 { "0", "+0", ios::dec | ios::showpos }, in check_mpf()
287 { "1", "+1", ios::dec | ios::showpos }, in check_mpf()
301 { "-1", "-1", ios::dec | ios::showpos }, in check_mpf()
382 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
384 | ios::showbase | ios::showpos | ios::uppercase }, in check_mpf()
386 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/cxx/
H A Dt-ostream.cc103 { "1", " +0x1", ios::hex | ios::showbase | ios::showpos | ios::right, in check_mpz()
105 { "1", "+0x 1", ios::hex | ios::showbase | ios::showpos | ios::internal, in check_mpz()
107 { "1", "+0x1 ", ios::hex | ios::showbase | ios::showpos | ios::left, in check_mpz()
142 && ! (data[i].flags & ios::showpos)) in check_mpz()
269 { "0", "+0", ios::dec | ios::showpos }, in check_mpf()
284 { "1", "+1", ios::dec | ios::showpos }, in check_mpf()
298 { "-1", "-1", ios::dec | ios::showpos }, in check_mpf()
379 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
381 | ios::showbase | ios::showpos | ios::uppercase }, in check_mpf()
383 ios::oct | ios::scientific | ios::showbase | ios::showpos }, in check_mpf()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-client/boost_1_59_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_signed_zero.cpp164 …CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << 0., "+**0"); // lef… in BOOST_AUTO_TEST_CASE()
183 CHECKOUT(std::showpos << 0., "+0"); in BOOST_AUTO_TEST_CASE()
184 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
198 CHECKOUT(std::showpos << nz, "-0"); // Ignore showpos because is negative. in BOOST_AUTO_TEST_CASE()
205 CHECKOUT(std::showpos << std::setw(4) << std::internal << std::setfill('*') << nz, "-**0"); in BOOST_AUTO_TEST_CASE()
235 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
236 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
237 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
238 …CHECKOUT(std::showpos << std::fixed << std::setw(6) << std::setfill('*') << std::setprecision(2) <… in BOOST_AUTO_TEST_CASE()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DEarthOrientation.cpp2436 << showpos << eps0; in PrecessionMatrix2003()
2444 << showpos << psibias; in PrecessionMatrix2003()
2446 << showpos << epsbias; in PrecessionMatrix2003()
2448 << showpos << raeps0; in PrecessionMatrix2003()
2455 << showpos << psia; in PrecessionMatrix2003()
2457 << showpos << epsa; in PrecessionMatrix2003()
2459 << showpos << chia; in PrecessionMatrix2003()
2615 << showpos << eps; in ECEFtoInertial1996()
2691 << showpos << eps; in ECEFtoInertial2003()
2703 << showpos << NPB; in ECEFtoInertial2003()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D12.cc42 oss1.setf(ios_base::showpos); in test01()
47 oss2.setf(ios_base::showpos); in test01()
52 oss3.setf(ios_base::showpos); in test01()

12345678910>>...60