Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPath.cpp14 static double CubicRoot(double aValue) { in CubicRoot() function
16 return -CubicRoot(-aValue); in CubicRoot()
278 *aMin = aT - CubicRoot(std::abs(aTolerance / (cp41.x - cp41.y))); in FindInflectionApproximationRange()
279 *aMax = aT + CubicRoot(std::abs(aTolerance / (cp41.x - cp41.y))); in FindInflectionApproximationRange()
294 double tf = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPath.cpp13 static double CubicRoot(double aValue) { in CubicRoot() function
15 return -CubicRoot(-aValue); in CubicRoot()
304 *aMin = aT - CubicRoot(std::abs(aTolerance / (cp41.x - cp41.y))); in FindInflectionApproximationRange()
305 *aMax = aT + CubicRoot(std::abs(aTolerance / (cp41.x - cp41.y))); in FindInflectionApproximationRange()
320 double tf = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPath.cpp14 static double CubicRoot(double aValue) { in CubicRoot() function
16 return -CubicRoot(-aValue); in CubicRoot()
287 double r = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
305 double tf = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPath.cpp14 static double CubicRoot(double aValue) { in CubicRoot() function
16 return -CubicRoot(-aValue); in CubicRoot()
287 double r = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
305 double tf = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPath.cpp14 static double CubicRoot(double aValue) { in CubicRoot() function
16 return -CubicRoot(-aValue); in CubicRoot()
287 double r = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
305 double tf = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPath.cpp14 static double CubicRoot(double aValue) { in CubicRoot() function
16 return -CubicRoot(-aValue); in CubicRoot()
287 double r = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()
305 double tf = CubicRoot(std::abs(aTolerance / s3)); in FindInflectionApproximationRange()