Home
last modified time | relevance | path

Searched refs:index_max (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/btl/libs/mtl4/
Dmtl4_LU_solve_interface.hh91 int index_max = 0 ; in LU_factor() local
127 index_max = i ; in LU_factor()
131 if( j!=index_max ) { in LU_factor()
133 dum = LU( index_max, k ) ; in LU_factor()
134 LU( index_max, k ) = LU( j, k ) ; in LU_factor()
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ; in LU_factor()
139 pivot( j ) = index_max ; in LU_factor()
/external/eigen/bench/btl/libs/gmm/
Dgmm_LU_solve_interface.hh91 int index_max = 0 ; in LU_factor() local
127 index_max = i ; in LU_factor()
131 if( j!=index_max ) { in LU_factor()
133 dum = LU( index_max, k ) ; in LU_factor()
134 LU( index_max, k ) = LU( j, k ) ; in LU_factor()
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ; in LU_factor()
139 pivot( j ) = index_max ; in LU_factor()
/external/eigen/bench/btl/libs/blitz/
Dblitz_LU_solve_interface.hh91 int index_max = 0 ; in LU_factor() local
127 index_max = i ; in LU_factor()
131 if( j!=index_max ) { in LU_factor()
133 dum = LU( index_max, k ) ; in LU_factor()
134 LU( index_max, k ) = LU( j, k ) ; in LU_factor()
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ; in LU_factor()
139 pivot( j ) = index_max ; in LU_factor()
/external/opencv3/modules/core/src/
Dstat.cpp1959 uint index_max = std::numeric_limits<uint>::max(); in getMinMaxRes() local
1962 uint minloc = index_max, maxloc = index_max; in getMinMaxRes()
2023 bool zero_mask = (minLoc && minloc == index_max) || in getMinMaxRes()
2024 (maxLoc && maxloc == index_max); in getMinMaxRes()