Searched refs:float32_getexp (Results 1 – 4 of 4) sorted by relevance
31 int32_t float32_getexp(float32 f32);
362 r_exp = float32_getexp(RsV); in arch_sf_invsqrt_common()
73 int32_t float32_getexp(float32 f32) in float32_getexp() function
217 exp = SF_BIAS - (float32_getexp(RtV) - SF_BIAS) - 1; in HELPER()238 exp = SF_BIAS - ((float32_getexp(RsV) - SF_BIAS) >> 1) - 1; in HELPER()