Lines Matching defs:b
9 double test_float_dadd(double a, double b) in test_float_dadd()
19 double test_float_dmul(double a, double b) in test_float_dmul()
24 double test_float_drsub(double a, double b) in test_float_drsub()
29 double test_float_dsub(double a, double b) in test_float_dsub()
34 int test_float_dcmpeq(double a, double b) in test_float_dcmpeq()
39 int test_float_dcmplt(double a, double b) in test_float_dcmplt()
44 int test_float_dcmple(double a, double b) in test_float_dcmple()
49 int test_float_dcmpge(double a, double b) in test_float_dcmpge()
54 int test_float_dcmpgt(double a, double b) in test_float_dcmpgt()
59 float test_float_fadd(float a, float b) in test_float_fadd()
69 float test_float_fmul(float a, float b) in test_float_fmul()
74 float test_float_frsub(float a, float b) in test_float_frsub()
79 float test_float_fsub(float a, float b) in test_float_fsub()
84 int test_float_fcmpeq(float a, float b) in test_float_fcmpeq()
89 int test_float_fcmplt(float a, float b) in test_float_fcmplt()
94 int test_float_fcmple(float a, float b) in test_float_fcmple()
99 int test_float_fcmpge(float a, float b) in test_float_fcmpge()
104 int test_float_fcmpgt(float a, float b) in test_float_fcmpgt()