Home
last modified time | relevance | path

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

/openbmc/qemu/fpu/
H A Dsoftfloat.c1944 static double hard_f64_add(double a, double b) in hard_f64_add() function
2000 return float64_addsub(a, b, s, hard_f64_add, soft_f64_add); in float64_add()