/external/llvm-project/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 302 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 310 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() 311 col2 ^= col1; W[i][2] = col2; in generateWorkingKey() 320 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 334 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey() 336 col2 ^= col1; W[i + 1][0] = col2; in generateWorkingKey() 343 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey() 344 col2 ^= col1; W[i + 2][2] = col2; in generateWorkingKey() 361 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 375 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() [all …]
|
D | AESFastEngine.java | 631 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 639 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() 640 col2 ^= col1; W[i][2] = col2; in generateWorkingKey() 649 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 663 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey() 665 col2 ^= col1; W[i + 1][0] = col2; in generateWorkingKey() 672 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey() 673 col2 ^= col1; W[i + 2][2] = col2; in generateWorkingKey() 690 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 704 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 302 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 310 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() 311 col2 ^= col1; W[i][2] = col2; in generateWorkingKey() 320 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 334 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey() 336 col2 ^= col1; W[i + 1][0] = col2; in generateWorkingKey() 343 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey() 344 col2 ^= col1; W[i + 2][2] = col2; in generateWorkingKey() 361 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 375 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() [all …]
|
D | AESFastEngine.java | 631 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 639 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() 640 col2 ^= col1; W[i][2] = col2; in generateWorkingKey() 649 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 663 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey() 665 col2 ^= col1; W[i + 1][0] = col2; in generateWorkingKey() 672 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey() 673 col2 ^= col1; W[i + 2][2] = col2; in generateWorkingKey() 690 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 704 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 300 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 308 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() 309 col2 ^= col1; W[i][2] = col2; in generateWorkingKey() 318 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 332 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey() 334 col2 ^= col1; W[i + 1][0] = col2; in generateWorkingKey() 341 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey() 342 col2 ^= col1; W[i + 2][2] = col2; in generateWorkingKey() 359 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 373 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() [all …]
|
D | AESFastEngine.java | 629 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 637 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() 638 col2 ^= col1; W[i][2] = col2; in generateWorkingKey() 647 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 661 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey() 663 col2 ^= col1; W[i + 1][0] = col2; in generateWorkingKey() 670 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey() 671 col2 ^= col1; W[i + 2][2] = col2; in generateWorkingKey() 688 int col1 = Pack.littleEndianToInt(key, 4); W[0][1] = col1; in generateWorkingKey() local 702 col1 ^= col0; W[i][1] = col1; in generateWorkingKey() [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/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/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/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/libjpeg-turbo/simd/arm/ |
D | jfdctfst-neon.c | 76 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_ifast_neon() local 91 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_ifast_neon() 92 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_ifast_neon() 129 col1 = vaddq_s16(z11, z4); in jsimd_fdct_ifast_neon() 133 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_ifast_neon()
|
D | jfdctint-neon.c | 113 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_islow_neon() local 125 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_islow_neon() 126 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_islow_neon() 228 col1 = vcombine_s16(vrshrn_n_s32(tmp7_l, DESCALE_P1), in jsimd_fdct_islow_neon() 232 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_islow_neon()
|
D | jidctfst-neon.c | 352 int16x8_t col1 = vreinterpretq_s16_s32(cols_15.val[0]); in jsimd_idct_ifast_neon() local 380 int16x8_t z11 = vaddq_s16(col1, col7); in jsimd_idct_ifast_neon() 381 int16x8_t z12 = vsubq_s16(col1, col7); in jsimd_idct_ifast_neon() 404 col1 = vaddq_s16(tmp1, tmp6); in jsimd_idct_ifast_neon() 413 vqshrn_n_s16(col1, PASS1_BITS + 3)); in jsimd_idct_ifast_neon()
|
/external/skia/src/core/ |
D | SkCompressedDataUtils.cpp | 170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() argument 171 SkASSERT(SkGetPackedA32(col0) == 0xFF && SkGetPackedA32(col1) == 0xFF); in lerp() 174 uint8_t r8 = SkScalarRoundToInt(t * SkGetPackedR32(col0) + (1.0f - t) * SkGetPackedR32(col1)); in lerp() 175 uint8_t g8 = SkScalarRoundToInt(t * SkGetPackedG32(col0) + (1.0f - t) * SkGetPackedG32(col1)); in lerp() 176 uint8_t b8 = SkScalarRoundToInt(t * SkGetPackedB32(col0) + (1.0f - t) * SkGetPackedB32(col1)); in lerp()
|
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 149 byte[] col1 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x80}; in testCollisionsDueToIncorrectSignExtension() 155 SIP_WITH_KEY.hashBytes(col1), in testCollisionsDueToIncorrectSignExtension()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 149 byte[] col1 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x80}; in testCollisionsDueToIncorrectSignExtension() 155 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/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/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 39 (col1, col2, col3) = f.read().split(',') 40 latency50 = float(col1.strip()) * 1000
|
/external/llvm-project/flang/lib/Parser/ |
D | prescan.cpp | 847 char col1{*nextLine_}; in FixedFormContinuationLine() local 850 if (!IsFixedFormCommentChar(col1)) { in FixedFormContinuationLine() 878 if (col1 == '&' && in FixedFormContinuationLine() 888 if (col1 == '\t' && nextLine_[1] >= '1' && nextLine_[1] <= '9') { in FixedFormContinuationLine() 892 if (col1 == ' ' && nextLine_[1] == ' ' && nextLine_[2] == ' ' && in FixedFormContinuationLine() 1014 char col1{*p++}; in IsFixedFormCompilerDirectiveLine() local 1015 if (!IsFixedFormCommentChar(col1)) { in IsFixedFormCompilerDirectiveLine()
|
/external/icu/icu4c/source/test/fuzzer/ |
D | collator_rulebased_fuzzer.cpp | 22 icu::LocalPointer<icu::RuleBasedCollator> col1( in LLVMFuzzerTestOneInput() local
|