Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h369 int8_t bfloat16_to_int8_scalbn(bfloat16, FloatRoundMode,
/qemu/fpu/
H A Dsoftfloat.c3136 int8_t bfloat16_to_int8_scalbn(bfloat16 a, FloatRoundMode rmode, int scale, in bfloat16_to_int8_scalbn() function
3413 return bfloat16_to_int8_scalbn(a, s->float_rounding_mode, 0, s); in bfloat16_to_int8()
3433 return bfloat16_to_int8_scalbn(a, float_round_to_zero, 0, s); in bfloat16_to_int8_round_to_zero()