Searched refs:float64_to_uint32 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.h | 278 extern int32 float64_to_uint32( struct roundingData *roundData, float64 a );
|
H A D | softfloat.c | 1727 int32 float64_to_uint32( struct roundingData *roundData, float64 a ) in float64_to_uint32() function
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 306 rv = float64_to_uint32(res, &fp_status); in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 315 uint32_t ret = float64_to_uint32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 492 return (int32_t)float64_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_d()
|
H A D | vector_helper.c | 4586 RVVCALL(OPFVV1, vfncvt_xu_f_w_w, NOP_UU_W, H4, H8, float64_to_uint32) in RVVCALL()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 181 WRAP_SF_TO_INT(qemu_f64_to_ui32, float64_to_uint32, float64, uint_fast32_t)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 692 uint32_t ret = float64_to_uint32(v2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 774 uint32_t float64_to_uint32(float64, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 750 RdV = float64_to_uint32(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1338 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 D | softfloat.c | 3712 uint32_t float64_to_uint32(float64 a, float_status *s) in float64_to_uint32() function
|