Home
last modified time | relevance | path

Searched refs:cur_vals (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dsldf.cpp113 std::vector<double> cur_vals; in perform_test() local
115 cur_vals.push_back(df(samples[i])); in perform_test()
117 const double err = max(abs(mat(cur_vals) - mat(prev_vals))); in perform_test()
149 std::vector<double> cur_vals; in perform_test() local
151 cur_vals.push_back(df(samples[i])); in perform_test()
188 std::vector<double> cur_vals; in perform_test() local
190 cur_vals.push_back(dense_df(dense_samples[i])); in perform_test()
227 std::vector<double> cur_vals; in perform_test() local
229 cur_vals.push_back(dense_df(dense_samples[i])); in perform_test()
274 std::vector<double> cur_vals; in perform_test() local
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dsldf.cpp113 std::vector<double> cur_vals; in perform_test() local
115 cur_vals.push_back(df(samples[i])); in perform_test()
117 const double err = max(abs(mat(cur_vals) - mat(prev_vals))); in perform_test()
149 std::vector<double> cur_vals; in perform_test() local
151 cur_vals.push_back(df(samples[i])); in perform_test()
188 std::vector<double> cur_vals; in perform_test() local
190 cur_vals.push_back(dense_df(dense_samples[i])); in perform_test()
227 std::vector<double> cur_vals; in perform_test() local
229 cur_vals.push_back(dense_df(dense_samples[i])); in perform_test()
274 std::vector<double> cur_vals; in perform_test() local
[all …]
/dports/benchmarks/fio/fio-3.29/t/
H A Dgenzipf.c195 unsigned long i, j, cur_vals, interval_step, next_interval, total_vals; in output_normal() local
211 j = total_vals = cur_vals = 0; in output_normal()
216 cur_vals += node->hits; in output_normal()
220 os->output = (double) cur_vals / (double) nranges; in output_normal()
222 cur_vals = 0; in output_normal()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/reductions/solvers/
H A Dcompr_matrix.py77 cur_vals = A.data[prev_ptr:ptr]
82 ratio = cur_vals/match_vals
/dports/net/shelldap/shelldap-1.5.1/
H A Dshelldap1480 my $cur_vals = $e->get_value( $attr, asref => 1 ) || [];
1481 my $cur_valcount = scalar @$cur_vals;
1512 my $cur_vals = $e->get_value( $attr, asref => 1 ) || [];
1513 my $cur_valcount = scalar @$cur_vals;