Home
last modified time | relevance | path

Searched refs:float16_to_int16_round_to_zero (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h210 int16_t float16_to_int16_round_to_zero(float16, float_status *status);
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1021 return float16_to_int16_round_to_zero(x, fpst); in vfp_tosszh()
H A Dsve_helper.c4521 return float16_to_int16_round_to_zero(f, s); in vfp_float16_to_int16_rtz()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3341 int16_t float16_to_int16_round_to_zero(float16 a, float_status *s) in float16_to_int16_round_to_zero() function