Searched refs:y (Results 1 – 2 of 2) sorted by relevance
/soft-fp/ |
A D | testit.c | 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() 307 rr = (*rf)(x, y); in test_double_arith() 311 tr = (*tf)(x, 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() 428 double x, double y) in test_double_cmp() argument 431 rr = (*rf)(x, y); in test_double_cmp() [all …]
|
A D | soft-fp.h | 311 #define _FP_CLS_COMBINE(x, y) (((x) << 2) | (y)) argument
|
Completed in 6 milliseconds