Home | History | Annotate | Download | only in fpu

Lines Matching refs:float64_mul

2268     x = float64_mul(x, float64_ln2 STATUS_VAR);
2275 f = float64_mul(xn, float32_exp2_coefficients[i] STATUS_VAR);
2278 xn = float64_mul(xn, x STATUS_VAR);
3291 float64 float64_mul( float64 a, float64 b STATUS_PARAM )