Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java155 double[] derivatives = solveSystem(points); in getAppliedCurve() local
196 double tc = (a * a * a - a) * derivatives[pivot]; in getAppliedCurve()
197 double td = (b * b * b - b) * derivatives[pivot + 1]; in getAppliedCurve()
272 double[] derivatives = solveSystem(points); in draw() local
291 double tc = (a * a * a - a) * derivatives[i]; in draw()
292 double td = (b * b * b - b) * derivatives[i + 1]; in draw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java26 double[] derivatives = solveSystem(points); in calculatetCurve() local
63 double tc = (a * a * a - a) * derivatives[pivot]; in calculatetCurve()
64 double td = (b * b * b - b) * derivatives[pivot + 1]; in calculatetCurve()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz