Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h392 uint32_t bfloat16_to_uint32_scalbn(bfloat16 a, FloatRoundMode,
/openbmc/qemu/fpu/
H A Dsoftfloat.c3581 uint32_t bfloat16_to_uint32_scalbn(bfloat16 a, FloatRoundMode rmode, in bfloat16_to_uint32_scalbn() function
3809 return bfloat16_to_uint32_scalbn(a, s->float_rounding_mode, 0, s); in bfloat16_to_uint32()
3829 return bfloat16_to_uint32_scalbn(a, float_round_to_zero, 0, s); in bfloat16_to_uint32_round_to_zero()