Lines Matching refs:y
277 float x, float y) in test_float_arith() argument
280 rr = (*rf)(x, y); in test_float_arith()
281 tr = (*tf)(x, y); in test_float_arith()
285 fputs("\n\ty = ", stdout); print_float(y); in test_float_arith()
294 double x, double y) in test_double_arith() argument
307 rr = (*rf)(x, y); in test_double_arith()
311 tr = (*tf)(x, y); in test_double_arith()
315 fputs("\n\ty = ", stdout); print_double(y); in test_double_arith()
412 float x, float y) in test_float_cmp() argument
415 rr = (*rf)(x, y); in test_float_cmp()
416 tr = (*tf)(x, y); in test_float_cmp()
420 fputs("\n\ty = ", stdout); print_float(y); in test_float_cmp()
428 double x, double y) in test_double_cmp() argument
431 rr = (*rf)(x, y); in test_double_cmp()
432 tr = (*tf)(x, y); in test_double_cmp()
436 fputs("\n\ty = ", stdout); print_double(y); in test_double_cmp()