Home
last modified time | relevance | path

Searched defs:proj (Results 1 – 25 of 61) sorted by relevance

123

/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
Dranges.adjacent_find.pass.cpp111 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
122 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
136 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
147 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.equal/
Dranges.equal.pass.cpp304 auto proj = [&](int i) { ++projCount; return i; }; in test() local
316 auto proj = [&](int i) { ++projCount; return i; }; in test() local
331 auto proj = [&](int i) { ++projCount; return i; }; in test() local
343 auto proj = [&](int i) { ++projCount; return i; }; in test() local
360 auto proj = [&](int i) { ++projCount; return i; }; in test() local
372 auto proj = [&](int i) { ++projCount; return i; }; in test() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dprojection.inl7 GLM_FUNC_QUALIFIER vecType proj(vecType const & x, vecType const & Normal) function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.remove/
Dranges.remove.pass.cpp137 auto proj = [&](CompCounter i) { in test() local
151 auto proj = [&](CompCounter i) { in test() local
Dranges.remove_if.pass.cpp152 auto proj = [&](int i) { in test() local
169 auto proj = [&](int i) { in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcounting_projection.h26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.replace/
Dranges.replace.pass.cpp175 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
183 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
Dranges.replace_if.pass.cpp159 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
170 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.any_of/
Dranges.any_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.all_of/
Dranges.all_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.none_of/
Dranges.none_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.h86 … unsigned proj = !!(context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & D3DTTFF_PROJECTED); in nine_ff_get_projected_key() local
/external/angle/src/compiler/translator/hlsl/
DTextureFunctionHLSL.h52 bool proj; member
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/
Dranges.copy_if.pass.cpp189 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
201 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.transform/
Dranges.transform.unary.pass.cpp154 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators() local
166 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators() local
/external/eigen/test/
Dgeo_homogeneous.cpp78 Transform<Scalar, Size, Projective> proj; in homogeneous() local
/external/skia/gm/
Dcrbug_224618.cpp57 SkM44 proj{1.f, 0.f, 0.f, 0.f, in onDraw() local
Dpostercircle.cpp84 SkM44 proj; in onDraw() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.min.max/
Dranges.min.pass.cpp127 auto proj = [](int i) { return i == 5 ? -100 : i; }; in test_initializer_list() local
211 auto proj = [](int& i) { return i == 5 ? -100 : i; }; in test_range() local
Dranges.max.pass.cpp128 auto proj = [](int i) { return i == 5 ? 100 : i; }; in test_initializer_list() local
215 auto proj = [](int& i) { return i == 5 ? 100 : i; }; in test_range() local
Dranges.minmax.pass.cpp132 auto proj = [](int i) { return i == 5 ? -100 : i; }; in test_initializer_list() local
212 auto proj = [](int& i) { return i == 5 ? -100 : i; }; in test_range_types() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c46 GLvector4f proj; member
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/
Dranges_equal_range.pass.cpp203 const auto proj = [](const Data& d) { return d.data; }; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.unique/
Dranges_unique.pass.cpp186 const auto proj = &Data::data; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dranges_partition_copy.pass.cpp278 counting_projection proj(proj_count); in test() local

123