Searched refs:svd_hypot (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dodf.cpp351 static double svd_hypot(double a, double b) function in namespace:Inkscape::Extension::Internal
404 s[k] = svd_hypot(s[k],A(i, k));
453 e[k] = svd_hypot(e[k],e[i]);
640 double t = svd_hypot(s[j],f);
665 double t = svd_hypot(s[j],f);
718 double t = svd_hypot(f,g);
735 t = svd_hypot(f,g);

Completed in 19 milliseconds