/external/opencv/ml/src/ |
D | mlboost.cpp | 449 double best_val = 0, lsum = 0, rsum = node->value*n; in find_split_ord_reg() local 468 lsum += t; rsum -= t; in find_split_ord_reg() 472 double val = (lsum*lsum*R + rsum*rsum*L)/(L*R); in find_split_ord_reg() 500 double L = 0, R = 0, best_val = 0, lsum = 0, rsum = 0; in find_split_cat_reg() local 541 lsum += s; L += ni; in find_split_cat_reg() 546 double val = (lsum*lsum*R + rsum*rsum*L)/(L*R); in find_split_cat_reg()
|
D | mltree.cpp | 1935 double best_val = 0, lsum = 0, rsum = node->value*n; in find_split_ord_reg() local 1947 lsum += t; in find_split_ord_reg() 1952 double val = (lsum*lsum*R + rsum*rsum*L)/((double)L*R); in find_split_ord_reg() 1979 double best_val = 0, lsum = 0, rsum = 0; in find_split_cat_reg() local 2019 lsum += s; L += ni; in find_split_cat_reg() 2024 double val = (lsum*lsum*R + rsum*rsum*L)/((double)L*R); in find_split_cat_reg()
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-10-15-CoalescerCrash.ll | 334 %tmp934 = add i64 0, %lsum.11225.0 ; <i64> [#uses=1] 344 %lsum.11225.0 = phi i64 [ 0, %cond_true893 ], [ %tmp934, %cond_next979 ] ; <i64> [#uses=2] 364 %tmp11741175 = trunc i64 %lsum.11225.0 to i32 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2007-10-15-CoalescerCrash.ll | 334 %tmp934 = add i64 0, %lsum.11225.0 ; <i64> [#uses=1] 344 %lsum.11225.0 = phi i64 [ 0, %cond_true893 ], [ %tmp934, %cond_next979 ] ; <i64> [#uses=2] 364 %tmp11741175 = trunc i64 %lsum.11225.0 to i32 ; <i32> [#uses=1]
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1691 def lsum(inlist): function 1990 sum = Dispatch((lsum, (ListType, TupleType)),) 4498 sum = Dispatch((lsum, (ListType, TupleType)), (asum, (N.ndarray,)))
|
/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-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/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |