Home
last modified time | relevance | path

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

12

/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dfor_each.pass.cpp32 struct Flip struct
35 Flip(int32_t y) : val(y) {} in Flip() function
52 std::for_each(expected_first, expected_last, Flip<T>(1)); in operator ()() argument
53 for_each(exec, first, last, Flip<T>(1)); in operator ()()
57 std::for_each_n(std::execution::seq, expected_first, n, Flip<T>(1)); in operator ()()
58 for_each_n(exec, first, n, Flip<T>(1)); in operator ()()
/external/gemmlowp/internal/
Dsimd_wrappers.h102 bool Flip = ShouldFlipLhsRhs<LhsType, RhsType>::kValue>
191 using Flip = FlipLhsRhs<Lhs, Rhs>;
193 typename Flip::FlippedLhsType,
194 typename Flip::FlippedRhsType>::Run(Flip::FlippedLhs(lhs, rhs),
195 Flip::FlippedRhs(lhs, rhs));
240 using Flip = FlipLhsRhs<Lhs, Rhs>;
242 typename Flip::FlippedLhsType,
243 typename Flip::FlippedRhsType>::Run(Flip::FlippedLhs(lhs, rhs),
244 Flip::FlippedRhs(lhs, rhs));
289 using Flip = FlipLhsRhs<Lhs, Rhs>;
[all …]
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp153 auto Flip = [](const KnownBits &Val) { return KnownBits(Val.One, Val.Zero); }; in umin() local
154 return Flip(umax(Flip(LHS), Flip(RHS))); in umin()
159 auto Flip = [](const KnownBits &Val) { in smax() local
167 return Flip(umax(Flip(LHS), Flip(RHS))); in smax()
172 auto Flip = [](const KnownBits &Val) { in smin() local
180 return Flip(umax(Flip(LHS), Flip(RHS))); in smin()
/external/llvm-project/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/llvm-project/clang/test/SemaCXX/
Dconversion-function.cpp84 struct Flip;
87 Flop(const Flip&); // expected-note{{candidate constructor}}
89 struct Flip { struct
92 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
/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/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gl31/
Dignore_tests.txt1 # Flip-flops between Pass and Fail
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gl30/
Dignore_tests.txt1 # Flip-flops between Pass and Fail
/external/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gl30/
Dignore_tests.txt1 # Flip-flops between Pass and Fail
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gl31/
Dignore_tests.txt1 # Flip-flops between Pass and Fail
/external/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gl32/
Dignore_tests.txt1 # Flip-flops between Pass and Fail
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gl32/
Dignore_tests.txt1 # Flip-flops between Pass and Fail
/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/angle/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolve.frag109 // Flip control.
168 // !Flip: Y = TX - O where O = DT-S
169 // Flip: Y = -(TX - O) where O = DT+S
DBlitResolveStencilNoExport.comp54 // Flip control.
/external/swiftshader/src/WSI/
DDirectFBSurfaceEXT.cpp84 surface->Flip(surface, NULL, DSFLIP_WAITFORSYNC); in present()
/external/libyuv/files/docs/
Drotation.md80 # Mirror - Horizontal Flip
97 # Invert - Vertical Flip
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Invert.pbtxt5 Flip each bit of supported types. For example, type `int8` (decimal 2) binary 00000010 becomes (de…
/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/walt/docs/
DDevelopment.md21 A ChromeOS device with Android (e.g. Asus Flip) is another convenient option.
/external/skia/site/docs/dev/contrib/
Dbazel.md96 # Flip on and off prebuilt overrides easily.
/external/walt/pywalt/
DREADME.md70 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/mesa3d/docs/relnotes/
D13.0.1.rst89 - nir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLVideoView.m224 // Flip width/height if the rotations are not the same.

12