Home
last modified time | relevance | path

Searched refs:float64_one (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1019 fdt2 = float64_div(float64_one, fdt0, &env->active_fpu.fp_status); in helper_float_recip_d()
1038 fdt2 = float64_div(float64_one, fdt2, &env->active_fpu.fp_status); in helper_float_rsqrt_d()
1057 fdt2 = float64_div(float64_one, fdt0, &env->active_fpu.fp_status); in helper_float_recip1_d()
1088 fdt2 = float64_div(float64_one, fdt2, &env->active_fpu.fp_status); in helper_float_rsqrt1_d()
1364 fdt2 = float64_chs(float64_sub(fdt2, float64_one, in helper_float_recip2_d()
1399 fdt2 = float64_sub(fdt2, float64_one, &env->active_fpu.fp_status); in helper_float_rsqrt2_d()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c296 fd = float64_div(float64_one, fj, &env->fp_status); in helper_frecip_d()
317 fd = float64_div(float64_one, fp, &env->fp_status); in helper_frsqrt_d()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h925 #define float64_one make_float64(0x3ff0000000000000LL) macro
/openbmc/qemu/fpu/
H A Dsoftfloat.c5335 float64_unpack_canonical(&rp, float64_one, status); in float32_exp2()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c2651 nn = float64_one; in HELPER()