Home
last modified time | relevance | path

Searched refs:op_max (Results 1 – 25 of 129) sorted by relevance

123456

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_max_meat.hpp27 op_max::apply(Mat<typename T1::elem_type>& out, const Op<T1,op_max>& in) in apply()
41 op_max::apply_noalias(out, X, dim); in apply()
47 op_max::apply_noalias(tmp, X, dim); in apply()
149 out_mem[row] = op_max::direct_max( X, row ); in apply_noalias()
159 op_max::apply(Cube<typename T1::elem_type>& out, const OpCube<T1,op_max>& in) in apply()
172 op_max::apply_noalias(out, U.M, dim); in apply()
178 op_max::apply_noalias(tmp, U.M, dim); in apply()
322 out_mem[row] = op_max::direct_max(tmp, row); in apply_noalias()
439 op_max::direct_max(const Mat<eT>& X, const uword row) in direct_max()
472 op_max::max(const subview<eT>& X) in max()
[all …]
H A Dfn_max.hpp31 return op_max::max(X); in max()
39 typename enable_if2< is_arma_type<T1>::value && resolves_to_vector<T1>::no, const Op<T1, op_max> >:…
44 return Op<T1, op_max>(X, 0, 0); in max()
52 typename enable_if2< is_arma_type<T1>::value, const Op<T1, op_max> >::result
57 return Op<T1, op_max>(X, dim, 0); in max()
99 const OpCube<T1, op_max>
108 return OpCube<T1, op_max>(X.get_ref(), dim, 0); in max()
H A Dspop_max_meat.hpp151 return op_max::direct_max(p.get_values(), p.get_n_nonzero()); in vector_max()
155 return (std::max)(eT(0), op_max::direct_max(p.get_values(), p.get_n_nonzero())); in vector_max()
230 max_val = op_max::direct_max(P.get_values(), n_nonzero); in max()
291 max_val = op_max::direct_max(P.get_values(), n_nonzero, index_of_max_val); in max_with_index()
458 return op_max::direct_max(p.get_values(), p.get_n_nonzero()); in vector_max()
463 const eT val2 = op_max::direct_max(p.get_values(), p.get_n_nonzero()); in vector_max()
559 ret_val = op_max::direct_max(P.get_values(), n_nonzero); in max()
624 max_val = std::abs(op_max::direct_max(P.get_values(), n_nonzero, index_of_max_val)); in max_with_index()
H A Dop_max_bones.hpp23 class op_max class
32 inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_max>& in);
45 inline static void apply(Cube<typename T1::elem_type>& out, const OpCube<T1,op_max>& in);
H A Dop_index_max_meat.hpp79 op_max::direct_max( X.colptr(col), X_n_rows, out_mem[col] ); in apply_noalias()
187 op_max::direct_max( X.slice_colptr(slice,col), X_n_rows, out_mem[col] ); in apply_noalias()
291 op_max::direct_max( X.slice_colptr(slice,col), X_n_rows, out_mem[col] ); in apply_noalias()
H A Dop_range_meat.hpp91 return op_max::direct_max(X_mem, N) - op_min::direct_min(X_mem, N); in vector_range()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_max_meat.hpp27 op_max::apply(Mat<typename T1::elem_type>& out, const Op<T1,op_max>& in) in apply()
41 op_max::apply_noalias(out, X, dim); in apply()
47 op_max::apply_noalias(tmp, X, dim); in apply()
149 out_mem[row] = op_max::direct_max( X, row ); in apply_noalias()
159 op_max::apply(Cube<typename T1::elem_type>& out, const OpCube<T1,op_max>& in) in apply()
172 op_max::apply_noalias(out, U.M, dim); in apply()
178 op_max::apply_noalias(tmp, U.M, dim); in apply()
322 out_mem[row] = op_max::direct_max(tmp, row); in apply_noalias()
439 op_max::direct_max(const Mat<eT>& X, const uword row) in direct_max()
472 op_max::max(const subview<eT>& X) in max()
[all …]
H A Dfn_max.hpp31 return op_max::max(X); in max()
39 typename enable_if2< is_arma_type<T1>::value && resolves_to_vector<T1>::no, const Op<T1, op_max> >:…
44 return Op<T1, op_max>(X, 0, 0); in max()
52 typename enable_if2< is_arma_type<T1>::value, const Op<T1, op_max> >::result
57 return Op<T1, op_max>(X, dim, 0); in max()
99 const OpCube<T1, op_max>
108 return OpCube<T1, op_max>(X.get_ref(), dim, 0); in max()
H A Dspop_max_meat.hpp151 return op_max::direct_max(p.get_values(), p.get_n_nonzero()); in vector_max()
155 return (std::max)(eT(0), op_max::direct_max(p.get_values(), p.get_n_nonzero())); in vector_max()
230 max_val = op_max::direct_max(P.get_values(), n_nonzero); in max()
291 max_val = op_max::direct_max(P.get_values(), n_nonzero, index_of_max_val); in max_with_index()
458 return op_max::direct_max(p.get_values(), p.get_n_nonzero()); in vector_max()
463 const eT val2 = op_max::direct_max(p.get_values(), p.get_n_nonzero()); in vector_max()
559 ret_val = op_max::direct_max(P.get_values(), n_nonzero); in max()
624 max_val = std::abs(op_max::direct_max(P.get_values(), n_nonzero, index_of_max_val)); in max_with_index()
H A Dop_max_bones.hpp23 class op_max class
32 inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_max>& in);
45 inline static void apply(Cube<typename T1::elem_type>& out, const OpCube<T1,op_max>& in);
H A Dop_index_max_meat.hpp79 op_max::direct_max( X.colptr(col), X_n_rows, out_mem[col] ); in apply_noalias()
187 op_max::direct_max( X.slice_colptr(slice,col), X_n_rows, out_mem[col] ); in apply_noalias()
291 op_max::direct_max( X.slice_colptr(slice,col), X_n_rows, out_mem[col] ); in apply_noalias()
H A Dop_range_meat.hpp91 return op_max::direct_max(X_mem, N) - op_min::direct_min(X_mem, N); in vector_range()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/
H A Dmaxmin.hpp66 viennacl::op_max >
72 viennacl::op_max >(v1, v1); in max()
79 viennacl::op_max>
84 viennacl::op_max >(vector, vector); in max()
/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/include/cilk/
H A Dreducer_min_max.h1473 class op_max :
1480 op_max() {}
1482 op_max(const Compare& compare) : base(compare) {}
2240 class reducer_max : public reducer< op_max<Type, Compare, true> >
2247 typedef reducer< op_max<Type, Compare, true> > base;
2351 operator reducer< op_max<Type, Compare, false> >& ()
2353 return *reinterpret_cast< reducer< op_max<Type, Compare, false> >* >(this);
2356 operator const reducer< op_max<Type, Compare, false> >& () const
2358 return *reinterpret_cast< const reducer< op_max<Type, Compare, false> >* >(this);
2983 struct legacy_reducer_downcast< reducer< op_max<Type, Compare, Align> > >
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/include/cilk/
H A Dreducer_min_max.h1473 class op_max :
1480 op_max() {}
1482 op_max(const Compare& compare) : base(compare) {}
2240 class reducer_max : public reducer< op_max<Type, Compare, true> >
2247 typedef reducer< op_max<Type, Compare, true> > base;
2351 operator reducer< op_max<Type, Compare, false> >& ()
2353 return *reinterpret_cast< reducer< op_max<Type, Compare, false> >* >(this);
2356 operator const reducer< op_max<Type, Compare, false> >& () const
2358 return *reinterpret_cast< const reducer< op_max<Type, Compare, false> >* >(this);
2983 struct legacy_reducer_downcast< reducer< op_max<Type, Compare, Align> > >
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/include/cilk/
H A Dreducer_min_max.h1473 class op_max :
1480 op_max() {}
1482 op_max(const Compare& compare) : base(compare) {}
2240 class reducer_max : public reducer< op_max<Type, Compare, true> >
2247 typedef reducer< op_max<Type, Compare, true> > base;
2351 operator reducer< op_max<Type, Compare, false> >& ()
2353 return *reinterpret_cast< reducer< op_max<Type, Compare, false> >* >(this);
2356 operator const reducer< op_max<Type, Compare, false> >& () const
2358 return *reinterpret_cast< const reducer< op_max<Type, Compare, false> >* >(this);
2983 struct legacy_reducer_downcast< reducer< op_max<Type, Compare, Align> > >
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/include/cilk/
H A Dreducer_min_max.h1473 class op_max :
1480 op_max() {}
1482 op_max(const Compare& compare) : base(compare) {}
2240 class reducer_max : public reducer< op_max<Type, Compare, true> >
2247 typedef reducer< op_max<Type, Compare, true> > base;
2351 operator reducer< op_max<Type, Compare, false> >& ()
2353 return *reinterpret_cast< reducer< op_max<Type, Compare, false> >* >(this);
2356 operator const reducer< op_max<Type, Compare, false> >& () const
2358 return *reinterpret_cast< const reducer< op_max<Type, Compare, false> >* >(this);
2983 struct legacy_reducer_downcast< reducer< op_max<Type, Compare, Align> > >
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.target/aarch64/sve/
H A Dcond_arith_2.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dcond_arith_1.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dcond_arith_3.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dcond_arith_4.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.target/aarch64/sve/
H A Dcond_arith_1.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dcond_arith_2.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dcond_arith_3.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro
H A Dcond_arith_4.C12 #define op_max(A, B) ((A) > (B) ? (A) : (B)) macro

123456