HomeSort by relevance Sort by last modified time
    Searched full:index_max (Results 1 - 7 of 7) sorted by null

  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 91 int index_max = 0 ; local
127 index_max = i ;
131 if( j!=index_max ) {
133 dum = LU( index_max, k ) ;
134 LU( index_max, k ) = LU( j, k ) ;
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ;
139 pivot( j ) = index_max ;
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 91 int index_max = 0 ; local
127 index_max = i ;
131 if( j!=index_max ) {
133 dum = LU( index_max, k ) ;
134 LU( index_max, k ) = LU( j, k ) ;
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ;
139 pivot( j ) = index_max ;
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 91 int index_max = 0 ; local
127 index_max = i ;
131 if( j!=index_max ) {
133 dum = LU( index_max, k ) ;
134 LU( index_max, k ) = LU( j, k ) ;
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ;
139 pivot( j ) = index_max ;
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 207 int index_max)
211 index_max);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 205 int index_max)
209 index_max);
  /hardware/libhardware/modules/audio/
audio_policy.c 150 int index_max)
  /hardware/libhardware/include/hardware/
audio_policy.h 182 int index_max);

Completed in 130 milliseconds