Home
last modified time | relevance | path

Searched refs:float64_to_uint32_round_to_zero (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h102 #define float64_to_uint32_round_to_zero ___float64_to_uint32_round_to_zero macro
116 #define float64_to_uint32_round_to_zero __fixunsdfsi
H A Dsoftfloat.h279 extern int32 float64_to_uint32_round_to_zero( float64 a );
H A Dsoftfloat.c1753 int32 float64_to_uint32_round_to_zero( float64 a ) in float64_to_uint32_round_to_zero() function
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c343 uint32_t ret = float64_to_uint32_round_to_zero(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc224 float64_to_uint32_round_to_zero, float64, uint_fast32_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h778 uint32_t float64_to_uint32_round_to_zero(float64, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c870 RdV = float64_to_uint32_round_to_zero(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1377 return float64_to_uint32_round_to_zero(u.d, &env->vec_status); in helper_efdctuiz()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3772 uint32_t float64_to_uint32_round_to_zero(float64 a, float_status *s) in float64_to_uint32_round_to_zero() function