/external/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 142 col3 = vec_ld(48, coef_block); in jsimd_idct_ifast_altivec() 149 tmp2 = vec_or(col3, col4); in jsimd_idct_ifast_altivec() 182 col3 = vec_mladd(col3, quant3, pw_zero); in jsimd_idct_ifast_altivec() 226 outb = vec_packs(col3, col3); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 251 col3 = vec_ld(48, coef_block); in jsimd_idct_islow_altivec() 258 tmp2 = vec_or(col3, col4); in jsimd_idct_islow_altivec() 293 col3 = vec_mladd(col3, quant3, pw_zero); in jsimd_idct_islow_altivec() 328 outb = vec_packs(col3, col3); in jsimd_idct_islow_altivec()
|
D | jfdctfst-altivec.c | 93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 126 tmp3 = vec_add(col3, col4); in jsimd_fdct_ifast_altivec() 127 tmp4 = vec_sub(col3, col4); in jsimd_fdct_ifast_altivec()
|
D | jfdctint-altivec.c | 185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local 230 tmp3 = vec_add(col3, col4); in jsimd_fdct_islow_altivec() 231 tmp4 = vec_sub(col3, col4); in jsimd_fdct_islow_altivec()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 265 RuleBasedCollator col3 = null; in TestDuplicate() local 267 col3 = new RuleBasedCollator(ruleset); in TestDuplicate() 272 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate() 273 col3 = (RuleBasedCollator)col1; in TestDuplicate() 274 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate() 415 Collator col3 = null; in TestHashCode() local 417 col3 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() 427 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 436 sortk1 = col3.getCollationKey(test1); in TestHashCode() 437 sortk2 = col3.getCollationKey(test2); in TestHashCode() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 262 RuleBasedCollator col3 = null; in TestDuplicate() local 264 col3 = new RuleBasedCollator(ruleset); in TestDuplicate() 269 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate() 270 col3 = (RuleBasedCollator)col1; in TestDuplicate() 271 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate() 412 Collator col3 = null; in TestHashCode() local 414 col3 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() 424 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 433 sortk1 = col3.getCollationKey(test1); in TestHashCode() 434 sortk2 = col3.getCollationKey(test2); in TestHashCode() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 281 col3 = (RuleBasedCollator *)Collator::createInstance(locale, status); in TestRuleBasedColl() 289 delete col3; in TestRuleBasedColl() 292 col3 = (RuleBasedCollator *)Collator::createInstance(status); in TestRuleBasedColl() 303 UnicodeString rule3 = col3->getRules(); in TestRuleBasedColl() 330 delete col3; in TestRuleBasedColl() 461 Collator *col3 = 0; in TestHashCode() local 462 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode() 473 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode() 485 col3->getCollationKey(test1, sortk1, status); in TestHashCode() [all …]
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 149 byte[] col3 = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0xff }; in testCollisionsDueToIncorrectSignExtension() 154 SIP_WITH_KEY.hashBytes(col3)); in testCollisionsDueToIncorrectSignExtension()
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 39 (col1, col2, col3) = f.read().split(',') 42 latency99 = float(col3.strip()) * 1000
|
/external/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 237 __m64 col0, col1, col2, col3, col4, col5, col6, col7; \ 272 col3 = _mm_unpackhi_pi32(row01b, row23b); /* col3=(03 13 23 33) */ \ 276 tmp3 = _mm_add_pi16(col3, col4); /* tmp3=col3+col4 */ \ 278 tmp4 = _mm_sub_pi16(col3, col4); /* tmp4=col3-col4 */ \
|
D | jidctint-mmi.c | 438 __m64 col0, col1, col2, col3; \ 532 col3 = _mm_unpackhi_pi32(col23l, col23h); /* col3=(03 13 23 33 43 53 63 73) */ \ 537 _mm_store_si64((__m64 *)(output_buf[ctr + 3] + output_col), col3); \
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_cross_op_test.py | 209 col3 = [] 214 col3.append(['batch%d-FC3-F1' % b, 'batch%d-FC3-F2' % b]) 219 self._sparse_tensor(col3)
|
/external/tensorflow/tensorflow/contrib/layers/python/kernel_tests/ |
D | sparse_feature_cross_op_test.py | 208 col3 = [] 213 col3.append(['batch%d-FC3-F1' % b, 'batch%d-FC3-F2' % b]) 217 self._sparse_tensor(col3)
|
/external/llvm/test/CodeGen/Hexagon/ |
D | swp-epilog-reuse.ll | 26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh… 28 …%col3.31506.reg2mem.0.ur = phi float [ %add689.ur, %while.body661.ur ], [ undef, %while.body661.pr…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | swp-epilog-reuse.ll | 26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh… 28 …%col3.31506.reg2mem.0.ur = phi float [ %add689.ur, %while.body661.ur ], [ undef, %while.body661.pr…
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 208 const int32_t col3 = _mm_extract_epi16(v_diff_mv_w, 7); in vp9_diamond_search_sad_avx() local 214 const uint32_t cost3 = x->nmvsadcost[0][row3] + x->nmvsadcost[0][col3]; in vp9_diamond_search_sad_avx()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 450 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 481 col3= ucol_open(NULL, &status); in TestRuleBasedColl() 491 rule3 = ucol_getRules(col3, &tempLength); in TestRuleBasedColl() 507 ucol_close(col3); in TestRuleBasedColl()
|
/external/u-boot/include/ |
D | fsl_ifc.h | 869 u32 col3; member
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowLanguages.java | 648 Comparator col3 = new ArrayComparator(new Comparator[] { col, col, col }); field in ShowLanguages.LanguageInfo 736 territory_currency.put(countryName, info = new TreeSet(col3)); in LanguageInfo()
|