Home | History | Annotate | Download | only in unit

Lines Matching refs:expect_print

273 expect_print(const char *str) {
281 expect_print("0.0");
282 expect_print("1.0");
283 expect_print("2.0");
284 expect_print("123.0");
290 expect_print("1.5");
291 expect_print("3.375");
292 expect_print("0.25");
293 expect_print("0.125");
295 expect_print("0.00006103515625");