Searched refs:l2 (Results 1 – 1 of 1) sorted by relevance
68 double h2, double l2) in mul_expansion() argument73 r = h1 * l2 + h2 * l1; in mul_expansion()101 double h2, double l2) in div_expansion() argument107 r = (l1 * h2 - l2 * h1) / (h2 * h2); in div_expansion()
Completed in 3 milliseconds