| /external/deqp/framework/randomshaders/ |
| D | rsgUtils.cpp | 68 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRandomValue() local 77 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue() local 88 int maxVal = valueRange.component(ndx).getMax().asInt(); in computeRandomValue() local 196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange() local 211 int maxVal = minVal + rangeLen; in computeRandomValueRange() local 229 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRange() local 305 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRangeLengthSum() local 314 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRangeLengthSum() local 325 int maxVal = valueRange.component(ndx).getMax().asInt(); in computeRangeLengthSum() local
|
| D | rsgVariableValue.cpp | 165 …lueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal) in ValueRange() 174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) in ValueRange()
|
| D | rsgExpression.cpp | 188 int maxVal = minVal + rangeLen; in computeRandomValueRangeForInfElements() local 210 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRangeForInfElements() local 363 float maxVal = +10.0f; in FloatLiteral() local 394 float maxVal = valueRange.getMax().asFloat(); in getWeight() local 421 int maxVal = +16; in IntLiteral() local 449 int maxVal = valueRange.getMax().asInt(); in getWeight() local 475 int maxVal = 1; in BoolLiteral() local
|
| /external/aac/libFDK/src/ |
| D | scale.cpp | 352 SHORT temp, maxVal = 0; in getScalefactorShort() local 379 INT_PCM temp, maxVal = 0; in getScalefactorPCM() local 405 SHORT temp, maxVal = 0; in getScalefactorShort() local 433 FIXP_DBL temp, maxVal = (FIXP_DBL)0; in getScalefactor() local 451 SHORT temp, maxVal = (FIXP_SGL)0; in getScalefactor() local
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
| D | XYStepCalculator.java | 38 …static XYStep getStep(XYPlot plot, XYAxisType axisType, RectF rect, Number minVal, Number maxVal) { in getStep() 51 …p 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 | 25 private Number maxVal; field in LineRegion 95 public void setMaxVal(Number maxVal) { in setMaxVal()
|
| /external/aac/libFDK/src/mips/ |
| D | scale.cpp | 109 FIXP_DBL maxVal = FL2FX_DBL(0.0f); in getScalefactor() local
|
| /external/aac/libSBRdec/src/arm/ |
| D | env_calc_arm.cpp | 105 __asm FIXP_DBL FDK_get_maxval (FIXP_DBL maxVal, FIXP_DBL *reTmp, FIXP_DBL *imTmp, int width ) in FDK_get_maxval()
|
| /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
| D | XYStepCalculatorTest.java | 46 double maxVal = 100; in testSubdivide() local
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
| D | state_construct.c | 35 int16_t maxVal; in WebRtcIlbcfix_StateConstruct() local
|
| D | state_search.c | 37 int16_t maxVal; in WebRtcIlbcfix_StateSearch() local
|
| /external/vulkan-validation-layers/libs/glm/detail/ |
| D | func_common.inl | 422 T const & maxVal 439 T const & maxVal 457 T const & maxVal 476 detail::tvec2<T, P> const & maxVal 493 detail::tvec3<T, P> const & maxVal 511 detail::tvec4<T, P> const & maxVal
|
| /external/aac/libAACenc/src/ |
| D | noisedet.cpp | 170 FIXP_DBL fhelp1, fhelp2, fhelp3, fhelp4, maxVal, minVal; in FDKaacEnc_noiseDetect() local
|
| /external/deqp/framework/common/ |
| D | tcuTextureUtil.cpp | 659 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() 787 …lWithComponentGradients1D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients1D() 803 …lWithComponentGradients2D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients2D() 822 …fillWithComponentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients3D() 845 …illWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients() 1127 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange() 1176 Vec4 minVal, maxVal; in computePixelScaleBias() local 1220 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits); in packRGB999E5() local
|
| /external/deqp/modules/gles2/accuracy/ |
| D | es2aVaryingInterpolationTests.cpp | 113 …t char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool pro… in InterpolationCase() 301 Vec3 maxVal; in init() member
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | MallocOverflowSecurityChecker.cpp | 38 APSInt maxVal; member 77 APSInt maxVal; in CheckMallocArgument() local
|
| /external/deqp/modules/gles3/accuracy/ |
| D | es3aVaryingInterpolationTests.cpp | 115 …t char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool pro… in InterpolationCase() 307 Vec3 maxVal; in init() member
|
| /external/aac/libSBRdec/src/ |
| D | sbr_dec.cpp | 349 FIXP_DBL maxVal; in sbr_dec() local 937 FIXP_DBL maxVal; in resetSbrDec() local
|
| D | env_calc.cpp | 1058 FIXP_DBL maxVal; in calculateSbrEnvelope() local 1290 FIXP_DBL maxVal = FL2FX_DBL(0.0f); in maxSubbandSample() local 1378 FIXP_DBL maxVal = FL2FX_DBL(0.0f); in calcNrgPerSubband() local 1504 FIXP_DBL maxVal = maxSubbandSample( analysBufferReal, in calcNrgPerSfb() local
|
| /external/skia/src/pathops/ |
| D | SkPathOpsCurve.cpp | 103 double maxVal = 0; in setCurveHullSweep() local
|
| /external/aac/libSBRenc/src/ |
| D | ps_bitenc.cpp | 298 const INT maxVal, in encodeDeltaFreq() 326 const INT maxVal, in encodeDeltaTime()
|
| D | ps_main.cpp | 557 FIXP_QMF maxVal [2][PS_MAX_BANDS]; in psFindBestScaling() local
|
| /external/aac/libAACdec/src/ |
| D | aacdec_tns.cpp | 230 FIXP_DBL maxVal=FL2FXCONST_DBL(0.0); in CTns_Filter() local
|
| /external/deqp/framework/opengl/ |
| D | gluTextureTestUtil.hpp | 384 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return Lo… in formatGradient()
|
| /external/icu/icu4c/source/i18n/ |
| D | csrmbcs.cpp | 225 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|