Searched refs:largebuf (Results 1 – 1 of 1) sorted by relevance
269 char largebuf[512]; in test02() local270 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()