Home | History | Annotate | Download | only in unit

Lines Matching refs:expect_print

274 expect_print(const char *str) {
282 expect_print("0.0");
283 expect_print("1.0");
284 expect_print("2.0");
285 expect_print("123.0");
291 expect_print("1.5");
292 expect_print("3.375");
293 expect_print("0.25");
294 expect_print("0.125");
296 expect_print("0.00006103515625");