Lines Matching refs:s_to_float32
199 static inline float32 s_to_float32(uint64_t a) in s_to_float32() function
220 fa = s_to_float32(a); in helper_adds()
221 fb = s_to_float32(b); in helper_adds()
232 fa = s_to_float32(a); in helper_subs()
233 fb = s_to_float32(b); in helper_subs()
244 fa = s_to_float32(a); in helper_muls()
245 fb = s_to_float32(b); in helper_muls()
256 fa = s_to_float32(a); in helper_divs()
257 fb = s_to_float32(b); in helper_divs()
268 fa = s_to_float32(a); in helper_sqrts()
435 fa = s_to_float32(a); in helper_cvtst()