Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h167 float64 int16_to_float64_scalbn(int16_t, int, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3939 float64 int16_to_float64_scalbn(int16_t a, int scale, float_status *status) in int16_to_float64_scalbn() function