Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h375 int64_t bfloat16_to_int64_scalbn(bfloat16, FloatRoundMode,
/openbmc/qemu/fpu/
H A Dsoftfloat.c3163 int64_t bfloat16_to_int64_scalbn(bfloat16 a, FloatRoundMode rmode, int scale, in bfloat16_to_int64_scalbn() function
3428 return bfloat16_to_int64_scalbn(a, s->float_rounding_mode, 0, s); in bfloat16_to_int64()
3448 return bfloat16_to_int64_scalbn(a, float_round_to_zero, 0, s); in bfloat16_to_int64_round_to_zero()