Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.h31 int32_t float32_getexp(float32 f32);
H A Dfma_emu.c108 int32_t float32_getexp(float32 f32) in float32_getexp() function
635 prod.exp = float32_getexp(a) + float32_getexp(b) - SF_BIAS - 23; in internal_fmafx()
648 acc.exp = float32_getexp(c); in internal_fmafx()
H A Darch.c362 r_exp = float32_getexp(RsV); in arch_sf_invsqrt_common()
H A Dop_helper.c330 exp = SF_BIAS - (float32_getexp(RtV) - SF_BIAS) - 1; in HELPER()
351 exp = SF_BIAS - ((float32_getexp(RsV) - SF_BIAS) >> 1) - 1; in HELPER()