Home
last modified time | relevance | path

Searched defs:minmax (Results 1 – 15 of 15) sorted by relevance

/external/blktrace/
Dstats.h28 struct minmax { struct
36 static inline void minmax_init(struct minmax *mm) in minmax_init() argument
/external/clang/test/SemaCXX/
Dinvalid-member-expr.cpp29 template <typename _Tp> pair<_Tp, _Tp> minmax(initializer_list<_Tp> __l) {}; in minmax() function
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java166 private String message(final String minmax, final BigDecimal v, in message()
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.errorbars.js275 function drawError(ctx,err,x,y,upper,lower,drawUpper,drawLower,radius,offset,minmax){ argument
Djquery.flot.errorbars.min.js7 …ap:null,lowerCap:null,color:null,radius:null},yerr:{err:"y",show:null,asymmetric:null,upperCap:nul…
Djquery.flot.navigate.js221 minmax = { variable
Djquery.flot.navigate.min.js7 …y||j,h.cursorOffsetX=l.pageX-l.left,h.cursorOffsetY=l.pageY-l.top,h.offsetX=h.pageX-h.cursorOffset… argument
/external/opencv3/modules/ts/src/
Dts_perf.cpp93 int minmax[] = {0, 256}; in randu() local
100 float minmax[] = {-bigValue, bigValue}; in randu() local
107 double minmax[] = {-bigValue, bigValue}; in randu() local
Dts_func.cpp2378 static void minmax(const Mat& src1, const Mat& src2, Mat& dst, char op) in minmax() function
2447 static void minmax(const Mat& src1, double val, Mat& dst, char op) in minmax() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1055 AlgebraicOpt::handleMINMAX(Instruction *minmax) in handleMINMAX()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp1332 MINMAXINFO* minmax = (MINMAXINFO*)lParam; in MainWindowProc() local
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1622 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax() local
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1626 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax() local
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1638 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); in DoMathMinMax() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c844 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, in choose_partitioning() local