Home
last modified time | relevance | path

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

/openbmc/qemu/fpu/
H A Dsoftfloat.c3879 float32 int64_to_float32_scalbn(int64_t a, int scale, float_status *status) in int64_to_float32_scalbn() function
3896 return int64_to_float32_scalbn(a, scale, status); in int32_to_float32_scalbn()
3901 return int64_to_float32_scalbn(a, scale, status); in int16_to_float32_scalbn()
3906 return int64_to_float32_scalbn(a, 0, status); in int64_to_float32()
3911 return int64_to_float32_scalbn(a, 0, status); in int32_to_float32()
3916 return int64_to_float32_scalbn(a, 0, status); in int16_to_float32()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h155 float32 int64_to_float32_scalbn(int64_t, int, float_status *status);