Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h756 int64_t float64_to_int64_scalbn(float64, FloatRoundMode, int, float_status *);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3127 int64_t float64_to_int64_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int64_scalbn() function
3313 return float64_to_int64_scalbn(a, s->float_rounding_mode, 0, s); in float64_to_int64()
3383 return float64_to_int64_scalbn(a, float_round_to_zero, 0, s); in float64_to_int64_round_to_zero()