Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c93 static uint64_t float32_getmant(float32 f32) in float32_getmant() function
629 prod.mant = int128_mul_6464(float32_getmant(a), float32_getmant(b)); in internal_fmafx()
647 acc.mant = int128_mul_6464(float32_getmant(c), 1); in internal_fmafx()