/third_party/boost/libs/geometry/index/test/rtree/ |
D | rtree_insert_remove.cpp | 16 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 …]
|
D | rtree_epsilon.cpp | 22 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()
|
D | rtree_non_cartesian.cpp | 53 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/ |
D | svga_draw_private.h | 68 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 …]
|
D | svga_draw.c | 805 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/ |
D | stream_wrap.cc | 339 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/ |
D | emu10k1.h | 300 unsigned int vcount; /* visible count */ member 313 unsigned int vcount; member
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | do-plot | 43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
|