Searched defs:x (Results 1 – 3 of 3) sorted by relevance
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() local196 double x; in gen_special_double() local277 float x, float y) in test_float_arith()294 double x, double y) in test_double_arith()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()405 int lt0(int x) { return x < 0; } in lt0()412 float x, float y) in test_float_cmp()[all …]
311 #define _FP_CLS_COMBINE(x, y) (((x) << 2) | (y)) argument
2067 # define __FP_CLZ(r, x) \ argument
Completed in 10 milliseconds