Searched refs:float64_muladd_scalbn (Results 1 – 3 of 3) sorted by relevance
/qemu/target/sparc/ |
H A D | fop_helper.c | 356 float64 ret = float64_muladd_scalbn(s1, s2, s3, sc, op, &env->fp_status); in helper_fmaddd()
|
/qemu/include/fpu/ |
H A D | softfloat.h | 801 float64 float64_muladd_scalbn(float64, float64, float64,
|
/qemu/fpu/ |
H A D | softfloat.c | 2267 float64_muladd_scalbn(float64 a, float64 b, float64 c, in float64_muladd_scalbn() function 2418 return float64_muladd_scalbn(ua.s, ub.s, uc.s, 0, flags, s); in float64_muladd()
|