Home
last modified time | relevance | path

Searched refs:float64_to_uint32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.h278 extern int32 float64_to_uint32( struct roundingData *roundData, float64 a );
H A Dsoftfloat.c1727 int32 float64_to_uint32( struct roundingData *roundData, float64 a ) in float64_to_uint32() function
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c306 rv = float64_to_uint32(res, &fp_status); in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c315 uint32_t ret = float64_to_uint32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c492 return (int32_t)float64_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_d()
H A Dvector_helper.c4586 RVVCALL(OPFVV1, vfncvt_xu_f_w_w, NOP_UU_W, H4, H8, float64_to_uint32) in RVVCALL()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc181 WRAP_SF_TO_INT(qemu_f64_to_ui32, float64_to_uint32, float64, uint_fast32_t)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c692 uint32_t ret = float64_to_uint32(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h774 uint32_t float64_to_uint32(float64, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c750 RdV = float64_to_uint32(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1338 return float64_to_uint32(u.d, &env->vec_status); in helper_efdctui()
1446 return float64_to_uint32(u.d, &env->vec_status); in helper_efdctuf()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3712 uint32_t float64_to_uint32(float64 a, float_status *s) in float64_to_uint32() function