Home
last modified time | relevance | path

Searched refs:float128_sqrt (Results 1 – 7 of 7) sorted by path

/qemu/fpu/
H A Dsoftfloat.c4690 float128 QEMU_FLATTEN float128_sqrt(float128 a, float_status *status) in float128_sqrt() function
/qemu/include/fpu/
H A Dsoftfloat.h1246 float128 float128_sqrt(float128, float_status *status);
/qemu/target/ppc/
H A Dfpu_helper.c3412 t.f128 = float128_sqrt(xb->f128, &tstat); in helper_xssqrtqp()
/qemu/target/s390x/tcg/
H A Dfpu_helper.c884 float128 ret = float128_sqrt(ARG128(a), &env->fpu_status); in HELPER()
/qemu/target/sparc/
H A Dfop_helper.c341 float128 ret = float128_sqrt(f128_in(src), &env->fp_status); in helper_fsqrtq()
/qemu/tests/fp/
H A Dfp-bench.c408 res.f128 = float128_sqrt(a, &soft_status); in bench()
H A Dwrap.c.inc515 WRAP1_128(qemu_f128M_sqrt, float128_sqrt)