Home
last modified time | relevance | path

Searched defs:minVal (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/framework/randomshaders/
DrsgUtils.cpp67 float minVal = valueRange.component(ndx).getMin().asFloat(); in computeRandomValue() local
76 int minVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue() local
87 int minVal = valueRange.component(ndx).getMin().asInt(); in computeRandomValue() local
195 bool minVal = rnd.getBool(); in computeRandomValueRange() local
210 int minVal = minIntVal + rnd.getInt(0, maxRangeLen-rangeLen); in computeRandomValueRange() local
228 float minVal = minFloatVal + step*minStep; in computeRandomValueRange() local
304 float minVal = valueRange.component(ndx).getMin().asFloat(); in computeRangeLengthSum() local
313 int minVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRangeLengthSum() local
324 int minVal = valueRange.component(ndx).getMin().asInt(); in computeRangeLengthSum() local
DrsgVariableValue.cpp165 ValueRange::ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueA… in ValueRange()
174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) in ValueRange()
DrsgExpression.cpp187 int minVal = minIntVal + rnd.getInt(0, maxRangeLen-rangeLen); in computeRandomValueRangeForInfElements() local
209 float minVal = minFloatVal + step*minStep; in computeRandomValueRangeForInfElements() local
362 float minVal = -10.0f; in FloatLiteral() local
393 float minVal = valueRange.getMin().asFloat(); in getWeight() local
420 int minVal = -16; in IntLiteral() local
448 int minVal = valueRange.getMin().asInt(); in getWeight() local
474 int minVal = 0; in BoolLiteral() local
DrsgVariableValue.hpp201 …ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_t… in ConstValueRangeAccess()
243 …ValueRangeAccess (const VariableType& type, Scalar* minVal, Scalar* maxVal) : ConstValueRangeAcce… in ValueRangeAccess()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStepCalculator.java38 …public static XYStep getStep(XYPlot plot, XYAxisType axisType, RectF rect, Number minVal, Number m… in getStep()
51 …tep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minVal, Number maxVal… in getStep()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DLineRegion.java24 private Number minVal; field in LineRegion
84 public void setMinVal(Number minVal) { in setMinVal()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DXYStepCalculatorTest.java45 double minVal = 0; in testSubdivide() local
/external/aac/libAACenc/src/
Dnoisedet.cpp170 FIXP_DBL fhelp1, fhelp2, fhelp3, fhelp4, maxVal, minVal; in FDKaacEnc_noiseDetect() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp112 …t, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tc… in InterpolationCase()
299 Vec3 minVal; in init() member
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp115 …t, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tc… in InterpolationCase()
306 Vec3 minVal; in init() member
/external/deqp/framework/common/
DtcuTextureUtil.cpp447 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate()
575 static void fillWithComponentGradients1D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients1D()
591 static void fillWithComponentGradients2D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients2D()
610 static void fillWithComponentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const V… in fillWithComponentGradients3D()
633 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& m… in fillWithComponentGradients()
915 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
964 Vec4 minVal, maxVal; in computePixelScaleBias() local
DtcuTexLookupVerifier.cpp124 T minVal = vec[0]; in minComp() local
215 const tcu::Vec4 minVal = min(quad) - prec.colorThreshold; in isInColorBounds() local
222 const tcu::Vec4 minVal = min(min(quad0), min(quad1)) - prec.colorThreshold; in isInColorBounds() local
229 const tcu::Vec4 minVal = min(min(line0), min(line1)) - prec.colorThreshold; in isInColorBounds() local
241 …const tcu::Vec4 minVal = min(min(quad00), min(min(quad01), min(min(quad10), min(quad11)))) - prec.… in isInColorBounds() local
DtcuImageCompare.cpp46 Vec4 minVal; in computeScaleAndBias() local
/external/skia/src/utils/
DSkTextureCompressor_LATC.cpp131 uint8_t minVal = 255; in compress_latc_block_bb() local
173 uint8_t minVal = 255; in compress_latc_block_bb_ignore_extremal() local
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp269 const int minVal = 1; in getInputs() local
424 const int minVal = isSigned ? -maxVal : 0; in getInputs() local
506 const int minVal = isSigned ? -maxVal : 0; in getInputs() local
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp188 float minVal = valueRange.getMin().component(compNdx).asFloat(); in init() local
DglsTextureTestUtil.hpp569 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return Lo… in formatGradient()
DglsBufferTestUtil.cpp736 const float minVal = 0.1f; in computeIndexVerifierColors() local
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp547 const float minVal = 0.1f; in computeIndexVerifierColors() local
/external/valgrind/coregrind/
Dm_wordfm.c423 UWord minKey, UWord minVal, in avl_find_bounds()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp646 Vec4 minVal (range.x()); in iterate() local
682 IVec4 minVal (range.x()); in iterate() local
/external/opencv/ml/src/
Dml_inner_functions.cpp275 double minVal, maxVal; in icvGenerateRandomClusterCenters() local
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1938 double minVal, double maxVal ) in cvCheckArr()
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1078 GLint minVal; in fxt1_quantize_MIXED0() local
/external/opencv/cv/src/
Dcvhistogram.cpp277 double minVal, maxVal; in cvGetMinMaxHistValue() local

12