/third_party/boost/libs/numeric/interval/test/ |
D | pow.cpp | 15 bool test_pow(double al, double au, double bl, double bu, int p) { in test_pow() function 22 BOOST_CHECK(test_pow(2, 3, 8, 27, 3)); in test_main() 23 BOOST_CHECK(test_pow(2, 3, 16, 81, 4)); in test_main() 24 BOOST_CHECK(test_pow(-3, 2, -27, 8, 3)); in test_main() 25 BOOST_CHECK(test_pow(-3, 2, 0, 81, 4)); in test_main() 26 BOOST_CHECK(test_pow(-3, -2, -27, -8, 3)); in test_main() 27 BOOST_CHECK(test_pow(-3, -2, 16, 81, 4)); in test_main() 29 BOOST_CHECK(test_pow(2, 4, 1./64, 1./8, -3)); in test_main() 30 BOOST_CHECK(test_pow(2, 4, 1./256, 1./16, -4)); in test_main() 31 BOOST_CHECK(test_pow(-4, -2, -1./8, -1./64, -3)); in test_main() [all …]
|
/third_party/boost/libs/math/test/ |
D | pow_test.cpp | 32 void test_pow(T base) in test_pow() function 54 test_pow<N>(base); in test_with_big_bases() 64 test_pow<N>(base); in test_with_small_bases()
|
D | test_polynomial.cpp | 535 BOOST_AUTO_TEST_CASE_TEMPLATE( test_pow, T, all_test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
|
/third_party/boost/libs/units/test/ |
D | test_constants.cpp | 80 void test_pow() { in test_pow() function
|
/third_party/boost/libs/multiprecision/test/ |
D | test_mpfi.cpp | 60 void test_pow() in test_pow() function 277 test_pow(); in main()
|
D | Jamfile.v2 | 191 …for local source in test_exp.cpp test_log.cpp test_pow.cpp test_sinh.cpp test_sqrt.cpp test_cosh.c…
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_math_ops.py | 99 def test_pow(): function
|
/third_party/python/Lib/test/ |
D | test_operator.py | 259 def test_pow(self): member in OperatorTestCase
|
D | test_complex.py | 212 def test_pow(self): member in ComplexTest
|
D | test_builtin.py | 1241 def test_pow(self): member in BuiltinTest
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 3593 * test_pow.cpp
|