Lines Matching refs:t_to_float64
277 static inline float64 t_to_float64(uint64_t a) in t_to_float64() function
297 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()
358 fa = t_to_float64(a); in helper_cmptun()
359 fb = t_to_float64(b); in helper_cmptun()
374 fa = t_to_float64(a); in helper_cmpteq()
375 fb = t_to_float64(b); in helper_cmpteq()
390 fa = t_to_float64(a); in helper_cmptle()
391 fb = t_to_float64(b); in helper_cmptle()
406 fa = t_to_float64(a); in helper_cmptlt()
407 fb = t_to_float64(b); in helper_cmptlt()
423 fa = t_to_float64(a); in helper_cvtts()
460 fa = t_to_float64(a); in do_cvttq()