Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h754 int16_t float64_to_int16_scalbn(float64, FloatRoundMode, int, float_status *);
/qemu/fpu/
H A Dsoftfloat.c3109 int16_t float64_to_int16_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int16_scalbn() function
3303 return float64_to_int16_scalbn(a, s->float_rounding_mode, 0, s); in float64_to_int16()
3373 return float64_to_int16_scalbn(a, float_round_to_zero, 0, s); in float64_to_int16_round_to_zero()