Home
last modified time | relevance | path

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

/openbmc/qemu/fpu/
H A Dsoftfloat.c1949 static double hard_f64_sub(double a, double b) in hard_f64_sub() function
2006 return float64_addsub(a, b, s, hard_f64_sub, soft_f64_sub); in float64_sub()