Home
last modified time | relevance | path

Searched refs:best_val_orig (Results 1 – 8 of 8) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dspop_max_meat.hpp474 eT best_val_orig = *it; in vector_max() local
475 T best_val_abs = std::abs(best_val_orig); in vector_max()
487 best_val_orig = val_orig; in vector_max()
495 return best_val_orig; in vector_max()
501 return ( std::abs(val1) >= best_val_abs ) ? val1 : best_val_orig; in vector_max()
H A Dspop_min_meat.hpp510 eT best_val_orig = *it; in vector_min() local
511 T best_val_abs = std::abs(best_val_orig); in vector_min()
523 best_val_orig = val_orig; in vector_min()
531 return best_val_orig; in vector_min()
537 return ( std::abs(val1) < best_val_abs ) ? val1 : best_val_orig; in vector_min()
H A Dop_min_meat.hpp1296 eT best_val_orig = eT(0); in min_with_index() local
1310 best_val_orig = tmp_orig; in min_with_index()
1319 return best_val_orig; in min_with_index()
H A Dop_max_meat.hpp1296 eT best_val_orig = eT(0); in max_with_index() local
1310 best_val_orig = tmp_orig; in max_with_index()
1319 return best_val_orig; in max_with_index()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dspop_max_meat.hpp474 eT best_val_orig = *it; in vector_max() local
475 T best_val_abs = std::abs(best_val_orig); in vector_max()
487 best_val_orig = val_orig; in vector_max()
495 return best_val_orig; in vector_max()
501 return ( std::abs(val1) >= best_val_abs ) ? val1 : best_val_orig; in vector_max()
H A Dspop_min_meat.hpp510 eT best_val_orig = *it; in vector_min() local
511 T best_val_abs = std::abs(best_val_orig); in vector_min()
523 best_val_orig = val_orig; in vector_min()
531 return best_val_orig; in vector_min()
537 return ( std::abs(val1) < best_val_abs ) ? val1 : best_val_orig; in vector_min()
H A Dop_max_meat.hpp1296 eT best_val_orig = eT(0); in max_with_index() local
1310 best_val_orig = tmp_orig; in max_with_index()
1319 return best_val_orig; in max_with_index()
H A Dop_min_meat.hpp1296 eT best_val_orig = eT(0); in min_with_index() local
1310 best_val_orig = tmp_orig; in min_with_index()
1319 return best_val_orig; in min_with_index()