Home
last modified time | relevance | path

Searched refs:Flip (Results 1 – 25 of 28) sorted by relevance

12

/external/gemmlowp/internal/
Dsimd_wrappers.h102 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/
Dconversion-function.cpp66 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/
DSparseAssign.h105 …enum { Flip = (DstEvaluatorType::Flags & RowMajorBit) != (SrcEvaluatorType::Flags & RowMajorBit) };
117 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v;
/external/pdfium/xfa/fxbarcode/common/
DBC_CommonBitArray.h24 void Flip(int32_t i);
DBC_CommonBitMatrix.h24 void Flip(int32_t x, int32_t y);
DBC_CommonBitArray.cpp56 void CBC_CommonBitArray::Flip(int32_t i) { in Flip() function in CBC_CommonBitArray
DBC_CommonBitMatrix.cpp69 void CBC_CommonBitMatrix::Flip(int32_t x, int32_t y) { in Flip() function in CBC_CommonBitMatrix
/external/libyuv/files/docs/
Drotation.md80 # Mirror - Horizontal Flip
97 # Invert - Vertical Flip
/external/walt/docs/
DDevelopment.md21 A ChromeOS device with Android (e.g. Asus Flip) is another convenient option.
/external/walt/pywalt/
DREADME.md68 Below is a drag latency measurement of the trackpad on Asus Flip. The trackpad input device is `/de…
/external/swiftshader/src/Main/
DFrameBufferDD.cpp272 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC); in flip()
/external/ImageMagick/www/source/
Dexamples.pl189 $example->Flip();
/external/ImageMagick/PerlMagick/demo/
Ddemo.pl197 $example->Flip();
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-addressing-modes.ll262 ; Flip add operands
282 ; Flip add operands
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/
DGenericPostScript.ppd.gz1*PPD-Adobe: "4.3" 2*% 3*% For information on using this, ...
/external/ImageMagick/PerlMagick/
DMANIFEST190 t/reference/filter/Flip.miff
372 t/reference/write/filter/Flip.miff
/external/v8/src/heap/
Dspaces.h2411 void Flip();
Dspaces.cc1543 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk() function in v8::internal::NewSpace
Dmark-compact.cc3005 new_space->Flip(); in EvacuatePrologue()
/external/syslinux/com32/lib/libpng/
Dlibpng.txt382 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/skia/third_party/libpng/
Dlibpng-manual.txt1129 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
1131 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
3334 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
3336 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
/external/libpng/
Dlibpng-manual.txt1129 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
1131 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
3339 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
3341 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt222 /* Flip the target bit of each basis state */
/external/llvm/lib/Target/
DREADME.txt168 /* Flip the target bit of each basis state */
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in231 { "Flip", },
7303 Flip = 25
8020 case 13: /* Flip */

12