Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dfma_emu.h31 int32_t float32_getexp(float32 f32);
H A Darch.c362 r_exp = float32_getexp(RsV); in arch_sf_invsqrt_common()
H A Dfma_emu.c73 int32_t float32_getexp(float32 f32) in float32_getexp() function
H A Dop_helper.c217 exp = SF_BIAS - (float32_getexp(RtV) - SF_BIAS) - 1; in HELPER()
238 exp = SF_BIAS - ((float32_getexp(RsV) - SF_BIAS) >> 1) - 1; in HELPER()