Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dfpu_helper.c285 static inline uint64_t float64_to_t(float64 fa) in float64_to_t() function
302 return float64_to_t(fr); in helper_addt()
314 return float64_to_t(fr); in helper_subt()
326 return float64_to_t(fr); in helper_mult()
338 return float64_to_t(fr); in helper_divt()
349 return float64_to_t(fr); in helper_sqrtt()
439 return float64_to_t(fr); in helper_cvtst()
500 return float64_to_t(fr); in helper_cvtqt()