/external/rust/crates/crc32fast/src/ |
D | combine.rs | 25 let mut odd = [0u32; GF2_DIM]; /* odd-power-of-two zeros operator */ in combine() localVariable 33 odd[0] = 0xedb88320; /* CRC-32 polynomial */ in combine() 36 odd[n] = row; in combine() 41 gf2_matrix_square(&mut even, &odd); in combine() 44 gf2_matrix_square(&mut odd, &even); in combine() 50 gf2_matrix_square(&mut even, &odd); in combine() 62 gf2_matrix_square(&mut odd, &even); in combine() 64 crc1 = gf2_matrix_times(&odd, crc1); in combine()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | builtins-ppc-p9-f128.ll | 11 %0 = call fp128 @llvm.ppc.sqrtf128.round.to.odd(fp128 %a) 18 declare fp128 @llvm.ppc.sqrtf128.round.to.odd(fp128) 22 %0 = call fp128 @llvm.ppc.fmaf128.round.to.odd(fp128 %a, fp128 %b, fp128 %c) 25 %1 = call fp128 @llvm.ppc.fmaf128.round.to.odd(fp128 %a, fp128 %b, fp128 %sub) 27 %2 = call fp128 @llvm.ppc.fmaf128.round.to.odd(fp128 %a, fp128 %b, fp128 %c) 31 %3 = call fp128 @llvm.ppc.fmaf128.round.to.odd(fp128 %a, fp128 %b, fp128 %sub2) 43 declare fp128 @llvm.ppc.fmaf128.round.to.odd(fp128, fp128, fp128) 47 %0 = call fp128 @llvm.ppc.addf128.round.to.odd(fp128 %a, fp128 %b) 54 declare fp128 @llvm.ppc.addf128.round.to.odd(fp128, fp128) 58 %0 = call fp128 @llvm.ppc.subf128.round.to.odd(fp128 %a, fp128 %b) [all …]
|
/external/llvm/test/MC/Mips/ |
D | update-module-level-options.s | 6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers 14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | set-oddspreg-nooddspreg-error.s | 6 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | nooddspreg-error.s | 9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | update-module-level-options.s | 6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers 14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | set-oddspreg-nooddspreg-error.s | 6 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | nooddspreg-error.s | 9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
/external/eigen/Eigen/src/Geometry/ |
D | EulerAngles.h | 48 const Index odd = ((a0+1)%3 == a1) ? 0 : 1; in eulerAngles() local 50 const Index j = (a0 + 1 + odd)%3; in eulerAngles() 51 const Index k = (a0 + 2 - odd)%3; in eulerAngles() 56 if((odd && res[0]<Scalar(0)) || ((!odd) && res[0]>Scalar(0))) in eulerAngles() 91 if((odd && res[0]<Scalar(0)) || ((!odd) && res[0]>Scalar(0))) { in eulerAngles() 106 if (!odd) in eulerAngles()
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | cspgo_profile_summary.ll | 11 @odd = common dso_local global i32 0, align 4 31 %0 = load i32, i32* @odd, align 4 33 store i32 %inc, i32* @odd, align 4 70 ; PGOSUMMARY: %odd.sink{{[0-9]*}} = select i1 %tobool{{[0-9]*}}, i32* @even, i32* @odd 73 ; CSPGOSUMMARY: %odd.sink{{[0-9]*}} = select i1 %tobool{{[0-9]*}}, i32* @even, i32* @odd 106 ; CSPGOSUMMARY: %even.sink{{[0-9]*}} = select i1 %tobool.i{{[0-9]*}}, i32* @even, i32* @odd 108 ; CSPGOSUMMARY: %even.sink{{[0-9]*}} = select i1 %tobool.i{{[0-9]*}}, i32* @even, i32* @odd 116 %0 = load i32, i32* @odd, align 4 118 store i32 %inc, i32* @odd, align 4
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 78 vec_unpacklo_epi32 (__m128i even, __m128i odd) in vec_unpacklo_epi32() argument 87 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi32() 91 vec_unpackhi_epi32 (__m128i even, __m128i odd) in vec_unpackhi_epi32() argument 100 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi32() 104 vec_unpacklo_epi64 (__m128i even, __m128i odd) in vec_unpacklo_epi64() argument 113 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi64() 117 vec_unpackhi_epi64 (__m128i even, __m128i odd) in vec_unpackhi_epi64() argument 126 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi64()
|
/external/llvm-project/clang/test/Analysis/ |
D | NewDelete-path-notes.cpp | 34 void test(Odd *odd) { in test() argument 35 odd->kill(); // expected-note{{Calling 'Odd::kill'}} in test() 37 delete odd; // expected-warning {{Attempt to free released memory}} in test()
|
/external/clang/test/Analysis/ |
D | NewDelete-path-notes.cpp | 23 void test(Odd *odd) { in test() argument 24 odd->kill(); // expected-note{{Calling 'Odd::kill'}} in test() 26 delete odd; // expected-warning {{Attempt to free released memory}} in test()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedEANChecksum.cpp | 10 int32_t odd = 0; in EANCalcChecksum() local 15 odd += FXSYS_DecimalCharToInt(contents[i - 1]); in EANCalcChecksum() 20 return (10 - (odd * 3 + even) % 10) % 10; in EANCalcChecksum()
|
/external/rust/crates/libz-sys/src/zlib/ |
D | crc32.c | 380 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 387 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 390 odd[n] = row; 395 gf2_matrix_square(even, odd); 398 gf2_matrix_square(odd, even); 404 gf2_matrix_square(even, odd); 414 gf2_matrix_square(odd, even); 416 crc1 = gf2_matrix_times(odd, crc1);
|
/external/libwebsockets/win32port/zlib/ |
D | crc32.c | 378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 385 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 388 odd[n] = row; 393 gf2_matrix_square(even, odd); 396 gf2_matrix_square(odd, even); 402 gf2_matrix_square(even, odd); 412 gf2_matrix_square(odd, even); 414 crc1 = gf2_matrix_times(odd, crc1);
|
/external/python/cpython2/Modules/zlib/ |
D | crc32.c | 380 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 387 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 390 odd[n] = row; 395 gf2_matrix_square(even, odd); 398 gf2_matrix_square(odd, even); 404 gf2_matrix_square(even, odd); 414 gf2_matrix_square(odd, even); 416 crc1 = gf2_matrix_times(odd, crc1);
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | stride-vectorization.ll | 19 %odd.idx = add nsw i64 %0, 1 22 %arrayidx.odd = getelementptr inbounds double, double* %b, i64 %odd.idx 25 %2 = load double, double* %arrayidx.odd, align 8
|
/external/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | stride-vectorization.ll | 19 %odd.idx = add nsw i64 %0, 1 22 %arrayidx.odd = getelementptr inbounds double, double* %b, i64 %odd.idx 25 %2 = load double, double* %arrayidx.odd, align 8
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 12 ; Force the float into an odd-numbered register using named registers and 19 ; The intention is that if odd single precision registers are permitted, the 23 ; On the other hand, if odd single precision registers are not permitted, it 46 ; Force the float into an odd-numbered register using named registers and 53 ; The intention is that if odd single precision registers are permitted, the 57 ; On the other hand, if odd single precision registers are not permitted, it 85 ; The intention is that if odd single precision registers are permitted, the 88 ; On the other hand, if odd single precision registers are not permitted, it 113 ; The intention is that if odd single precision registers are permitted, the 116 ; On the other hand, if odd single precision registers are not permitted, it
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 12 ; Force the float into an odd-numbered register using named registers and 19 ; The intention is that if odd single precision registers are permitted, the 23 ; On the other hand, if odd single precision registers are not permitted, it 46 ; Force the float into an odd-numbered register using named registers and 53 ; The intention is that if odd single precision registers are permitted, the 57 ; On the other hand, if odd single precision registers are not permitted, it 85 ; The intention is that if odd single precision registers are permitted, the 88 ; On the other hand, if odd single precision registers are not permitted, it 113 ; The intention is that if odd single precision registers are permitted, the 116 ; On the other hand, if odd single precision registers are not permitted, it
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | bitdepth_conversion_vsx.h | 37 const int32x4_t odd = vec_mulo(v, one); in store_tran_low() local 38 const int32x4_t high = vec_mergeh(even, odd); in store_tran_low() 39 const int32x4_t low = vec_mergel(even, odd); in store_tran_low()
|
/external/selinux/secilc/docs/ |
D | cil_xen_statements.md | 25 <tr class="odd"> 35 <tr class="odd"> 65 <tr class="odd"> 75 <tr class="odd"> 105 <tr class="odd"> 113 <tr class="odd"> 143 <tr class="odd"> 151 <tr class="odd"> 181 <tr class="odd"> 189 <tr class="odd">
|
/external/angle/third_party/zlib/ |
D | crc32.c | 434 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 441 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 444 odd[n] = row; 449 gf2_matrix_square(even, odd); 452 gf2_matrix_square(odd, even); 458 gf2_matrix_square(even, odd); 468 gf2_matrix_square(odd, even); 470 crc1 = gf2_matrix_times(odd, crc1);
|
/external/zlib/ |
D | crc32.c | 434 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 441 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 444 odd[n] = row; 449 gf2_matrix_square(even, odd); 452 gf2_matrix_square(odd, even); 458 gf2_matrix_square(even, odd); 468 gf2_matrix_square(odd, even); 470 crc1 = gf2_matrix_times(odd, crc1);
|