Searched defs:DC2 (Results 1 - 16 of 16) sorted by relevance

/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h221 DC1, DC2, AB1, AB2; local
251 DC2 = _mm_mul_pd(C2, _mm_shuffle_pd(D1,D1,0));
253 DC2 = _mm_sub_pd(DC2, _mm_mul_pd(C1, _mm_shuffle_pd(D2,D2,0)));
256 d1 = _mm_mul_pd(AB1, _mm_shuffle_pd(DC1, DC2, 0));
257 d2 = _mm_mul_pd(AB2, _mm_shuffle_pd(DC1, DC2, 3));
270 iA1 = _mm_add_pd(iA1, _mm_mul_pd(DC2, _mm_shuffle_pd(B1,B1,3)));
271 iA2 = _mm_add_pd(iA2, _mm_mul_pd(DC2, _mm_shuffle_pd(B2,B2,3)));
297 iC1 = _mm_mul_pd(A1, _mm_shuffle_pd(DC2,DC1,1));
298 iC2 = _mm_mul_pd(A2, _mm_shuffle_pd(DC2,DC
[all...]
/external/guava/guava/src/com/google/common/base/
H A DAscii.java252 public static final byte DC2 = 18; field in class:Ascii
/external/python/cpython2/Lib/curses/
H A Dascii.py23 DC2 = 0x12 # ^R variable
43 "DLE", "DC1", "DC2", "DC3", "DC4", "NAK", "SYN", "ETB",
/external/python/cpython3/Lib/curses/
H A Dascii.py23 DC2 = 0x12 # ^R variable
43 "DLE", "DC1", "DC2", "DC3", "DC4", "NAK", "SYN", "ETB",
/external/libjpeg-turbo/
H A Djdcoefct.c426 int DC1,DC2,DC3,DC4,DC5,DC6,DC7,DC8,DC9; local
507 DC1 = DC2 = DC3 = (int) prev_block_row[0][0];
543 num = 36 * Q00 * (DC2 - DC8);
558 num = 9 * Q00 * (DC2 + DC8 - 2*DC5);
605 DC1 = DC2; DC2 = DC3;
/external/clang/lib/Analysis/
H A DCFG.cpp108 const DeclContext *DC2 = Decl2->getDeclContext(); local
110 assert(isa<EnumDecl>(DC1) && isa<EnumDecl>(DC2));
111 return DC1 == DC2;
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 420 milliseconds