/external/deqp/framework/randomshaders/ |
D | rsgUtils.cpp | 67 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
|
D | rsgVariableValue.cpp | 165 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()
|
D | rsgExpression.cpp | 187 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
|
D | rsgVariableValue.hpp | 201 …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/ |
D | XYStepCalculator.java | 38 …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/ |
D | LineRegion.java | 24 private Number minVal; field in LineRegion 84 public void setMinVal(Number minVal) { in setMinVal()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYStepCalculatorTest.java | 45 double minVal = 0; in testSubdivide() local
|
/external/aac/libAACenc/src/ |
D | noisedet.cpp | 175 FIXP_DBL fhelp1, fhelp2, fhelp3, fhelp4, maxVal, minVal; in FDKaacEnc_noiseDetect() local
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 115 …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/ |
D | es2aVaryingInterpolationTests.cpp | 113 …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/ |
D | tcuTextureUtil.cpp | 667 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
|
D | tcuTexLookupVerifier.cpp | 124 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
|
D | tcuImageCompare.cpp | 46 Vec4 minVal; in computeScaleAndBias() local
|
/external/libaom/libaom/test/ |
D | av1_inv_txfm1d_test.cc | 63 const int minVal = -(1 << (bits - 1)); in random_matrix() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 387 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return Lo… in formatGradient()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 269 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/ |
D | autodiff.cpp | 341 const AD minVal = v.minCoeff(); in bug_1261() local
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 188 float minVal = valueRange.getMin().component(compNdx).asFloat(); in init() local
|
D | glsBufferTestUtil.cpp | 736 const float minVal = 0.1f; in computeIndexVerifierColors() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 547 const float minVal = 0.1f; in computeIndexVerifierColors() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 646 Vec4 minVal (range.x()); in iterate() local 682 IVec4 minVal (range.x()); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 939 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tc… in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 256 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/ |
D | drcDec_selectionProcess.cpp | 1481 FIXP_DBL minVal = MAXVAL_DBL; in _selectDynamicRange() local 1746 SCHAR minVal = 0x7F; in _selectSmallestTargetLoudnessValueUpper() local
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 1050 GLint minVal; in fxt1_quantize_MIXED0() local
|