Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_arith.cc269 char largebuf[512]; in test02() local
270 snprintf(largebuf, 512, "%.*Le", prec, val); in test02()
272 cout << "expect: " << largebuf << endl; in test02()
275 VERIFY(os && os.str() == largebuf); in test02()
286 snprintf(largebuf, 512, "%.*f", 3, val2); in test02()
288 cout << "expect: " << largebuf << endl; in test02()
291 VERIFY(os2 && os2.str() == largebuf); in test02()