/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
D | for_each.pass.cpp | 32 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/ |
D | simd_wrappers.h | 102 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/ |
D | KnownBits.cpp | 153 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/ |
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/llvm-project/clang/test/SemaCXX/ |
D | conversion-function.cpp | 84 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/ |
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/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gl31/ |
D | ignore_tests.txt | 1 # Flip-flops between Pass and Fail
|
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gl30/ |
D | ignore_tests.txt | 1 # Flip-flops between Pass and Fail
|
/external/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gl30/ |
D | ignore_tests.txt | 1 # Flip-flops between Pass and Fail
|
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gl31/ |
D | ignore_tests.txt | 1 # Flip-flops between Pass and Fail
|
/external/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gl32/ |
D | ignore_tests.txt | 1 # Flip-flops between Pass and Fail
|
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gl32/ |
D | ignore_tests.txt | 1 # Flip-flops between Pass and Fail
|
/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/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolve.frag | 109 // Flip control. 168 // !Flip: Y = TX - O where O = DT-S 169 // Flip: Y = -(TX - O) where O = DT+S
|
D | BlitResolveStencilNoExport.comp | 54 // Flip control.
|
/external/swiftshader/src/WSI/ |
D | DirectFBSurfaceEXT.cpp | 84 surface->Flip(surface, NULL, DSFLIP_WAITFORSYNC); in present()
|
/external/libyuv/files/docs/ |
D | rotation.md | 80 # Mirror - Horizontal Flip 97 # Invert - Vertical Flip
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Invert.pbtxt | 5 Flip each bit of supported types. For example, type `int8` (decimal 2) binary 00000010 becomes (de…
|
/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/walt/docs/ |
D | Development.md | 21 A ChromeOS device with Android (e.g. Asus Flip) is another convenient option.
|
/external/skia/site/docs/dev/contrib/ |
D | bazel.md | 96 # Flip on and off prebuilt overrides easily.
|
/external/walt/pywalt/ |
D | README.md | 70 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/mesa3d/docs/relnotes/ |
D | 13.0.1.rst | 89 - nir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
|
/external/webrtc/sdk/objc/components/renderer/metal/ |
D | RTCMTLVideoView.m | 224 // Flip width/height if the rotations are not the same.
|