Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dvax_helper.c161 static uint64_t float64_to_g(float64 fa) in float64_to_g() function
244 return float64_to_g(fr); in helper_addg()
254 return float64_to_g(fr); in helper_subg()
264 return float64_to_g(fr); in helper_mulg()
274 return float64_to_g(fr); in helper_divg()
283 return float64_to_g(fr); in helper_sqrtg()
354 return float64_to_g(fr); in helper_cvtqg()