Home
last modified time | relevance | path

Searched refs:vcount (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/geometry/index/test/rtree/
Drtree_insert_remove.cpp16 void test_rtree(unsigned vcount) in test_rtree() argument
24 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
29 BOOST_CHECK(rt.size() == vcount); in test_rtree()
30 BOOST_CHECK(rt.count(point_t(vcount / 2)) == 1); in test_rtree()
32 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
34 rt.remove(point_t((i + 3) % vcount)); in test_rtree()
38 BOOST_CHECK(rt.count(point_t(vcount / 2)) == 0); in test_rtree()
40 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
42 rt.insert(point_t((i + 5) % vcount)); in test_rtree()
45 BOOST_CHECK(rt.size() == vcount); in test_rtree()
[all …]
Drtree_epsilon.cpp22 void test_rtree(unsigned vcount) in test_rtree() argument
31 for ( unsigned i = 1 ; i < vcount ; ++i ) in test_rtree()
47 rt.remove(values.begin() + vcount/2, values.end()); in test_rtree()
62 rt.remove(values.begin() + vcount/2, values.end()); in test_rtree()
77 int vcount = (pow * 8) / 10; in test_rtree_all() local
81 test_rtree< bgi::linear<Max, Min> >(vcount); in test_rtree_all()
82 test_rtree< bgi::quadratic<Max, Min> >(vcount); in test_rtree_all()
83 test_rtree< bgi::rstar<Max, Min> >(vcount); in test_rtree_all()
Drtree_non_cartesian.cpp53 size_t vcount = 1; // x < 180 ? 1 : 2; in test_rtree() local
54 BOOST_CHECK_EQUAL(rtree.count(v), vcount); in test_rtree()
57 BOOST_CHECK_EQUAL(res.size(), vcount); in test_rtree()
69 size_t vcount = 0; // x < 180 ? 1 : 0; in test_rtree() local
70 BOOST_CHECK_EQUAL(rtree.count(v), vcount); in test_rtree()
73 BOOST_CHECK_EQUAL(res.size(), vcount); in test_rtree()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_private.h68 svga_translate_prim(unsigned mode, unsigned vcount, unsigned *prim_count, in svga_translate_prim() argument
73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
[all …]
Dsvga_draw.c805 unsigned vcount, in draw_vgpu10() argument
891 vcount, in draw_vgpu10()
900 vcount, in draw_vgpu10()
934 vcount, in draw_vgpu10()
942 vcount, in draw_vgpu10()
1148 unsigned vcount, in svga_hwtnl_prim() argument
1161 SVGA_RETRY(hwtnl->svga, draw_vgpu10(hwtnl, range, vcount, min_index, in svga_hwtnl_prim()
/third_party/node/src/
Dstream_wrap.cc339 size_t vcount = *count; in DoTryWrite() local
341 err = uv_try_write(stream(), vbufs, vcount); in DoTryWrite()
350 for (; vcount > 0; vbufs++, vcount--) { in DoTryWrite()
365 *count = vcount; in DoTryWrite()
/third_party/alsa-lib/include/sound/uapi/
Demu10k1.h300 unsigned int vcount; /* visible count */ member
313 unsigned int vcount; member
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ddo-plot43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')