Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h388 uint8_t bfloat16_to_uint8_scalbn(bfloat16 a, FloatRoundMode,
/openbmc/qemu/fpu/
H A Dsoftfloat.c3563 uint8_t bfloat16_to_uint8_scalbn(bfloat16 a, FloatRoundMode rmode, in bfloat16_to_uint8_scalbn() function
3799 return bfloat16_to_uint8_scalbn(a, s->float_rounding_mode, 0, s); in bfloat16_to_uint8()
3819 return bfloat16_to_uint8_scalbn(a, float_round_to_zero, 0, s); in bfloat16_to_uint8_round_to_zero()