HomeSort by relevance Sort by last modified time
    Searched refs:mymin (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
reduce.hpp 352 work_type mymin; member in struct:cv::cudev::grid_reduce_detail::MinMaxReductor
357 mymin = numeric_limits<work_type>::max();
366 mymin = minOp(mymin, srcVal);
379 blockReduce<BLOCK_SIZE>(smem_tuple(sminval, smaxval), tie(mymin, mymax), tid, make_tuple(minOp, maxOp));
383 atomicMin(result, mymin);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.cpp 60 #define mymin(a,b) (a > b ? a : b) macro
149 LONGLONG msecAdjustment = mymin(msecOff *
207 LONGLONG msecAdjustment = mymin(msecOff *

Completed in 251 milliseconds