Lines Matching defs:x
95 void print_float(float x) in print_float()
103 void print_double(double x) in print_double()
165 float x; in gen_special_float() local
196 double x; in gen_special_double() local
277 float x, float y) in test_float_arith()
294 double x, double y) in test_double_arith()
322 void test_float_double_conv(float x) in test_float_double_conv()
336 void test_double_float_conv(double x) in test_double_float_conv()
350 void test_int_float_conv(int x) in test_int_float_conv()
364 void test_int_double_conv(int x) in test_int_double_conv()
378 void test_float_int_conv(float x) in test_float_int_conv()
390 void test_double_int_conv(double x) in test_double_int_conv()
402 int eq0(int x) { return x == 0; } in eq0()
403 int ne0(int x) { return x != 0; } in ne0()
404 int le0(int x) { return x <= 0; } in le0()
405 int lt0(int x) { return x < 0; } in lt0()
406 int ge0(int x) { return x >= 0; } in ge0()
407 int gt0(int x) { return x > 0; } in gt0()
412 float x, float y) in test_float_cmp()
428 double x, double y) in test_double_cmp()