Home
last modified time | relevance | path

Searched +refs:rx +refs:range (Results 51 – 75 of 8697) sorted by relevance

12345678910>>...348

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; }); in test01() local
40 VERIFY( range.begin().ptr == x+5 ); in test01()
41 VERIFY( range.end().ptr == x+10 ); in test01()
47 test_range<int, wrapper> rx(x); in test01() local
48 auto range = ranges::partition(rx, in test01() local
51 VERIFY( range.begin().ptr == x+4 ); in test01()
52 VERIFY( range.end().ptr == x+8 ); in test01()
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) ); in test01()
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; }); in test02() local
62 return (range.begin() == x+9 && range.end() == x+9); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; }); in test01() local
40 VERIFY( range.begin().ptr == x+5 ); in test01()
41 VERIFY( range.end().ptr == x+10 ); in test01()
47 test_range<int, wrapper> rx(x); in test01() local
48 auto range = ranges::partition(rx, in test01() local
51 VERIFY( range.begin().ptr == x+4 ); in test01()
52 VERIFY( range.end().ptr == x+8 ); in test01()
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) ); in test01()
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; }); in test02() local
62 return (range.begin() == x+9 && range.end() == x+9); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; });
40 VERIFY( range.begin().ptr == x+5 );
41 VERIFY( range.end().ptr == x+10 );
47 test_range<int, wrapper> rx(x);
48 auto range = ranges::partition(rx,
51 VERIFY( range.begin().ptr == x+4 );
52 VERIFY( range.end().ptr == x+8 );
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) );
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; });
62 return (range.begin() == x+9 && range.end() == x+9);
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; }); in test01() local
40 VERIFY( range.begin().ptr == x+5 ); in test01()
41 VERIFY( range.end().ptr == x+10 ); in test01()
47 test_range<int, wrapper> rx(x); in test01() local
48 auto range = ranges::partition(rx, in test01() local
51 VERIFY( range.begin().ptr == x+4 ); in test01()
52 VERIFY( range.end().ptr == x+8 ); in test01()
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) ); in test01()
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; }); in test02() local
62 return (range.begin() == x+9 && range.end() == x+9); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; }); in test01() local
40 VERIFY( range.begin().ptr == x+5 ); in test01()
41 VERIFY( range.end().ptr == x+10 ); in test01()
47 test_range<int, wrapper> rx(x); in test01() local
48 auto range = ranges::partition(rx, in test01() local
51 VERIFY( range.begin().ptr == x+4 ); in test01()
52 VERIFY( range.end().ptr == x+8 ); in test01()
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) ); in test01()
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; }); in test02() local
62 return (range.begin() == x+9 && range.end() == x+9); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; }); in test01() local
40 VERIFY( range.begin().ptr == x+5 ); in test01()
41 VERIFY( range.end().ptr == x+10 ); in test01()
47 test_range<int, wrapper> rx(x); in test01() local
48 auto range = ranges::partition(rx, in test01() local
51 VERIFY( range.begin().ptr == x+4 ); in test01()
52 VERIFY( range.end().ptr == x+8 ); in test01()
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) ); in test01()
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; }); in test02() local
62 return (range.begin() == x+9 && range.end() == x+9); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/partition/
H A Dconstrained.cc39 auto range = ranges::partition(cx, [] (int a) { return a%2==0; }); in test01() local
40 VERIFY( range.begin().ptr == x+5 ); in test01()
41 VERIFY( range.end().ptr == x+10 ); in test01()
47 test_range<int, wrapper> rx(x); in test01() local
48 auto range = ranges::partition(rx, in test01() local
51 VERIFY( range.begin().ptr == x+4 ); in test01()
52 VERIFY( range.end().ptr == x+8 ); in test01()
53 VERIFY( ranges::is_partitioned(rx, [] (int a) { return a%2==1; }) ); in test01()
61 auto range = ranges::partition(x, x+9, [] (int a) { return a < 100; }); in test02() local
62 return (range.begin() == x+9 && range.end() == x+9); in test02()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqwidgetresizehandler.cpp72 range = qMax(RANGE, range); in QWidgetResizeHandler()
207 if (pos.y() <= range && pos.x() <= range) in mouseMoveEvent()
209 else if (pos.y() >= widget->height()-range && pos.x() >= widget->width()-range) in mouseMoveEvent()
211 else if (pos.y() >= widget->height()-range && pos.x() <= range) in mouseMoveEvent()
213 else if (pos.y() <= range && pos.x() >= widget->width()-range) in mouseMoveEvent()
215 else if (pos.y() <= range) in mouseMoveEvent()
219 else if (pos.x() <= range) in mouseMoveEvent()
247 globalPos.rx() = 0; in mouseMoveEvent()
383 pos.rx() -= delta; in keyPressEvent()
386 moveOffset.rx() += delta; in keyPressEvent()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/genmod/tests/results/
H A Dgee_generate_tests.py17 rx = 0.5
26 for i in range(nclust):
31 x = rx*np.random.normal() + np.sqrt(1-rx**2)*x
39 for j in range(n):
58 rx = 0.5
67 for i in range(nclust):
72 x = rx*np.random.normal() + np.sqrt(1-rx**2)*x
78 for j in range(n):
135 for i in range(200):
140 for j in range(5):
[all …]
/dports/lang/racket-minimal/racket-8.3/src/regexp/
H A Ddemo.rkt38 (define rx:.n (rx:byte-regexp #"(?m:^.\n)"))
152 (define rx (rx:regexp "^(ab)*"))
171 (for/fold ([r #f]) ([i (in-range M)])
173 (for/fold ([r #f]) ([i (in-range M)])
178 (for/fold ([r #f]) ([i (in-range M)])
179 (rx:byte-pregexp rx))
180 (for/fold ([r #f]) ([i (in-range M)])
181 (rx:pregexp rx))))
192 (for/fold ([r #f]) ([i (in-range N)])
195 (for/fold ([r #f]) ([i (in-range N)])
[all …]
/dports/lang/racket/racket-8.3/src/regexp/
H A Ddemo.rkt38 (define rx:.n (rx:byte-regexp #"(?m:^.\n)"))
152 (define rx (rx:regexp "^(ab)*"))
171 (for/fold ([r #f]) ([i (in-range M)])
173 (for/fold ([r #f]) ([i (in-range M)])
178 (for/fold ([r #f]) ([i (in-range M)])
179 (rx:byte-pregexp rx))
180 (for/fold ([r #f]) ([i (in-range M)])
181 (rx:pregexp rx))))
192 (for/fold ([r #f]) ([i (in-range N)])
195 (for/fold ([r #f]) ([i (in-range N)])
[all …]
/dports/devel/py-rx/Rx-3.2.0/rx/core/observable/
H A Drange.py4 from rx.core import typing
5 from rx.core import Observable
6 from rx.scheduler import CurrentThreadScheduler
7 from rx.disposable import MultipleAssignmentDisposable
38 range_t = range(start)
40 range_t = range(start, _stop)
42 range_t = range(start, _stop, _step)
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.cpp162 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
328 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 ErrorOrResult<GLuint> PathManager::createPaths(rx::GLImplFactory *factory, GLsizei range) in createPaths() argument
351 const GLuint client = mHandleAllocator.allocateRange(static_cast<GLuint>(range)); in createPaths()
355 const auto &paths = factory->createPaths(range); in createPaths()
358 mHandleAllocator.releaseRange(client, range); in createPaths()
362 for (GLsizei i = 0; i < range; ++i) in createPaths()
364 rx::PathImpl *impl = paths[static_cast<unsigned>(i)]; in createPaths()
371 void PathManager::deletePaths(GLuint first, GLsizei range) in deletePaths() argument
373 for (GLsizei i = 0; i < range; ++i) in deletePaths()
[all …]

12345678910>>...348