/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | apint-add.ll | 6 ;; 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/ |
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/skqp/src/compute/hs/ |
D | README.md | 233 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/ |
D | README.md | 233 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/ |
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/WSI/ |
D | FrameBufferDD.cpp | 265 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC); in flip()
|
/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/u-boot/arch/arm/mach-rockchip/rk3288/ |
D | Kconfig | 31 internal MMC. The product name is ASUS Chromebook Flip.
|
/external/ImageMagick/PerlMagick/demo/ |
D | demo.pl | 209 $example->Flip();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | fast-isel-addressing-modes.ll | 262 ; Flip add operands 282 ; Flip add operands
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 1516 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/ |
D | GrMtlGpu.mm | 606 // Flip rect if necessary
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 668 // Flip rect if necessary
|