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

  /external/deqp/framework/common/
tcuTextureUtil.hpp 89 Vec4 valueMax;
95 , valueMax (valueMax_)
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 378 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {}
380 const tcu::Vec4* valueMax;
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
WavePlotView.java 271 double valueMax = 1.0;
273 double valueRange = valueMax - valueMin;
349 float top = (float) ((valueMax - mValuesArray[i]) / valueRange) * h;
350 float bottom = (float) ((valueMax - mValuesArray2[i]) / valueRange) * h + 1;
356 float first = (float) ((valueMax - mValuesArray[i]) / valueRange) * h;
357 float second = (float) ((valueMax - mValuesArray[i + 1]) / valueRange) * h;
376 float top = iY + (float) ((valueMax - mInsetArray[i]) / valueRange) * iH;
378 (float) ((valueMax - mInsetArray2[i]) / valueRange) * iH + 1;
  /external/libxml2/include/libxml/
xpath.h 379 int valueMax; /* max number of values stacked */

Completed in 176 milliseconds