Home
last modified time | relevance | path

Searched refs:TestModes (Results 1 – 14 of 14) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h29 template <typename F, typename I, bool TestModes = false>
106 if (TestModes) { in testInfinityAndNaN()
150 if (TestModes) { in testRoundNumbers()
165 if (TestModes) in doFractionsTest()
177 if (TestModes) { in testFractions()
207 if (TestModes) { in testIntegerOverflow()
234 if (TestModes) { in testSubnormalRange()
279 if (TestModes) { in testNormalRange()
304 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(F, I, func, TestModes) \ argument
306 RoundToIntegerTestTemplate<F, I, TestModes>; \
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h30 template <typename F, typename I, bool TestModes = false>
107 if (TestModes) { in testInfinityAndNaN()
151 if (TestModes) { in testRoundNumbers()
166 if (TestModes) in doFractionsTest()
178 if (TestModes) { in testFractions()
209 if (TestModes) { in testIntegerOverflow()
236 if (TestModes) { in testSubnormalRange()
281 if (TestModes) { in testNormalRange()
306 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(F, I, func, TestModes) \ argument
308 RoundToIntegerTestTemplate<F, I, TestModes>; \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A DRoundToIntegerTest.h29 template <typename F, typename I, bool TestModes = false>
106 if (TestModes) { in testInfinityAndNaN()
150 if (TestModes) { in testRoundNumbers()
165 if (TestModes) in doFractionsTest()
177 if (TestModes) { in testFractions()
207 if (TestModes) { in testIntegerOverflow()
234 if (TestModes) { in testSubnormalRange()
279 if (TestModes) { in testNormalRange()
304 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(F, I, func, TestModes) \ argument
306 RoundToIntegerTestTemplate<F, I, TestModes>; \
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h29 template <typename F, typename I, bool TestModes = false>
106 if (TestModes) { in testInfinityAndNaN()
150 if (TestModes) { in testRoundNumbers()
165 if (TestModes) in doFractionsTest()
177 if (TestModes) { in testFractions()
207 if (TestModes) { in testIntegerOverflow()
234 if (TestModes) { in testSubnormalRange()
279 if (TestModes) { in testNormalRange()
304 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(F, I, func, TestModes) \ argument
306 RoundToIntegerTestTemplate<F, I, TestModes>; \
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h30 template <typename F, typename I, bool TestModes = false>
107 if (TestModes) { in testInfinityAndNaN()
151 if (TestModes) { in testRoundNumbers()
166 if (TestModes) in doFractionsTest()
178 if (TestModes) { in testFractions()
209 if (TestModes) { in testIntegerOverflow()
236 if (TestModes) { in testSubnormalRange()
281 if (TestModes) { in testNormalRange()
306 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(F, I, func, TestModes) \ argument
308 RoundToIntegerTestTemplate<F, I, TestModes>; \
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h29 template <typename F, typename I, bool TestModes = false>
106 if (TestModes) { in testInfinityAndNaN()
150 if (TestModes) { in testRoundNumbers()
165 if (TestModes) in doFractionsTest()
177 if (TestModes) { in testFractions()
207 if (TestModes) { in testIntegerOverflow()
234 if (TestModes) { in testSubnormalRange()
279 if (TestModes) { in testNormalRange()
304 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(F, I, func, TestModes) \ argument
306 RoundToIntegerTestTemplate<F, I, TestModes>; \
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/daemon/
H A Dmailnagdaemon.py29 from Mailnag.daemon.conntest import ConnectivityTest, TestModes
38 'auto' : TestModes.NETWORKMONITOR, # Legacy, deprecated
39 'networkmanager' : TestModes.NETWORKMONITOR, # Legacy, deprecated
40 'networkmonitor' : TestModes.NETWORKMONITOR,
41 'ping' : TestModes.PING
H A Dconntest.py26 class TestModes(Enum): class
38 if self._testmode == TestModes.NETWORKMONITOR:
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx199 void ScInsertContentsDlg::TestModes() in TestModes() function in ScInsertContentsDlg
242 TestModes(); in SetOtherDoc()
253 TestModes(); in SetFillMode()
264 TestModes(); in SetChangeTrack()
278 TestModes(); in SetCellShiftDisabled()
318 TestModes(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx205 void ScInsertContentsDlg::TestModes() in TestModes() function in ScInsertContentsDlg
248 TestModes(); in SetOtherDoc()
259 TestModes(); in SetFillMode()
270 TestModes(); in SetChangeTrack()
284 TestModes(); in SetCellShiftDisabled()
329 TestModes(); in IMPL_LINK_NOARG()
/dports/www/otrs/otrs-rel-6_0_29/
H A D.otrs-ci.yml6 TestModes:
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dinscodlg.hxx93 void TestModes();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dinscodlg.hxx94 void TestModes();
/dports/science/py-h5py/h5py-3.6.0/h5py/tests/
H A Dtest_file.py240 class TestModes(TestCase): class