/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | memmove_test.go | 274 func benchmarkSizes(b *testing.B, sizes []int, fn func(b *testing.B, n int)) { 291 func BenchmarkMemmove(b *testing.B) { 301 func BenchmarkMemmoveOverlap(b *testing.B) { 310 func BenchmarkMemmoveUnalignedDst(b *testing.B) { 320 func BenchmarkMemmoveUnalignedDstOverlap(b *testing.B) { 329 func BenchmarkMemmoveUnalignedSrc(b *testing.B) { 339 func BenchmarkMemmoveUnalignedSrcDst(b *testing.B) { 362 func BenchmarkMemmoveUnalignedSrcOverlap(b *testing.B) { 403 func BenchmarkMemclr(b *testing.B) { 424 func BenchmarkMemclrUnaligned(b *testing.B) { [all …]
|
D | map_benchmark_test.go | 17 func BenchmarkHashStringSpeed(b *testing.B) { 40 func BenchmarkHashBytesSpeed(b *testing.B) { 65 func BenchmarkHashInt32Speed(b *testing.B) { 86 func BenchmarkHashInt64Speed(b *testing.B) { 106 func BenchmarkHashStringArraySpeed(b *testing.B) { 129 func BenchmarkMegMap(b *testing.B) { 141 func BenchmarkMegOneMap(b *testing.B) { 151 func BenchmarkMegEqMap(b *testing.B) { 162 func BenchmarkMegEmptyMap(b *testing.B) { 171 func BenchmarkMegEmptyMapWithInterfaceKey(b *testing.B) { [all …]
|
D | chan_test.go | 788 func BenchmarkMakeChan(b *testing.B) { 835 func BenchmarkChanNonblocking(b *testing.B) { 847 func BenchmarkSelectUncontended(b *testing.B) { 863 func BenchmarkSelectSyncContended(b *testing.B) { 891 func BenchmarkSelectAsyncContended(b *testing.B) { 908 func BenchmarkSelectNonblock(b *testing.B) { 935 func BenchmarkChanUncontended(b *testing.B) { 950 func BenchmarkChanContended(b *testing.B) { 965 func benchmarkChanSync(b *testing.B, work int) { 1000 func BenchmarkChanSync(b *testing.B) { [all …]
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | sse2-builtins.c | 11 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8() 17 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16() 23 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32() 29 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64() 35 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd() 41 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd() 50 __m128i test_mm_adds_epi8(__m128i A, __m128i B) { in test_mm_adds_epi8() 56 __m128i test_mm_adds_epi16(__m128i A, __m128i B) { in test_mm_adds_epi16() 62 __m128i test_mm_adds_epu8(__m128i A, __m128i B) { in test_mm_adds_epu8() 68 __m128i test_mm_adds_epu16(__m128i A, __m128i B) { in test_mm_adds_epu16() [all …]
|
H A D | avx-builtins.c | 11 __m256d test_mm256_add_pd(__m256d A, __m256d B) { in test_mm256_add_pd() 17 __m256 test_mm256_add_ps(__m256 A, __m256 B) { in test_mm256_add_ps() 23 __m256d test_mm256_addsub_pd(__m256d A, __m256d B) { in test_mm256_addsub_pd() 29 __m256 test_mm256_addsub_ps(__m256 A, __m256 B) { in test_mm256_addsub_ps() 35 __m256d test_mm256_and_pd(__m256d A, __m256d B) { in test_mm256_and_pd() 41 __m256 test_mm256_and_ps(__m256 A, __m256 B) { in test_mm256_and_ps() 47 __m256d test_mm256_andnot_pd(__m256d A, __m256d B) { in test_mm256_andnot_pd() 54 __m256 test_mm256_andnot_ps(__m256 A, __m256 B) { in test_mm256_andnot_ps() 61 __m256d test_mm256_blend_pd(__m256d A, __m256d B) { in test_mm256_blend_pd() 67 __m256 test_mm256_blend_ps(__m256 A, __m256 B) { in test_mm256_blend_ps() [all …]
|
/aosp_15_r20/external/libconfig/tinytest/ |
H A D | tinytest.h | 113 #define TT_TEST_INT_(A, OP, B, F) \ argument 118 #define TT_TEST_INT_(A, OP, B, F) \ argument 126 #define TT_EXPECT_INT_EQ(A, B) \ argument 129 #define TT_ASSERT_INT_EQ(A, B) \ argument 132 #define TT_EXPECT_INT_NE(A, B) \ argument 135 #define TT_ASSERT_INT_NE(A, B) \ argument 138 #define TT_EXPECT_INT_LT(A, B) \ argument 141 #define TT_ASSERT_INT_LT(A, B) \ argument 144 #define TT_EXPECT_INT_LE(A, B) \ argument 147 #define TT_ASSERT_INT_LE(A, B) \ argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/ |
D | divconst_test.go | 15 func BenchmarkDivconstI64(b *testing.B) { 21 func BenchmarkModconstI64(b *testing.B) { 27 func BenchmarkDivisiblePow2constI64(b *testing.B) { 32 func BenchmarkDivisibleconstI64(b *testing.B) { 38 func BenchmarkDivisibleWDivconstI64(b *testing.B) { 97 func BenchmarkDivconstU64(b *testing.B) { 128 func BenchmarkModconstU64(b *testing.B) { 134 func BenchmarkDivisibleconstU64(b *testing.B) { 140 func BenchmarkDivisibleWDivconstU64(b *testing.B) { 149 func BenchmarkDivconstI32(b *testing.B) { [all …]
|
D | math_test.go | 13 func BenchmarkDiv64UnsignedSmall(b *testing.B) { 21 func BenchmarkDiv64Small(b *testing.B) { 29 func BenchmarkDiv64SmallNegDivisor(b *testing.B) { 37 func BenchmarkDiv64SmallNegDividend(b *testing.B) { 45 func BenchmarkDiv64SmallNegBoth(b *testing.B) { 53 func BenchmarkDiv64Unsigned(b *testing.B) { 61 func BenchmarkDiv64(b *testing.B) { 69 func BenchmarkDiv64NegDivisor(b *testing.B) { 77 func BenchmarkDiv64NegDividend(b *testing.B) { 85 func BenchmarkDiv64NegBoth(b *testing.B) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/ |
D | bits_test.go | 95 func BenchmarkLeadingZeros(b *testing.B) { 103 func BenchmarkLeadingZeros8(b *testing.B) { 111 func BenchmarkLeadingZeros16(b *testing.B) { 119 func BenchmarkLeadingZeros32(b *testing.B) { 127 func BenchmarkLeadingZeros64(b *testing.B) { 196 func BenchmarkTrailingZeros(b *testing.B) { 204 func BenchmarkTrailingZeros8(b *testing.B) { 212 func BenchmarkTrailingZeros16(b *testing.B) { 220 func BenchmarkTrailingZeros32(b *testing.B) { 228 func BenchmarkTrailingZeros64(b *testing.B) { [all …]
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | ms-lookup-template-base-classes.cpp | 12 class B : public A<T> { class 21 template class B<int>; // expected-note {{requested here}} variable 22 template class B<char>; // expected-note {{requested here}} variable 64 class B : public A<T> { class 71 template class B<int>; variable 88 class B : public A<T> { class 95 template class B<int>; // expected-note {{requested here}} variable 111 class B : public A<T> { class 130 class B { class 174 class B {}; class [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | benchmark.go | 93 type B struct { struct 94 common 95 importPath string // import path of the package containing the benchmark 96 context *benchContext 97 N int 98 previousN int // number of iterations in the previous run 99 previousDuration time.Duration // total duration of the previous run 100 benchFunc func(b *B) 101 benchTime durationOrCountFlag 102 bytes int64 [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | benchmark_test.go | 39 func BenchmarkBool(b *testing.B) { 45 func BenchmarkString(b *testing.B) { 51 func BenchmarkBytes(b *testing.B) { 57 func BenchmarkNamedBytes(b *testing.B) { 63 func BenchmarkBytesArray(b *testing.B) { 69 func BenchmarkSliceLen(b *testing.B) { 75 func BenchmarkMapLen(b *testing.B) { 81 func BenchmarkStringLen(b *testing.B) { 87 func BenchmarkArrayLen(b *testing.B) { 93 func BenchmarkSliceCap(b *testing.B) { [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | double_ended.rs | 230 fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R in try_rfold() 233 F: FnMut(B, Self::Item) -> R, in try_rfold() 301 fn rfold<B, F>(mut self, init: B, mut f: F) -> B in rfold() 304 F: FnMut(B, Self::Item) -> B, in rfold() 383 fn rfold<B, F>(self, init: B, f: F) -> B in rfold() 385 F: FnMut(B, Self::Item) -> B, in rfold() 389 fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R in try_rfold() 391 F: FnMut(B, Self::Item) -> R, in try_rfold() 400 fn spec_rfold<B, F>(self, init: B, f: F) -> B in spec_rfold() 402 F: FnMut(B, Self::Item) -> B; in spec_rfold() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | double_ended.rs | 230 fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R in try_rfold() 233 F: FnMut(B, Self::Item) -> R, in try_rfold() 301 fn rfold<B, F>(mut self, init: B, mut f: F) -> B in rfold() 304 F: FnMut(B, Self::Item) -> B, in rfold() 383 fn rfold<B, F>(self, init: B, f: F) -> B in rfold() 385 F: FnMut(B, Self::Item) -> B, in rfold() 389 fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R in try_rfold() 391 F: FnMut(B, Self::Item) -> R, in try_rfold() 400 fn spec_rfold<B, F>(self, init: B, f: F) -> B in spec_rfold() 402 F: FnMut(B, Self::Item) -> B; in spec_rfold() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | double_ended.rs | 230 fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R in try_rfold() 233 F: FnMut(B, Self::Item) -> R, in try_rfold() 301 fn rfold<B, F>(mut self, init: B, mut f: F) -> B in rfold() 304 F: FnMut(B, Self::Item) -> B, in rfold() 383 fn rfold<B, F>(self, init: B, f: F) -> B in rfold() 385 F: FnMut(B, Self::Item) -> B, in rfold() 389 fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R in try_rfold() 391 F: FnMut(B, Self::Item) -> R, in try_rfold() 400 fn spec_rfold<B, F>(self, init: B, f: F) -> B in spec_rfold() 402 F: FnMut(B, Self::Item) -> B; in spec_rfold() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | double_ended.rs | 230 fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R in try_rfold() 233 F: FnMut(B, Self::Item) -> R, in try_rfold() 301 fn rfold<B, F>(mut self, init: B, mut f: F) -> B in rfold() 304 F: FnMut(B, Self::Item) -> B, in rfold() 383 fn rfold<B, F>(self, init: B, f: F) -> B in rfold() 385 F: FnMut(B, Self::Item) -> B, in rfold() 389 fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R in try_rfold() 391 F: FnMut(B, Self::Item) -> R, in try_rfold() 400 fn spec_rfold<B, F>(self, init: B, f: F) -> B in spec_rfold() 402 F: FnMut(B, Self::Item) -> B; in spec_rfold() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | double_ended.rs | 230 fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R in try_rfold() 233 F: FnMut(B, Self::Item) -> R, in try_rfold() 301 fn rfold<B, F>(mut self, init: B, mut f: F) -> B in rfold() 304 F: FnMut(B, Self::Item) -> B, in rfold() 383 fn rfold<B, F>(self, init: B, f: F) -> B in rfold() 385 F: FnMut(B, Self::Item) -> B, in rfold() 389 fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R in try_rfold() 391 F: FnMut(B, Self::Item) -> R, in try_rfold() 400 fn spec_rfold<B, F>(self, init: B, f: F) -> B in spec_rfold() 402 F: FnMut(B, Self::Item) -> B; in spec_rfold() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/ |
D | map_bench_test.go | 20 func benchMap(b *testing.B, bench bench) { 39 func BenchmarkLoadMostlyHits(b *testing.B) { 61 func BenchmarkLoadMostlyMisses(b *testing.B) { 83 func BenchmarkLoadOrStoreBalanced(b *testing.B) { 117 func BenchmarkLoadOrStoreUnique(b *testing.B) { 133 func BenchmarkLoadOrStoreCollision(b *testing.B) { 147 func BenchmarkLoadAndDeleteBalanced(b *testing.B) { 177 func BenchmarkLoadAndDeleteUnique(b *testing.B) { 193 func BenchmarkLoadAndDeleteCollision(b *testing.B) { 209 func BenchmarkRange(b *testing.B) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/ |
D | strings_test.go | 332 func BenchmarkIndexRune(b *testing.B) { 343 func BenchmarkIndexRuneLongString(b *testing.B) { 352 func BenchmarkIndexRuneFastPath(b *testing.B) { 361 func BenchmarkIndex(b *testing.B) { 370 func BenchmarkLastIndex(b *testing.B) { 379 func BenchmarkIndexByte(b *testing.B) { 754 func BenchmarkToUpper(b *testing.B) { 767 func BenchmarkToLower(b *testing.B) { 780 func BenchmarkMapNoChanges(b *testing.B) { 873 func BenchmarkTrim(b *testing.B) { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-iterator/src/ |
D | lib.rs | 229 F: FnMut(Self::Item) -> Result<B, Self::Error>, in map() 259 fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F> in filter_map() 262 F: FnMut(Self::Item) -> Result<Option<B>, Self::Error>, in filter_map() 343 fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F> in scan() argument 346 F: FnMut(&mut St, Self::Item) -> Result<Option<B>, Self::Error>, in scan() 435 fn partition<B, F>(self, mut f: F) -> Result<(B, B), Self::Error> in partition() argument 459 fn fold<B, F>(mut self, init: B, f: F) -> Result<B, Self::Error> in fold() 462 F: FnMut(B, Self::Item) -> Result<B, Self::Error>, in fold() 471 fn try_fold<B, E, F>(&mut self, mut init: B, mut f: F) -> Result<B, E> in try_fold() 475 F: FnMut(B, Self::Item) -> Result<B, E>, in try_fold() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_assignment.cpp | 170 V B(3,3), RB(3,3); in test_matrix() local 179 V B(3,3), RB(3,3); in test_matrix() local 188 V B(3,3), RB(3,3); in test_matrix() local 197 V B(4,4), RB(4,4); in test_matrix() local 211 V B(4,4), RB(4,4); in test_matrix() local 224 V B(4,4), RB(4,4); in test_matrix() local 237 V B(4,4), RB(4,4); in test_matrix() local 250 V B(4,4), RB(4,4); in test_matrix() local 261 V B(4,4), RB(4,4); in test_matrix() local 272 V B(4,4), RB(4,4); in test_matrix() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | all_test.go | 3297 func BenchmarkAcos(b *testing.B) { 3305 func BenchmarkAcosh(b *testing.B) { 3313 func BenchmarkAsin(b *testing.B) { 3321 func BenchmarkAsinh(b *testing.B) { 3329 func BenchmarkAtan(b *testing.B) { 3337 func BenchmarkAtanh(b *testing.B) { 3345 func BenchmarkAtan2(b *testing.B) { 3353 func BenchmarkCbrt(b *testing.B) { 3361 func BenchmarkCeil(b *testing.B) { 3371 func BenchmarkCopysign(b *testing.B) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/ |
D | bench_test.go | 85 func BenchmarkCodeEncoder(b *testing.B) { 103 func BenchmarkCodeEncoderError(b *testing.B) { 133 func BenchmarkCodeMarshal(b *testing.B) { 150 func BenchmarkCodeMarshalError(b *testing.B) { 227 func BenchmarkMarshalBytes(b *testing.B) { 238 func BenchmarkMarshalBytesError(b *testing.B) { 249 func BenchmarkMarshalMap(b *testing.B) { 265 func BenchmarkCodeDecoder(b *testing.B) { 290 func BenchmarkUnicodeDecoder(b *testing.B) { 306 func BenchmarkDecoderStream(b *testing.B) { [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | mem_fn_derived_test.cpp | 34 struct B struct 38 B(): hash(0) {} in B() argument 40 int f0() { f1(17); return 0; } in f0() 41 int g0() const { g1(17); return 0; } in g0() 43 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1() 44 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() 68 struct X: public B argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/ |
D | bench_test.go | 27 func bench(b *testing.B, dcm, scm, mcm color.Model, op Op) { 195 func BenchmarkFillOver(b *testing.B) { 199 func BenchmarkFillSrc(b *testing.B) { 203 func BenchmarkCopyOver(b *testing.B) { 207 func BenchmarkCopySrc(b *testing.B) { 211 func BenchmarkNRGBAOver(b *testing.B) { 215 func BenchmarkNRGBASrc(b *testing.B) { 219 func BenchmarkYCbCr(b *testing.B) { 223 func BenchmarkGray(b *testing.B) { 227 func BenchmarkCMYK(b *testing.B) { [all …]
|