Home
last modified time | relevance | path

Searched refs:float32_to_uint16_scalbn (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h574 uint16_t float32_to_uint16_scalbn(float32, FloatRoundMode, int, float_status *);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3509 uint16_t float32_to_uint16_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_uint16_scalbn() function
3694 return float32_to_uint16_scalbn(a, s->float_rounding_mode, 0, s); in float32_to_uint16()
3754 return float32_to_uint16_scalbn(a, float_round_to_zero, 0, s); in float32_to_uint16_round_to_zero()