Home
last modified time | relevance | path

Searched refs:test_constant (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/math/test/
Dmakima_test.cpp23 void test_constant() in test_constant() function
168 test_constant<float>(); in main()
172 test_constant<double>(); in main()
176 test_constant<long double>(); in main()
181 test_constant<float128>(); in main()
Dcardinal_quadratic_b_spline_test.cpp15 void test_constant() in test_constant() function
118 test_constant<float>(); in main()
119 test_constant<double>(); in main()
120 test_constant<long double>(); in main()
Dtest_trapezoidal.cpp126 void test_constant() in test_constant() function
228 test_constant<float>(); in BOOST_AUTO_TEST_CASE()
229 test_constant<double>(); in BOOST_AUTO_TEST_CASE()
230 test_constant<long double>(); in BOOST_AUTO_TEST_CASE()
231 test_constant<boost::math::concepts::real_concept>(); in BOOST_AUTO_TEST_CASE()
232 test_constant<cpp_bin_float_50>(); in BOOST_AUTO_TEST_CASE()
233 test_constant<cpp_bin_float_100>(); in BOOST_AUTO_TEST_CASE()
Dpchip_test.cpp23 void test_constant() in test_constant() function
231 test_constant<float>(); in main()
236 test_constant<double>(); in main()
241 test_constant<long double>(); in main()
247 test_constant<float128>(); in main()
Dcardinal_trigonometric_test.cpp23 void test_constant() in test_constant() function
205 test_constant<float>(); in main()
213 test_constant<double>(); in main()
220 test_constant<long double>(); in main()
Dcardinal_quintic_b_spline_test.cpp19 void test_constant() in test_constant() function
269 test_constant<double>(); in main()
270 test_constant<long double>(); in main()
290 test_constant<float128>(); in main()
Dcubic_hermite_test.cpp29 void test_constant() in test_constant() function
425 test_constant<float>(); in main()
434 test_constant<double>(); in main()
443 test_constant<long double>(); in main()
454 test_constant<float128>(); in main()
Dtest_barycentric_rational.cpp91 void test_constant() in test_constant() function
263 test_constant<float>(); in BOOST_AUTO_TEST_CASE()
265 test_constant<long double>(); in BOOST_AUTO_TEST_CASE()
Dseptic_hermite_test.cpp27 void test_constant() in test_constant() function
499 test_constant<float>(); in main()
506 test_constant<double>(); in main()
513 test_constant<long double>(); in main()
521 test_constant<float128>(); in main()
Dquintic_hermite_test.cpp29 void test_constant() in test_constant() function
526 test_constant<float>(); in main()
539 test_constant<double>(); in main()
552 test_constant<long double>(); in main()
566 test_constant<float128>(); in main()
Dnaive_monte_carlo_test.cpp83 void test_constant() in test_constant() function
464 test_constant<float>(); in BOOST_AUTO_TEST_CASE()
468 test_constant<double>(); in BOOST_AUTO_TEST_CASE()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-fp-unop.c61 static void test_constant(void) in test_constant() function
/third_party/mindspore/tests/ut/cpp/optimizer/ad/
Dad_test.cc60 TEST_F(TestAD, test_constant) { AssertExpect("test_constant"); } in TEST_F() argument
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/optimizer/ad/
Dad_test.py60 def test_constant(x): function
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c953 static void test_constant(struct context *ctx) in test_constant() function
1674 test_constant(ctx); in main()
/third_party/python/Lib/test/
Dtest_random.py1049 def test_constant(self): member in TestDistributions
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3226 static inline T test_constant (T a) in test_constant() function in vkt::SpirVAssembly::TestMath