Home
last modified time | relevance | path

Searched refs:test_pow (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/numeric/interval/test/
Dpow.cpp15 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/
Dpow_test.cpp32 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()
Dtest_polynomial.cpp535 BOOST_AUTO_TEST_CASE_TEMPLATE( test_pow, T, all_test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/boost/libs/units/test/
Dtest_constants.cpp80 void test_pow() { in test_pow() function
/third_party/boost/libs/multiprecision/test/
Dtest_mpfi.cpp60 void test_pow() in test_pow() function
277 test_pow(); in main()
DJamfile.v2191 …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/
Dtest_math_ops.py99 def test_pow(): function
/third_party/python/Lib/test/
Dtest_operator.py259 def test_pow(self): member in OperatorTestCase
Dtest_complex.py212 def test_pow(self): member in ComplexTest
Dtest_builtin.py1241 def test_pow(self): member in BuiltinTest
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk3593 * test_pow.cpp