Home
last modified time | relevance | path

Searched defs:minVal (Results 1 – 25 of 36) 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*(float)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*(float)minStep; in computeRandomValueRangeForInfElements() local
362 float minVal = -10.0f; in FloatLiteral() local
405 float minVal = valueRange.getMin().asFloat(); in getWeight() local
432 int minVal = -16; in IntLiteral() local
460 int minVal = valueRange.getMin().asInt(); in getWeight() local
486 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.cpp175 FIXP_DBL fhelp1, fhelp2, fhelp3, fhelp4, maxVal, minVal; in FDKaacEnc_noiseDetect() local
/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/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp113 …t, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tc… in InterpolationCase()
300 Vec3 minVal; in init() member
/external/deqp/framework/common/
DtcuTextureUtil.cpp667 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate()
795 static void fillWithComponentGradients1D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients1D()
811 static void fillWithComponentGradients2D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients2D()
830 static void fillWithComponentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const V… in fillWithComponentGradients3D()
853 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& m… in fillWithComponentGradients()
1135 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
1184 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/libaom/libaom/test/
Dav1_inv_txfm1d_test.cc63 const int minVal = -(1 << (bits - 1)); in random_matrix() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp387 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return Lo… in formatGradient()
/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/eigen/unsupported/test/
Dautodiff.cpp341 const AD minVal = v.minCoeff(); in bug_1261() local
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp188 float minVal = valueRange.getMin().component(compNdx).asFloat(); in init() local
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/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp646 Vec4 minVal (range.x()); in iterate() local
682 IVec4 minVal (range.x()); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp939 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tc… in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp256 void fillGradient (MultiPlaneImageData* imageData, const tcu::Vec4& minVal, const tcu::Vec4& maxVal) in fillGradient()
722 deInt64 minVal = std::numeric_limits<T>::min(); in convertSatRte() local
/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp1481 FIXP_DBL minVal = MAXVAL_DBL; in _selectDynamicRange() local
1746 SCHAR minVal = 0x7F; in _selectSmallestTargetLoudnessValueUpper() local
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1050 GLint minVal; in fxt1_quantize_MIXED0() local

12