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