/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | float-amode.ll | 20 define void @test1(%struct.matrix_params* nocapture readonly %params, i32 %col1) { 26 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 32 %arrayidx4 = getelementptr inbounds float, float* %3, i32 %col1 43 define void @test2(%struct.matrix_params* nocapture readonly %params, i32 %col1) { 48 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 62 define void @test3(%struct.matrix_params* nocapture readonly %params, i32 %col1) { 67 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 80 define void @test4(i32 %col1) { 82 …tptr inbounds %struct.matrix_paramsGlob, %struct.matrix_paramsGlob* @globB, i32 0, i32 2, i32 %col1 85 %add1 = add nsw i32 %col1, 2
|
D | sffms.ll | 10 define void @loop2_1(%struct.matrix_params* nocapture readonly %params, i32 %col1) #0 { 15 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 17 %arrayidx3 = getelementptr inbounds float*, float** %0, i32 %col1 22 %arrayidx10 = getelementptr inbounds float, float* %3, i32 %col1
|
D | swp-epilog-reuse.ll | 26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh… 30 %mul662.ur = fmul float %col1.31508.reg2mem.0.ur, 4.000000e+00
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 260 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local 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() 404 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local 425 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 426 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 427 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 560 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null; 567 col1 = new RuleBasedCollator(ruleset1); [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 257 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local 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() 401 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local 422 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 423 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 424 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 557 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null; 564 col1 = new RuleBasedCollator(ruleset1); [all …]
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 140 col1 = vec_ld(16, coef_block); in jsimd_idct_ifast_altivec() 148 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec() 180 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_ifast_altivec() 214 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 249 col1 = vec_ld(16, coef_block); in jsimd_idct_islow_altivec() 257 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec() 291 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_islow_altivec() 316 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec()
|
D | jfdctfst-altivec.c | 93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 122 tmp1 = vec_add(col1, col6); in jsimd_fdct_ifast_altivec() 123 tmp6 = vec_sub(col1, col6); in jsimd_fdct_ifast_altivec()
|
D | jfdctint-altivec.c | 185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local 226 tmp1 = vec_add(col1, col6); in jsimd_fdct_islow_altivec() 227 tmp6 = vec_sub(col1, col6); in jsimd_fdct_islow_altivec()
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbtables.py | 92 col1 = 'but can it fly?' 98 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 99 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 100 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 105 col1: 'no', col2: 'Penguin'}, 107 col1: 'no', col2: 'Turkey'}, 109 col1: 'yes', col2: 'SR-71A Blackbird'} 116 self.tdb.CreateTable(tabname, [col0, col1, col2])
|
/external/skia/tools/bookmaker/ |
D | includeParser.h | 348 void writeTableHeader(const char* col1, size_t pad, const char* col2) { in writeTableHeader() argument 355 legend += col1; in writeTableHeader() 356 if (pad > strlen(col1)) { in writeTableHeader() 357 legend += string(pad - strlen(col1), ' '); in writeTableHeader() 368 void writeTableRow(size_t pad, string col1) { in writeTableRow() argument 370 string row = "# " + col1 + string(pad - col1.length(), ' ') + " # ##"; in writeTableRow() 375 void writeTableRow(size_t pad1, string col1, size_t pad2, string col2) { in writeTableRow() argument 377 string row = "# " + col1 + string(pad1 - col1.length(), ' ') + " # " + in writeTableRow()
|
/external/skqp/tools/bookmaker/ |
D | includeParser.h | 348 void writeTableHeader(const char* col1, size_t pad, const char* col2) { in writeTableHeader() argument 355 legend += col1; in writeTableHeader() 356 if (pad > strlen(col1)) { in writeTableHeader() 357 legend += string(pad - strlen(col1), ' '); in writeTableHeader() 368 void writeTableRow(size_t pad, string col1) { in writeTableRow() argument 370 string row = "# " + col1 + string(pad - col1.length(), ' ') + " # ##"; in writeTableRow() 375 void writeTableRow(size_t pad1, string col1, size_t pad2, string col2) { in writeTableRow() argument 377 string row = "# " + col1 + string(pad1 - col1.length(), ' ') + " # " + in writeTableRow()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 260 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl() 301 UnicodeString rule1 = col1->getRules(); in TestRuleBasedColl() 328 delete col1; in TestRuleBasedColl() 444 Collator *col1 = 0; in TestHashCode() local 445 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode() 471 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 472 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 473 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode() 476 delete col1; in TestHashCode() [all …]
|
/external/v8/tools/turbolizer/src/ |
D | disassembly-view.ts | 216 let col1 = PROF_COLS[i].col; variable 222 col.r = Math.round(view.interpolate(val, max, col1.r, col2.r)); 223 col.g = Math.round(view.interpolate(val, max, col1.g, col2.g)); 224 col.b = Math.round(view.interpolate(val, max, col1.b, col2.b));
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 147 byte[] col1 = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x80 }; in testCollisionsDueToIncorrectSignExtension() 152 SIP_WITH_KEY.hashBytes(col1), in testCollisionsDueToIncorrectSignExtension()
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | factory.py | 104 col1, col2 = row["a"], row["b"] 105 self.assertEqual(col1, 1, "by name: wrong result for column 'a'") 108 col1, col2 = row["A"], row["B"] 109 self.assertEqual(col1, 1, "by name: wrong result for column 'A'")
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | factory.py | 104 col1, col2 = row["a"], row["b"] 105 self.assertEqual(col1, 1, "by name: wrong result for column 'a'") 108 col1, col2 = row["A"], row["B"] 109 self.assertEqual(col1, 1, "by name: wrong result for column 'A'")
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 39 (col1, col2, col3) = f.read().split(',') 40 latency50 = float(col1.strip()) * 1000
|
/external/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 237 __m64 col0, col1, col2, col3, col4, col5, col6, col7; \ 262 col1 = _mm_unpackhi_pi32(row01a, row23a); /* col1=(01 11 21 31) */ \ 266 tmp6 = _mm_sub_pi16(col1, col6); /* tmp6=col1-col6 */ \ 268 tmp1 = _mm_add_pi16(col1, col6); /* tmp1=col1+col6 */ \
|
/external/tensorflow/tensorflow/contrib/layers/python/kernel_tests/ |
D | sparse_feature_cross_op_test.py | 206 col1 = [] 210 col1.append( 216 self._sparse_tensor(col1), self._sparse_tensor(col2),
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scan_ops_gpu.h | 75 int col1 = tmp % dimz_; in operator() local 78 return row1 * dimy_ * dimz_ + (dimy_ - col - 1) * dimz_ + col1; in operator() 80 return row1 * dimy_ * dimz_ + col * dimz_ + col1; in operator()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_cross_op_test.py | 207 col1 = [] 211 col1.append( 217 self._sparse_tensor(col1),
|
/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… 30 %mul662.ur = fmul float %col1.31508.reg2mem.0.ur, 4.000000e+00
|
/external/autotest/frontend/tko/ |
D | csv_encoder_unittest.py | 74 return dict(col1=col1_value, pass_count=pass_count,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 204 const int32_t col1 = _mm_extract_epi16(v_diff_mv_w, 3); in vp9_diamond_search_sad_avx() local 212 const uint32_t cost1 = x->nmvsadcost[0][row1] + x->nmvsadcost[0][col1]; in vp9_diamond_search_sad_avx()
|