/aosp12/art/test/661-checker-simd-reduc/src/ |
H A D | Main.java | 40 short sum = 0; in reductionShort() local 48 char sum = 0; in reductionChar() local 117 int sum = 0; in reductionInt() local 308 long sum = 0; in reductionLong() local 385 int sum = -1; in reductionIntM1() local 444 short sum = 0; in reductionMinusShort() local 452 char sum = 0; in reductionMinusChar() local 504 int sum = 0; in reductionMinusInt() local 547 long sum = 0; in reductionMinusLong() local 561 int sum = 0; in reductionInt10() local [all …]
|
/aosp12/art/test/NonStaticLeafMethods/ |
H A D | NonStaticLeafMethods.java | 28 int sum(int a, int b) { in sum() method in NonStaticLeafMethods 31 int sum(int a, int b, int c) { in sum() method in NonStaticLeafMethods 34 int sum(int a, int b, int c, int d) { in sum() method in NonStaticLeafMethods 37 int sum(int a, int b, int c, int d, int e) { in sum() method in NonStaticLeafMethods 43 double sum(double a, double b) { in sum() method in NonStaticLeafMethods 46 double sum(double a, double b, double c) { in sum() method in NonStaticLeafMethods 49 double sum(double a, double b, double c, double d) { in sum() method in NonStaticLeafMethods 52 double sum(double a, double b, double c, double d, double e) { in sum() method in NonStaticLeafMethods
|
/aosp12/art/test/StaticLeafMethods/ |
H A D | StaticLeafMethods.java | 26 static int sum(int a, int b) { in sum() method in StaticLeafMethods 29 static int sum(int a, int b, int c) { in sum() method in StaticLeafMethods 32 static int sum(int a, int b, int c, int d) { in sum() method in StaticLeafMethods 35 static int sum(int a, int b, int c, int d, int e) { in sum() method in StaticLeafMethods 41 static double sum(double a, double b) { in sum() method in StaticLeafMethods 44 static double sum(double a, double b, double c) { in sum() method in StaticLeafMethods 47 static double sum(double a, double b, double c, double d) { in sum() method in StaticLeafMethods 50 static double sum(double a, double b, double c, double d, double e) { in sum() method in StaticLeafMethods
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | Matrix.java | 99 double sum = 0; in mult4() local 110 double sum = m[col + 3]; in mult3() local 121 double sum = 0; in mult3v() local 132 double sum = 0; in mult4() local 143 double sum = m[col + 3]; in mult3() local 154 double sum = 0; in mult3v() local 171 double sum = m[col + 3]; in mult3() local
|
/aosp12/art/benchmark/stringbuilder-append/src/ |
H A D | StringBuilderAppendBenchmark.java | 27 int sum = 0; in timeAppendStrings() local 40 int sum = 0; in timeAppendLongStrings() local 53 int sum = 0; in timeAppendStringAndInt() local
|
/aosp12/art/benchmark/type-check/src/ |
H A D | TypeCheckBenchmark.java | 54 int sum = 0; in timeInstanceOfLevel1ToLevel1() local 65 int sum = 0; in timeInstanceOfLevel2ToLevel1() local 76 int sum = 0; in timeInstanceOfLevel3ToLevel1() local 87 int sum = 0; in timeInstanceOfLevel9ToLevel1() local 98 int sum = 0; in timeInstanceOfLevel9ToLevel2() local
|
/aosp12/bootable/libbootloader/libxbc/ |
H A D | libxbc.c | 34 uint32_t sum = 0; in checksum() local 108 uint32_t sum = in addBootConfigTrailer() local
|
/aosp12/system/core/libnetutils/ |
H A D | packet.c | 65 uint32_t sum = startsum; in checksum() local 81 static uint32_t finish_sum(uint32_t sum) in finish_sum() 163 uint32_t sum; in receive_packet() local
|
/aosp12/art/test/684-checker-simd-dotprod/src/other/ |
H A D | TestFloatDouble.java | 30 float sum = 0; in testDotProdSimpleFloat() local 42 double sum = 0; in testDotProdSimpleDouble() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | RedactionInterstitialTest.java | 108 final ShadowUserManager sum = in managedProfileNoRestrictionsTest() local 123 final ShadowUserManager sum = in managedProfileUnredactedRestrictionTest() local
|
/aosp12/frameworks/av/media/codecs/amrnb/common/src/ |
H A D | add.cpp | 181 Word32 sum; in add() local
|
/aosp12/art/libartbase/base/ |
H A D | scoped_arena_allocator.cc | 111 size_t sum = 0; in ApproximatePeakBytes() local 183 size_t sum = 0; in ApproximatePeakBytes() local
|
H A D | stats.h | 43 double sum = 0.0; in SumChildrenValues() local
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | stats_scorer.cpp | 29 float sum = 0.0; in Java_androidx_media_filterpacks_numeric_StatsFilter_score() local 53 float sum = 0.0; in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
|
/aosp12/art/test/536-checker-intrinsic-optimization/src/ |
H A D | Main.java | 259 int sum = 0; in $opt$noinline$stringSumChars() local 282 int sum = 0; in $opt$noinline$stringSumLeadingChars() local 313 int sum = s.charAt(0) + s.charAt(1) + s.charAt(2) + s.charAt(3); in $opt$noinline$stringSum4LeadingChars() local
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | SchedulerUtils.h | 46 V sum = std::accumulate(v.begin(), v.end(), static_cast<V>(0)); in calculate_mean() local
|
/aosp12/frameworks/opt/net/voip/src/jni/rtp/ |
H A D | EchoSuppressor.cpp | 104 uint32_t sum = 0; in run() local 130 uint32_t sum = 0; in run() local
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ipmemorystore/ |
H A D | NetworkAttributesTest.java | 51 float sum = 0f; in testTotalWeight() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
H A D | AnglesClassifier.java | 96 private float sum; field in AnglesClassifier.Data 170 public float getAnglesVariance(float sumSquares, float sum, float count) { in getAnglesVariance()
|
/aosp12/art/test/081-hot-exceptions/src/ |
H A D | Main.java | 28 int sum = 0; in main() local
|
/aosp12/art/test/090-loop-formation/src/ |
H A D | Main.java | 62 int sum = 0; in deeplyNested() local
|
/aosp12/art/test/2030-long-running-child/src/ |
H A D | Main.java | 37 int sum = 0; in run() local
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/ |
H A D | MainActivity.java | 39 int sum = Native.add(2, 3); in onCreate() local
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/ |
H A D | MainActivity.java | 39 int sum = Native.add(2, 3); in onCreate() local
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/ |
H A D | MainActivity.java | 39 int sum = Native.add(2, 3); in onCreate() local
|