/external/gemmlowp/internal/ |
D | simd_wrappers.h | 102 bool Flip = ShouldFlipLhsRhs<LhsType, RhsType>::kValue> 187 using Flip = FlipLhsRhs<Lhs, Rhs>; 189 typename Flip::FlippedLhsType, 190 typename Flip::FlippedRhsType>::Run(Flip::FlippedLhs(lhs, rhs), 191 Flip::FlippedRhs(lhs, rhs)); 235 using Flip = FlipLhsRhs<Lhs, Rhs>; 237 typename Flip::FlippedLhsType, 238 typename Flip::FlippedRhsType>::Run(Flip::FlippedLhs(lhs, rhs), 239 Flip::FlippedRhs(lhs, rhs)); 278 using Flip = FlipLhsRhs<Lhs, Rhs>; [all …]
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 66 struct Flip; 69 Flop(const Flip&); // expected-note{{candidate constructor}} 71 struct Flip { struct 74 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseAssign.h | 105 …enum { Flip = (DstEvaluatorType::Flags & RowMajorBit) != (SrcEvaluatorType::Flags & RowMajorBit) }; 117 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v;
|
/external/pdfium/fxbarcode/common/ |
D | BC_CommonBitArray.h | 27 void Flip(size_t i);
|
D | BC_CommonBitMatrix.h | 26 void Flip(int32_t x, int32_t y);
|
D | BC_CommonBitArray.cpp | 66 void CBC_CommonBitArray::Flip(size_t i) { in Flip() function in CBC_CommonBitArray
|
D | BC_CommonBitMatrix.cpp | 67 void CBC_CommonBitMatrix::Flip(int32_t x, int32_t y) { in Flip() function in CBC_CommonBitMatrix
|
/external/libyuv/files/docs/ |
D | rotation.md | 80 # Mirror - Horizontal Flip 97 # Invert - Vertical Flip
|
/external/walt/docs/ |
D | Development.md | 21 A ChromeOS device with Android (e.g. Asus Flip) is another convenient option.
|
/external/walt/pywalt/ |
D | README.md | 68 Below is a drag latency measurement of the trackpad on Asus Flip. The trackpad input device is `/de…
|
/external/swiftshader/src/Main/ |
D | FrameBufferDD.cpp | 272 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC); in flip()
|
/external/ImageMagick/www/source/ |
D | examples.pl | 189 $example->Flip();
|
/external/ImageMagick/PerlMagick/demo/ |
D | demo.pl | 197 $example->Flip();
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-addressing-modes.ll | 262 ; Flip add operands 282 ; Flip add operands
|
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/ |
D | GenericPostScript.ppd.gz |
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 190 t/reference/filter/Flip.miff 372 t/reference/write/filter/Flip.miff
|
/external/v8/src/heap/ |
D | spaces.h | 2411 void Flip();
|
D | spaces.cc | 1543 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk() function in v8::internal::NewSpace
|
D | mark-compact.cc | 3005 new_space->Flip(); in EvacuatePrologue()
|
/external/syslinux/com32/lib/libpng/ |
D | libpng.txt | 382 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 384 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA 1995 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 1997 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
|
/external/libpng/ |
D | libpng-manual.txt | 1143 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 1145 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA 3392 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 3394 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
|
/external/llvm/lib/Target/ |
D | README.txt | 168 /* Flip the target bit of each basis state */
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 222 /* Flip the target bit of each basis state */
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 231 { "Flip", }, 7303 Flip = 25 8020 case 13: /* Flip */
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 1063 <em>*% Flip the page image for the back side of duplexed output</em>
|