Searched refs:dD (Results 1 – 25 of 199) sorted by relevance
12345678
/external/eigen/Eigen/src/LU/arch/ |
D | Inverse_SSE.h | 79 __m128 dA, dB, dC, dD; // determinant of the sub-matrices 101 dD = _mm_mul_ps(_mm_shuffle_ps(D, D, 0x5F),D); 102 dD = _mm_sub_ss(dD, _mm_movehl_ps(dD,dD)); 117 d1 = _mm_mul_ss(dA,dD); 124 iA = _mm_sub_ps(_mm_mul_ps(A,_mm_shuffle_ps(dD,dD,0)), iA); 222 __m128d dA, dB, dC, dD; // determinant of the sub-matrices 245 dD = _mm_shuffle_pd(D2, D2, 1); 246 dD = _mm_mul_pd(D1, dD); 247 dD = _mm_sub_sd(dD, _mm_shuffle_pd(dD,dD,3)); 279 dD = _mm_shuffle_pd(dD,dD,0); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 118 def CSR_SystemZ : CalleeSavedRegs<(add (sequence "R%dD", 6, 15), 119 (sequence "F%dD", 8, 15))>; 127 def CSR_SystemZ_AllRegs : CalleeSavedRegs<(add (sequence "R%dD", 2, 15), 128 (sequence "F%dD", 0, 15))>; 129 def CSR_SystemZ_AllRegs_Vector : CalleeSavedRegs<(add (sequence "R%dD", 2, 15),
|
/external/lz4/tests/ |
D | Makefile | 284 < tmp-dict-sample-32k $(LZ4) -D tmp-dict | $(LZ4) -dD tmp-dict | diff - tmp-dict-sample-32k 286 < tmp-dict-sample-128m $(LZ4) -D tmp-dict | $(LZ4) -dD tmp-dict | diff - tmp-dict-sample-128m 288 < tmp-dict-sample-0 $(LZ4) -D tmp-dict | $(LZ4) -dD tmp-dict | diff - tmp-dict-sample-0 290 …< tmp-dict-sample-32k $(LZ4) -D tmp-dict-sample-0 | $(LZ4) -dD tmp-dict-sample-0 | diff - tmp-dict… 291 …< tmp-dict-sample-0 $(LZ4) -D tmp-dict-sample-0 | $(LZ4) -dD tmp-dict-sample-0 | diff - tmp-dict-s… 299 …< tmp-dict-$$l $(LZ4) -D stdin tmp-dict-data-128KB | $(LZ4) -dD tmp-dict-$$l-tail | $(DIFF) -… 300 …< tmp-dict-$$l-tail $(LZ4) -D stdin tmp-dict-data-128KB | $(LZ4) -dD tmp-dict-$$l | $(DIFF) -…
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | make_syscall_list.sh | 4 ${CC:-gcc} -E -dD - | \
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.chr.txt | 4 dD
|
/external/hyphenation-patterns/et/ |
D | hyph-et.chr.txt | 3 dD
|
/external/hyphenation-patterns/sa/ |
D | hyph-sa.chr.txt | 4 dD
|
/external/hyphenation-patterns/hr/ |
D | hyph-hr.chr.txt | 4 dD
|
/external/hyphenation-patterns/tk/ |
D | hyph-tk.chr.txt | 4 dD
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.chr.txt | 4 dD
|
/external/hyphenation-patterns/la/ |
D | hyph-la.chr.txt | 4 dD
|
D | hyph-la-x-liturgic.chr.txt | 4 dD
|
/external/hyphenation-patterns/eu/ |
D | hyph-eu.chr.txt | 4 dD
|
/external/hyphenation-patterns/pt/ |
D | hyph-pt.chr.txt | 5 dD
|
/external/hyphenation-patterns/de/ |
D | hyph-de-ch-1901.chr.txt | 4 dD
|
D | hyph-de-1996.chr.txt | 4 dD
|
D | hyph-de-1901.chr.txt | 4 dD
|
/external/hyphenation-patterns/sl/ |
D | hyph-sl.chr.txt | 4 dD
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.chr.txt | 6 dD
|
/external/hyphenation-patterns/da/ |
D | hyph-da.chr.txt | 4 dD
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.chr.txt | 4 dD
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.chr.txt | 4 dD
|
/external/hyphenation-patterns/es/ |
D | hyph-es.chr.txt | 4 dD
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.chr.txt | 4 dD
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.chr.txt | 4 dD
|
12345678