Home
last modified time | relevance | path

Searched refs:float64_muladd_scalbn (Results 1 – 3 of 3) sorted by relevance

/qemu/target/sparc/
H A Dfop_helper.c356 float64 ret = float64_muladd_scalbn(s1, s2, s3, sc, op, &env->fp_status); in helper_fmaddd()
/qemu/include/fpu/
H A Dsoftfloat.h801 float64 float64_muladd_scalbn(float64, float64, float64,
/qemu/fpu/
H A Dsoftfloat.c2267 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()