Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dfpu_helper.c297 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()
[all …]