Home
last modified time | relevance | path

Searched refs:test_sqrt (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtsqrt.c45 #define test_sqrt mpfr_sqrt macro
55 test_sqrt (q, q, rnd_mode); in check3()
75 test_sqrt (q, q, rnd_mode); in check4()
96 test_sqrt (q, q, rnd_mode); in check24()
116 test_sqrt (q, q, MPFR_RNDN); in check_diverse()
196 test_sqrt (y, x, MPFR_RNDN); in special()
206 test_sqrt (y, x, MPFR_RNDN); in special()
217 test_sqrt (y, x, MPFR_RNDN); in special()
228 test_sqrt (y, x, MPFR_RNDN); in special()
287 test_sqrt(x, z, MPFR_RNDN); in special()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/interval/test/
H A Dmul.cpp69 static bool test_sqrt(double al, double au) { in test_sqrt() function
116 BOOST_CHECK(test_sqrt(2, 3)); in test_main()
117 BOOST_CHECK(test_sqrt(5, 7)); in test_main()
118 BOOST_CHECK(test_sqrt(-1, 2)); in test_main()
/dports/science/ghmm/ghmm-0.9-rc3/tests/
H A Droot_finder_test.c26 double test_sqrt(double x1, double x2, double x3, double x4) in test_sqrt() function
40 result=ghmm_zbrent_AB(test_sqrt, in main()
/dports/devel/xsimd/xsimd-7.6.0/test/
H A Dtest_batch_float.cpp40 void test_sqrt() const in test_sqrt() function in batch_float_test
98 this->test_sqrt(); in TYPED_TEST()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.dg/
H A Dintrinsics.d95 float test_sqrt(float a) { return sqrt(a); } in test_sqrt() function
97 double test_sqrt(double a) { return sqrt(a); } in test_sqrt() function
99 real test_sqrt(real a) { return sqrt(a); } in test_sqrt() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.dg/
H A Dintrinsics.d111 float test_sqrt(float a) { return sqrt(a); } in test_sqrt() function
113 double test_sqrt(double a) { return sqrt(a); } in test_sqrt() function
115 real test_sqrt(real a) { return sqrt(a); } in test_sqrt() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.dg/
H A Dintrinsics.d111 float test_sqrt(float a) { return sqrt(a); } in test_sqrt() function
113 double test_sqrt(double a) { return sqrt(a); } in test_sqrt() function
115 real test_sqrt(real a) { return sqrt(a); } in test_sqrt() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.dg/
H A Dintrinsics.d111 float test_sqrt(float a) { return sqrt(a); } in test_sqrt() function
113 double test_sqrt(double a) { return sqrt(a); } in test_sqrt() function
115 real test_sqrt(real a) { return sqrt(a); } in test_sqrt() function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/libff/libff/algebra/fields/tests/
H A Dtest_fields.cpp55 void test_sqrt() in test_sqrt() function
145 test_sqrt<Fr<ppT> >(); in test_all_fields()
146 test_sqrt<Fq<ppT> >(); in test_all_fields()
147 test_sqrt<Fqe<ppT> >(); in test_all_fields()
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/core/
H A Dcore_func_exponential.cpp71 int test_sqrt() in test_sqrt() function
124 Error += test_sqrt(); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/core/
H A Dcore_func_exponential.cpp71 int test_sqrt() in test_sqrt() function
124 Error += test_sqrt(); in main()
/dports/devel/z88dk/z88dk/test/suites/math/
H A Dmath.c177 void test_sqrt()
215 suite_add_test(test_sqrt);
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/core/
H A Dcore_func_exponential.cpp71 int test_sqrt() in test_sqrt() function
126 Error += test_sqrt(); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Headers/
H A Dnvptx_device_cmath_functions.cpp12 void test_sqrt(double a1) { in test_sqrt() function
H A Dnvptx_device_cmath_functions_cxx17.cpp12 void test_sqrt(double a1) { in test_sqrt() function
H A Dnvptx_device_math_functions.cpp12 void test_sqrt(double a1) { in test_sqrt() function

12345678910>>...23