Home
last modified time | relevance | path

Searched refs:csp0 (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp36 std::span<const int, 0> csp0; in checkCV() local
55 …std::span< int, 0> s1{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()
62 …std::span< volatile int, 0> s6{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()
68 …std::span< int> s1{ csp0}; // expected-error {{no matching constructor for initializ… in checkCV()
75 …std::span< volatile int> s6{ csp0}; // expected-error {{no matching constructor for initializ… in checkCV()
/external/deqp/modules/egl/
DteglRenderTests.cpp131 const tcu::Vec2 csp0 = p0.swizzle(0, 1) / p0.w(); in isANarrowScreenSpaceTriangle() local
135 const tcu::Vec2 e01 = (csp1 - csp0); in isANarrowScreenSpaceTriangle()
136 const tcu::Vec2 e02 = (csp2 - csp0); in isANarrowScreenSpaceTriangle()