Home
last modified time | relevance | path

Searched refs:Flip (Results 1 – 25 of 36) 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dapint-add.ll6 ;; Flip sign bit then add INT_MIN -> nop.
16 ;; Flip sign bit then add INT_MIN -> nop.
26 ;; Flip sign bit then add INT_MIN -> nop.
102 ;; Flip sign bit then add INT_MIN -> nop.
113 ;; Flip sign bit then add INT_MIN -> nop.
124 ;; Flip sign bit then add INT_MIN -> nop.
/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/fxbarcode/common/
DBC_CommonBitArray.h27 void Flip(size_t i);
DBC_CommonBitMatrix.h26 void Flip(int32_t x, int32_t y);
DBC_CommonBitArray.cpp66 void CBC_CommonBitArray::Flip(size_t i) { in Flip() function in CBC_CommonBitArray
DBC_CommonBitMatrix.cpp67 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/skqp/src/compute/hs/
DREADME.md233 1. *Multi-Slab Flip Merge*
236 1. *Streaming Flip Merge*
271 As an example, the *Streaming Flip Merge* kernel is illustrated below:
/external/skia/src/compute/hs/
DREADME.md233 1. *Multi-Slab Flip Merge*
236 1. *Streaming Flip Merge*
271 As an example, the *Streaming Flip Merge* kernel is illustrated below:
/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/WSI/
DFrameBufferDD.cpp265 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC); in flip()
/external/swiftshader/src/Main/
DFrameBufferDD.cpp272 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC); in flip()
/external/ImageMagick/www/source/
Dexamples.pl189 $example->Flip();
/external/u-boot/arch/arm/mach-rockchip/rk3288/
DKconfig31 internal MMC. The product name is ASUS Chromebook Flip.
/external/ImageMagick/PerlMagick/demo/
Ddemo.pl209 $example->Flip();
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfast-isel-addressing-modes.ll262 ; Flip add operands
282 ; Flip add operands
/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.gz
/external/ImageMagick/PerlMagick/
DMANIFEST190 t/reference/filter/Flip.miff
372 t/reference/write/filter/Flip.miff
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1516 bool Flip = false; in contracting() local
1521 int Diff = Flip ? PrevS.first - S.first + 2*L in contracting()
1525 Flip ^= true; in contracting()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm606 // Flip rect if necessary
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm668 // Flip rect if necessary

12