HomeSort by relevance Sort by last modified time
    Searched refs:csp0 (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/containers/views/span.cons/
span.fail.cpp 36 std::span<const int, 0> csp0; local
55 std::span< int, 0> s1{ csp0}; // expected-error {{no matching constructor for initialization of 'std::span<int, 0>'}}
62 std::span< volatile int, 0> s6{ csp0}; // expected-error {{no matching constructor for initialization of 'std::span<volatile int, 0>'}}
68 std::span< int> s1{ csp0}; // expected-error {{no matching constructor for initialization of 'std::span<int>'}}
75 std::span< volatile int> s6{ csp0}; // expected-error {{no matching constructor for initialization of 'std::span<volatile int>'}}
  /external/deqp/modules/egl/
teglRenderTests.cpp 131 const tcu::Vec2 csp0 = p0.swizzle(0, 1) / p0.w(); local
135 const tcu::Vec2 e01 = (csp1 - csp0);
136 const tcu::Vec2 e02 = (csp2 - csp0);
    [all...]

Completed in 171 milliseconds