Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h199 int8_t float16_to_int8_scalbn(float16, FloatRoundMode, int,
/openbmc/qemu/fpu/
H A Dsoftfloat.c3046 int8_t float16_to_int8_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int8_scalbn() function
3268 return float16_to_int8_scalbn(a, s->float_rounding_mode, 0, s); in float16_to_int8()