/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 42 const T1 t1; in main() local 44 assert(!(t1 < t2)); in main() 45 assert( (t1 <= t2)); in main() 46 assert(!(t1 > t2)); in main() 47 assert( (t1 >= t2)); in main() 52 const T1 t1(1); in main() local 54 assert(!(t1 < t2)); in main() 55 assert( (t1 <= t2)); in main() 56 assert(!(t1 > t2)); in main() 57 assert( (t1 >= t2)); in main() [all …]
|
D | eq.pass.cpp | 30 const T1 t1; in main() local 32 assert(t1 == t2); in main() 33 assert(!(t1 != t2)); in main() 38 const T1 t1(1); in main() local 40 assert(!(t1 == t2)); in main() 41 assert(t1 != t2); in main() 46 const T1 t1(1); in main() local 48 assert(t1 == t2); in main() 49 assert(!(t1 != t2)); in main() 54 const T1 t1(1, 2); in main() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 43 const T1 t1; in main() local 45 assert(!(t1 < t2)); in main() 46 assert( (t1 <= t2)); in main() 47 assert(!(t1 > t2)); in main() 48 assert( (t1 >= t2)); in main() 53 const T1 t1(1); in main() local 55 assert(!(t1 < t2)); in main() 56 assert( (t1 <= t2)); in main() 57 assert(!(t1 > t2)); in main() 58 assert( (t1 >= t2)); in main() [all …]
|
D | eq.pass.cpp | 31 const T1 t1; in main() local 33 assert(t1 == t2); in main() 34 assert(!(t1 != t2)); in main() 39 const T1 t1(1); in main() local 41 assert(!(t1 == t2)); in main() 42 assert(t1 != t2); in main() 47 const T1 t1(1); in main() local 49 assert(t1 == t2); in main() 50 assert(!(t1 != t2)); in main() 55 const T1 t1(1, 2); in main() local [all …]
|
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 44 T1 t1(Duration1(3)); in main() local 46 assert(!(t1 < t2)); in main() 47 assert(!(t1 > t2)); in main() 48 assert( (t1 <= t2)); in main() 49 assert( (t1 >= t2)); in main() 52 T1 t1(Duration1(3)); in main() local 54 assert( (t1 < t2)); in main() 55 assert(!(t1 > t2)); in main() 56 assert( (t1 <= t2)); in main() 57 assert(!(t1 >= t2)); in main() [all …]
|
D | op_equal.pass.cpp | 36 T1 t1(Duration1(3)); in main() local 38 assert( (t1 == t2)); in main() 39 assert(!(t1 != t2)); in main() 42 T1 t1(Duration1(3)); in main() local 44 assert(!(t1 == t2)); in main() 45 assert( (t1 != t2)); in main() 48 T1 t1(Duration1(3)); in main() local 50 assert( (t1 == t2)); in main() 51 assert(!(t1 != t2)); in main() 54 T1 t1(Duration1(3)); in main() local [all …]
|
/external/llvm-project/libcxx/test/std/utilities/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 43 T1 t1(Duration1(3)); in main() local 45 assert(!(t1 < t2)); in main() 46 assert(!(t1 > t2)); in main() 47 assert( (t1 <= t2)); in main() 48 assert( (t1 >= t2)); in main() 51 T1 t1(Duration1(3)); in main() local 53 assert( (t1 < t2)); in main() 54 assert(!(t1 > t2)); in main() 55 assert( (t1 <= t2)); in main() 56 assert(!(t1 >= t2)); in main() [all …]
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv64b-aliases-valid.s | 18 # CHECK-S-OBJ-NOALIAS: andi t0, t1, 255 19 # CHECK-S-OBJ: zext.b t0, t1 22 # CHECK-S-OBJ-NOALIAS: packw t0, t1, zero 23 # CHECK-S-OBJ: zext.h t0, t1 26 # CHECK-S-OBJ-NOALIAS: pack t0, t1, zero 27 # CHECK-S-OBJ: zext.w t0, t1 30 # CHECK-S-OBJ-NOALIAS: grevi t0, t1, 1 31 # CHECK-S-OBJ: rev.p t0, t1 34 # CHECK-S-OBJ-NOALIAS: grevi t0, t1, 2 35 # CHECK-S-OBJ: rev2.n t0, t1 [all …]
|
D | rv32b-aliases-valid.s | 18 # CHECK-S-OBJ-NOALIAS: andi t0, t1, 255 19 # CHECK-S-OBJ: zext.b t0, t1 22 # CHECK-S-OBJ-NOALIAS: pack t0, t1, zero 23 # CHECK-S-OBJ: zext.h t0, t1 26 # CHECK-S-OBJ-NOALIAS: grevi t0, t1, 1 27 # CHECK-S-OBJ: rev.p t0, t1 30 # CHECK-S-OBJ-NOALIAS: grevi t0, t1, 2 31 # CHECK-S-OBJ: rev2.n t0, t1 34 # CHECK-S-OBJ-NOALIAS: grevi t0, t1, 3 35 # CHECK-S-OBJ: rev.n t0, t1 [all …]
|
D | machine-csr-names.s | 19 # CHECK-INST: csrrs t1, mvendorid, zero 21 # CHECK-INST-ALIAS: csrr t1, mvendorid 27 csrrs t1, mvendorid, zero 33 # CHECK-INST: csrrs t1, marchid, zero 35 # CHECK-INST-ALIAS: csrr t1, marchid 41 csrrs t1, marchid, zero 47 # CHECK-INST: csrrs t1, mimpid, zero 49 # CHECK-INST-ALIAS: csrr t1, mimpid 54 csrrs t1, mimpid, zero 60 # CHECK-INST: csrrs t1, mhartid, zero [all …]
|
D | relocations.s | 17 lui t1, %hi(foo) 19 # INSTR: lui t1, %hi(foo) 22 lui t1, %hi(foo+4) 24 # INSTR: lui t1, %hi(foo+4) 27 lui t1, %tprel_hi(foo) 29 # INSTR: lui t1, %tprel_hi(foo) 32 lui t1, %tprel_hi(foo+4) 34 # INSTR: lui t1, %tprel_hi(foo+4) 37 addi t1, t1, %lo(foo) 39 # INSTR: addi t1, t1, %lo(foo) [all …]
|
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/ |
D | hoist.c | 1 if (ni >= t0 + 1 && nj >= t1 + 1) 3 S_1(t0, t1, c2); 4 if (nj >= t1 + 17) { 5 S_1(t0, t1 + 16, c2); 6 if (nj >= t1 + 33) { 7 S_1(t0, t1 + 32, c2); 8 if (nj >= t1 + 49) 9 S_1(t0, t1 + 48, c2); 13 S_1(t0 + 16, t1, c2); 14 if (nj >= t1 + 17) { [all …]
|
D | unroll4.c | 1 write_shared_A(3, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1); 2 if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0) 3 write_shared_A(3, (-t1 / 3) + 4, t2 + 32); 4 if (((t1 + 3) % 4) + 1 >= t2 || t2 >= ((t1 + 3) % 4) + ((t2 + 1) % 2) + 2) 5 …write_shared_A(3, ((t1 + 3) % 4) + 5, -((((t1 + 3) % 4) - t2 + 33) % 32) + t1 + 4 * ((-t1 + 4) / 4… 6 if (t1 >= 1 && t2 >= t1 + 1 && t2 <= 4) 7 write_shared_A(3, t1 + 4, t2 + 32); 8 write_shared_A(4, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1); 9 if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0) 10 write_shared_A(4, (-t1 / 3) + 4, t2 + 32); [all …]
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-load-sse41.h | 31 t1 = _mm_slli_si128(m3, 4); \ 32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \ 37 t1 = _mm_blend_epi16(m1,m3,0xC0); \ 38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \ 43 t1 = _mm_blend_epi16(m2, t0, 0x30); \ 44 t2 = _mm_blend_epi16(m0, t1, 0xF0); \ 49 t1 = _mm_slli_si128(m3, 4); \ 50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \ 55 t1 = _mm_blend_epi16(m3,m1,0x0C); \ 56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \ [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/sha/asm/ |
D | sha512-armv4.pl | 88 $t1="r10"; 113 mov $t1,$Ehi,lsr#14 117 eor $t1,$t1,$Elo,lsl#18 120 eor $t1,$t1,$Ehi,lsr#18 122 eor $t1,$t1,$Elo,lsl#14 124 eor $t1,$t1,$Elo,lsr#9 126 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e) 129 adc $Thi,$Thi,$t1 @ T += Sigma1(e) 130 ldr $t1,[sp,#$Foff+4] @ f.hi 138 eor $t1,$t1,$t3 [all …]
|
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
D | sha512-armv4.pl | 88 $t1="r10"; 113 mov $t1,$Ehi,lsr#14 117 eor $t1,$t1,$Elo,lsl#18 120 eor $t1,$t1,$Ehi,lsr#18 122 eor $t1,$t1,$Elo,lsl#14 124 eor $t1,$t1,$Elo,lsr#9 126 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e) 129 adc $Thi,$Thi,$t1 @ T += Sigma1(e) 130 ldr $t1,[sp,#$Foff+4] @ f.hi 138 eor $t1,$t1,$t3 [all …]
|
/external/libcxx/test/support/ |
D | test_comparisons.h | 27 TEST_CONSTEXPR_CXX14 bool testComparisons6(const T& t1, const T& t2, bool isEqual, bool isLess) in testComparisons6() argument 31 if (!(t1 == t2)) return false; in testComparisons6() 32 if (!(t2 == t1)) return false; in testComparisons6() 33 if ( (t1 != t2)) return false; in testComparisons6() 34 if ( (t2 != t1)) return false; in testComparisons6() 35 if ( (t1 < t2)) return false; in testComparisons6() 36 if ( (t2 < t1)) return false; in testComparisons6() 37 if (!(t1 <= t2)) return false; in testComparisons6() 38 if (!(t2 <= t1)) return false; in testComparisons6() 39 if ( (t1 > t2)) return false; in testComparisons6() [all …]
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mop.cc | 26 ScopedThread t1, t2; in TEST() local 28 t1.Write1(l1); in TEST() 33 ScopedThread t1, t2; in TEST() local 35 t1.Write1(l); in TEST() 40 ScopedThread t1, t2; in TEST() local 42 t1.Read1(l); in TEST() 47 ScopedThread t1, t2; in TEST() local 49 t1.Write1(l); in TEST() 54 ScopedThread t1, t2; in TEST() local 56 t1.Read1(l); in TEST() [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mop.cpp | 25 ScopedThread t1, t2; in TEST() local 27 t1.Write1(l1); in TEST() 32 ScopedThread t1, t2; in TEST() local 34 t1.Write1(l); in TEST() 39 ScopedThread t1, t2; in TEST() local 41 t1.Read1(l); in TEST() 46 ScopedThread t1, t2; in TEST() local 48 t1.Write1(l); in TEST() 53 ScopedThread t1, t2; in TEST() local 55 t1.Read1(l); in TEST() [all …]
|
/external/llvm-project/libc/src/time/ |
D | mktime.cpp | 45 time_t LLVM_LIBC_ENTRYPOINT(mktime)(struct tm *t1) { in LLVM_LIBC_ENTRYPOINT() 55 if (t1->tm_sec < 0 || t1->tm_sec > (SecondsPerMin - 1)) in LLVM_LIBC_ENTRYPOINT() 57 if (t1->tm_min < 0 || t1->tm_min > (MinutesPerHour - 1)) in LLVM_LIBC_ENTRYPOINT() 59 if (t1->tm_hour < 0 || t1->tm_hour > (HoursPerDay - 1)) in LLVM_LIBC_ENTRYPOINT() 61 time_t tmYearFromBase = t1->tm_year + TimeYearBase; in LLVM_LIBC_ENTRYPOINT() 70 if (t1->tm_mon > 0) in LLVM_LIBC_ENTRYPOINT() 72 if (t1->tm_mday > 19) in LLVM_LIBC_ENTRYPOINT() 74 if (t1->tm_hour > 3) in LLVM_LIBC_ENTRYPOINT() 76 if (t1->tm_min > 14) in LLVM_LIBC_ENTRYPOINT() 78 if (t1->tm_sec > 7) in LLVM_LIBC_ENTRYPOINT() [all …]
|
/external/llvm-project/libcxx/test/support/ |
D | test_comparisons.h | 26 TEST_CONSTEXPR_CXX14 bool testComparisons6(const T& t1, const U& t2, bool isEqual, bool isLess) in testComparisons6() argument 30 if (!(t1 == t2)) return false; in testComparisons6() 31 if (!(t2 == t1)) return false; in testComparisons6() 32 if ( (t1 != t2)) return false; in testComparisons6() 33 if ( (t2 != t1)) return false; in testComparisons6() 34 if ( (t1 < t2)) return false; in testComparisons6() 35 if ( (t2 < t1)) return false; in testComparisons6() 36 if (!(t1 <= t2)) return false; in testComparisons6() 37 if (!(t2 <= t1)) return false; in testComparisons6() 38 if ( (t1 > t2)) return false; in testComparisons6() [all …]
|
/external/aac/libFDK/src/ |
D | fft_rad2.cpp | 183 INT t1 = (r + j) << 1; in dit_fft() local 184 INT t2 = t1 + (mh << 1); in dit_fft() 191 ur = x[t1] >> 1; in dit_fft() 192 ui = x[t1 + 1] >> 1; in dit_fft() 194 x[t1] = ur + vr; in dit_fft() 195 x[t1 + 1] = ui + vi; in dit_fft() 200 t1 += mh; in dit_fft() 201 t2 = t1 + (mh << 1); in dit_fft() 207 ur = x[t1] >> 1; in dit_fft() 208 ui = x[t1 + 1] >> 1; in dit_fft() [all …]
|
/external/aac/libAACenc/src/ |
D | bit_cnt.cpp | 126 INT t0, t1, t2, t3; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local 139 t1 = values[i + 1]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 143 bc1_2 += (INT)FDKaacEnc_huff_ltab1_2[t0 + 1][t1 + 1][t2 + 1][t3 + 1]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 144 bc5_6 += (INT)FDKaacEnc_huff_ltab5_6[t0 + 4][t1 + 4] + in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 149 t1 = fixp_abs(t1); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 150 sc += (t1 > 0); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 156 bc3_4 += (INT)FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 157 bc7_8 += (INT)FDKaacEnc_huff_ltab7_8[t0][t1] + in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 159 bc9_10 += (INT)FDKaacEnc_huff_ltab9_10[t0][t1] + in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 162 (INT)FDKaacEnc_huff_ltab11[t0][t1] + (INT)FDKaacEnc_huff_ltab11[t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() [all …]
|
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghashv8-armx.pl | 60 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14)); 90 vld1.64 {$t1},[x1] @ load input H 93 vext.8 $IN,$t1,$t1,#8 95 vdup.32 $t1,${t1}[1] 98 vshr.s32 $t1,$t1,#31 @ broadcast carry bit 102 vand $t0,$t0,$t1 114 vext.8 $t1,$Xl,$Xh,#8 @ Karatsuba post-processing 116 veor $Xm,$Xm,$t1 129 vext.8 $t1,$H2,$H2,#8 @ Karatsuba pre-processing 130 veor $t1,$t1,$H2 [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/modes/asm/ |
D | ghashv8-armx.pl | 60 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14)); 90 vld1.64 {$t1},[x1] @ load input H 93 vext.8 $IN,$t1,$t1,#8 95 vdup.32 $t1,${t1}[1] 98 vshr.s32 $t1,$t1,#31 @ broadcast carry bit 102 vand $t0,$t0,$t1 114 vext.8 $t1,$Xl,$Xh,#8 @ Karatsuba post-processing 116 veor $Xm,$Xm,$t1 129 vext.8 $t1,$H2,$H2,#8 @ Karatsuba pre-processing 130 veor $t1,$t1,$H2 [all …]
|