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

  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 238 PBQPNum minElem = (*this)[0][c];
240 if ((*this)[r][c] < minElem) minElem = (*this)[r][c];
241 return minElem;
  /external/quake/quake/src/QW/client/
mathlib.c 60 float minelem = 1.0F; local
68 if ( fabs( src[i] ) < minelem )
71 minelem = fabs( src[i] );
  /external/quake/quake/src/WinQuake/
mathlib.cpp 60 float minelem = 1.0F; local
68 if ( fabs( src[i] ) < minelem )
71 minelem = fabs( src[i] );
  /gdk/samples/quake/jni/
mathlib.cpp 60 float minelem = 1.0F; local
68 if ( fabs( src[i] ) < minelem )
71 minelem = fabs( src[i] );

Completed in 772 milliseconds