Searched refs:it0 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | base.hpp | 188 for_each(F op, It0 it0, It0 end0, Its... its) { in for_each() argument 189 while (it0 != end0) in for_each() 191 op, {}, std::tie(it0, its...)); in for_each() 208 map(F op, It0 it0, It0 end0, Its... its) { in map() argument 211 while (it0 != end0) in map() 214 ::step(op, {}, std::tie(it0, its...))); in map() 229 fold(F op, T a, It0 it0, It0 end0, Its... its) { in fold() argument 230 while (it0 != end0) in fold() 232 op, a, std::tie(it0, its...)); in fold() 246 any_of(F op, It0 it0, It0 end0, Its... its) { in any_of() argument [all …]
|
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 522 auto it0 = process_data.phased_snapshots.find(0); in TEST_F() local 523 ASSERT_TRUE(it0 != process_data.phased_snapshots.end()); in TEST_F() 524 const ProcessDataPhaseSnapshot& process_data_phase0 = it0->second; in TEST_F() 639 auto it0 = process_data.phased_snapshots.find(0); in TEST_F() local 640 ASSERT_TRUE(it0 != process_data.phased_snapshots.end()); in TEST_F() 641 const ProcessDataPhaseSnapshot& process_data_phase0 = it0->second; in TEST_F() 744 auto it0 = process_data.phased_snapshots.find(0); in TEST_F() local 745 ASSERT_TRUE(it0 != process_data.phased_snapshots.end()); in TEST_F() 746 const ProcessDataPhaseSnapshot& process_data_phase0 = it0->second; in TEST_F()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 439 __m128i it0 = _mm_and_si128(mask0, _nbins); in computeGradient() local 442 _hidx = _mm_add_epi32(_hidx, _mm_sub_epi32(it0, it1)); in computeGradient() 444 it0 = _mm_packus_epi16(_mm_packs_epi32(_hidx, izero), izero); in computeGradient() 448 it0 = _mm_unpacklo_epi8(it0, it1); in computeGradient() 450 _mm_storel_epi64((__m128i*)(qanglePtr + x2), it0); in computeGradient()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |