Searched refs:t_to_float64 (Results 1 – 1 of 1) sorted by relevance
277 static inline float64 t_to_float64(uint64_t a) in t_to_float64() function297 fa = t_to_float64(a); in helper_addt()298 fb = t_to_float64(b); in helper_addt()309 fa = t_to_float64(a); in helper_subt()310 fb = t_to_float64(b); in helper_subt()321 fa = t_to_float64(a); in helper_mult()322 fb = t_to_float64(b); in helper_mult()333 fa = t_to_float64(a); in helper_divt()334 fb = t_to_float64(b); in helper_divt()345 fa = t_to_float64(a); in helper_sqrtt()[all …]