Searched defs:float64_mul (Results 1 - 2 of 2) sorted by relevance

/external/qemu/fpu/
H A Dsoftfloat-native.h333 INLINE float64 float64_mul( float64 a, float64 b STATUS_PARAM) function
H A Dsoftfloat.c2268 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 ) function

Completed in 56 milliseconds