/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
D | SimpleRegression.java | 73 private double sumY = 0d; field in SimpleRegression 151 sumY += y; in addData() 183 sumY -= y; in removeData() 240 sumY = 0d; in clear() 611 return (sumY - slope * sumX) / n; in getIntercept()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | LoessInterpolator.java | 279 double sumY = 0; in smooth() local 291 sumY += yk * w; in smooth() 296 final double meanY = sumY / sumWeights; in smooth()
|
/external/opencv3/modules/features2d/src/kaze/ |
D | KAZEFeatures.cpp | 584 float sumX = 0.0, sumY = 0.0, max = 0.0, ang1 = 0.0, ang2 = 0.0; in Compute_Main_Orientation() local 618 sumX = sumY = 0.f; in Compute_Main_Orientation() 627 sumY += resY[k]; in Compute_Main_Orientation() 632 sumY += resY[k]; in Compute_Main_Orientation() 638 if (sumX*sumX + sumY*sumY > max) { in Compute_Main_Orientation() 640 max = sumX*sumX + sumY*sumY; in Compute_Main_Orientation() 641 kpt.angle = getAngle(sumX, sumY); in Compute_Main_Orientation()
|
D | AKAZEFeatures.cpp | 791 float sumX = 0.0, sumY = 0.0, max = 0.0, ang1 = 0.0, ang2 = 0.0; in Compute_Main_Orientation() local 819 sumX = sumY = 0.f; in Compute_Main_Orientation() 828 sumY += resY[k]; in Compute_Main_Orientation() 833 sumY += resY[k]; in Compute_Main_Orientation() 839 if (sumX*sumX + sumY*sumY > max) { in Compute_Main_Orientation() 841 max = sumX*sumX + sumY*sumY; in Compute_Main_Orientation() 842 kpt.angle = getAngle(sumX, sumY); in Compute_Main_Orientation()
|
/external/v8/test/mjsunit/harmony/ |
D | destructuring.js | 641 let sumY = 0; 645 sumY += y; 649 assertSame(-6, sumY); 672 var sumY = 0; 676 sumY += y; 680 assertSame(-6, sumY);
|
/external/robolectric/v1/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |