Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h371 int16_t bfloat16_to_int16_scalbn(bfloat16, FloatRoundMode,
/openbmc/qemu/fpu/
H A Dsoftfloat.c3145 int16_t bfloat16_to_int16_scalbn(bfloat16 a, FloatRoundMode rmode, int scale, in bfloat16_to_int16_scalbn() function
3418 return bfloat16_to_int16_scalbn(a, s->float_rounding_mode, 0, s); in bfloat16_to_int16()
3438 return bfloat16_to_int16_scalbn(a, float_round_to_zero, 0, s); in bfloat16_to_int16_round_to_zero()