Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h154 float32 int32_to_float32_scalbn(int32_t, int, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3894 float32 int32_to_float32_scalbn(int32_t a, int scale, float_status *status) in int32_to_float32_scalbn() function