Home
last modified time | relevance | path

Searched refs:found_err (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_pFq.hpp76 T found_err = norm / fabs(result); in check_pFq_result() local
82 T min_err = boost::math::tools::epsilon<T>() * 600 / found_err; in check_pFq_result()
85 …if ((((err > fudge_factor * found_err) && (found_err < 1)) || (boost::math::isnan)(found_err)) && … in check_pFq_result()
87 std::cout << "Found error = " << err << " error from norm = " << found_err << std::endl; in check_pFq_result()
99 BOOST_CHECK_LE(err, fudge_factor * found_err); in check_pFq_result()
100 BOOST_CHECK(!(boost::math::isnan)(found_err)); in check_pFq_result()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_pFq.hpp76 T found_err = norm / fabs(result); in check_pFq_result() local
82 T min_err = boost::math::tools::epsilon<T>() * 600 / found_err; in check_pFq_result()
85 …if ((((err > fudge_factor * found_err) && (found_err < 1)) || (boost::math::isnan)(found_err)) && … in check_pFq_result()
87 std::cout << "Found error = " << err << " error from norm = " << found_err << std::endl; in check_pFq_result()
99 BOOST_CHECK_LE(err, fudge_factor * found_err); in check_pFq_result()
100 BOOST_CHECK(!(boost::math::isnan)(found_err)); in check_pFq_result()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_pFq.hpp76 T found_err = norm / fabs(result); in check_pFq_result() local
82 T min_err = boost::math::tools::epsilon<T>() * 600 / found_err; in check_pFq_result()
85 …if ((((err > fudge_factor * found_err) && (found_err < 1)) || (boost::math::isnan)(found_err)) && … in check_pFq_result()
87 std::cout << "Found error = " << err << " error from norm = " << found_err << std::endl; in check_pFq_result()
99 BOOST_CHECK_LE(err, fudge_factor * found_err); in check_pFq_result()
100 BOOST_CHECK(!(boost::math::isnan)(found_err)); in check_pFq_result()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_pFq.hpp76 T found_err = norm / fabs(result); in check_pFq_result() local
82 T min_err = boost::math::tools::epsilon<T>() * 600 / found_err; in check_pFq_result()
85 …if ((((err > fudge_factor * found_err) && (found_err < 1)) || (boost::math::isnan)(found_err)) && … in check_pFq_result()
87 std::cout << "Found error = " << err << " error from norm = " << found_err << std::endl; in check_pFq_result()
99 BOOST_CHECK_LE(err, fudge_factor * found_err); in check_pFq_result()
100 BOOST_CHECK(!(boost::math::isnan)(found_err)); in check_pFq_result()
/dports/misc/libiio/libiio-0.21/tests/
H A Diio_attr.c602 found_err = true; in main()
613 found_err = false; in main()
692 found_err = true; in main()
776 found_err = true; in main()
792 found_err = false; in main()
811 found_err = true; in main()
824 found_err = false; in main()
843 found_err = true; in main()
854 found_err = false; in main()
880 found_err = false; in main()
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/dev/wc-ng/
H A Dsvn-wc-db-tester.c61 svn_boolean_t found_err; member
86 vb->found_err = TRUE; in verify_cb()
107 if (vb.found_err) in verify_db()
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/wc-ng/
H A Dsvn-wc-db-tester.c61 svn_boolean_t found_err; member
86 vb->found_err = TRUE; in verify_cb()
107 if (vb.found_err) in verify_db()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/wc-ng/
H A Dsvn-wc-db-tester.c61 svn_boolean_t found_err; member
86 vb->found_err = TRUE; in verify_cb()
107 if (vb.found_err) in verify_db()
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/wc-ng/
H A Dsvn-wc-db-tester.c61 svn_boolean_t found_err; member
86 vb->found_err = TRUE; in verify_cb()
107 if (vb.found_err) in verify_db()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/encodings/
H A Dlevels.rs408 let mut found_err = false; in test_internal_roundtrip_overflow() localVariable
413 found_err = true; in test_internal_roundtrip_overflow()
417 if !found_err { in test_internal_roundtrip_overflow()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/encodings/
H A Dlevels.rs408 let mut found_err = false; in test_internal_roundtrip_overflow() localVariable
414 found_err = true; in test_internal_roundtrip_overflow()
420 if !found_err { in test_internal_roundtrip_overflow()
/dports/devel/gindent/indent-2.2.12/regression/input/
H A Dindent.h169 extern int found_err; /* flag set in diag() on error */
H A Dindent_globs.h216 extern int found_err; /* flag set in diag() on error */
H A Dio.c734 int found_err; variable
746 found_err = 1;
H A Dindent.c402 if (found_err)
403 exit (found_err);
/dports/devel/gindent/indent-2.2.12/regression/standard/
H A Dindent.h169 extern int found_err; /* flag set in diag() on error */
H A Dindent_globs.h216 extern int found_err; /* flag set in diag() on error */
H A Dio.c736 int found_err; variable
748 found_err = 1;
H A Dindent.c400 if (found_err)
401 exit (found_err);
/dports/devel/p5-POE-XS-Queue-Array/POE-XS-Queue-Array-0.006/
H A Dqueue.c815 int found_err = 0; in pq_verify() local
823 ++found_err; in pq_verify()
828 if (found_err) { in pq_verify()
/dports/games/ldmud/ldmud-3.3.720/src/util/indent/
H A Dio.c609 int found_err; variable
617 found_err = 1; in diag()
H A Dindent.c50 extern int found_err; /* flag set in diag() on error */
424 exit(found_err);
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/
H A Dmysql-test-run.pl5589 my $found_err= 0;
5615 $found_err= 1;
5644 $found_err= 1;
5648 return $found_err;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/
H A Dmysql-test-run.pl5555 my $found_err= 0;
5581 $found_err= 1;
5610 $found_err= 1;
5614 return $found_err;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/
H A Dmysql-test-run.pl5555 my $found_err= 0;
5581 $found_err= 1;
5610 $found_err= 1;
5614 return $found_err;

12