Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h216 uint16_t float16_to_uint16_scalbn(float16 a, FloatRoundMode,
/qemu/fpu/
H A Dsoftfloat.c3482 uint16_t float16_to_uint16_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_uint16_scalbn() function
3679 return float16_to_uint16_scalbn(a, s->float_rounding_mode, 0, s); in float16_to_uint16()
3739 return float16_to_uint16_scalbn(a, float_round_to_zero, 0, s); in float16_to_uint16_round_to_zero()