Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h567 int32_t float32_to_int32_scalbn(float32, FloatRoundMode, int, float_status *);
/qemu/fpu/
H A Dsoftfloat.c3133 int32_t float32_to_int32_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int32_scalbn() function
3336 return float32_to_int32_scalbn(a, s->float_rounding_mode, 0, s); in float32_to_int32()
3406 return float32_to_int32_scalbn(a, float_round_to_zero, 0, s); in float32_to_int32_round_to_zero()