Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.h26 int32_t float64_getexp(float64 f64);
H A Dfma_emu.c61 int32_t float64_getexp(float64 f64) in float64_getexp() function
462 x.exp = float64_getexp(a) + float64_getexp(b) - DF_BIAS - 20; in internal_mpyhh()