| /third_party/vk-gl-cts/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 deInt64 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 406 float maxVal = valueRange.getMax().asFloat(); in getWeight() local 433 int maxVal = +16; in IntLiteral() local 461 int maxVal = valueRange.getMax().asInt(); in getWeight() local 487 int maxVal = 1; 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()
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTextureUtil.cpp | 707 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() 842 …tGradients1D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients1D() 858 …tGradients2D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients2D() 915 …nentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients3D() 952 …dientsStyled (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradientsStyled() 978 …illWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients() 983 …llWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients2() 988 …illWithComponentGradients3(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients3() 1249 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange() 1298 Vec4 minVal, maxVal; in computePixelScaleBias() local [all …]
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
| D | EffectDescription.h | 33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType()
|
| /third_party/vk-gl-cts/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
|
| /third_party/vk-gl-cts/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
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShaderGLSLstd450.cpp | 242 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local 253 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local 264 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local 959 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsCurve.cpp | 103 double maxVal = 0; in setCurveHullSweep() local
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_common.inl | 543 GLM_FUNC_QUALIFIER genType clamp(genType x, genType minVal, genType maxVal) 550 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const & x, T minVal, T maxVal) argument 557 …pe<T, P> clamp(vecType<T, P> const & x, vecType<T, P> const & minVal, vecType<T, P> const & maxVal)
|
| /third_party/icu/icu4c/source/i18n/ |
| D | csrmbcs.cpp | 222 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | csrmbcs.cpp | 225 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | csrmbcs.cpp | 222 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluTextureTestUtil.hpp | 438 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return Lo… in formatGradient()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | CharsetRecog_mbcs.java | 122 double maxVal = Math.log((float)doubleByteCharCount / 4); in match() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | CharsetRecog_mbcs.java | 123 double maxVal = Math.log((float)doubleByteCharCount / 4); in match() local
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| D | TestFmwk.java | 221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() 404 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| D | TestFmwk.java | 247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() 429 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | simd_vec4.inl | 424 detail::fvec4SIMD const & maxVal 434 float const & maxVal
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
| D | common.h | 184 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_clamp(glm_vec4 v, glm_vec4 minVal, glm_vec4 maxVal) in glm_vec4_clamp()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fShaderAtomicOpTests.cpp | 268 const int maxVal = m_precision == PRECISION_LOWP ? 2 : 32; in getInputs() local 423 const int maxVal = m_precision == PRECISION_LOWP ? 100 : 1000; in getInputs() local 505 const int maxVal = m_precision == PRECISION_LOWP ? 100 : 1000; in getInputs() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFragmentOutputTests.cpp | 647 Vec4 maxVal (range.y()); in iterate() local 683 IVec4 maxVal (range.y()); in iterate() local 723 UVec4 maxVal (range.y()); in iterate() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsRandomShaderCase.cpp | 189 float maxVal = valueRange.getMax().component(compNdx).asFloat(); in init() local
|
| /third_party/vk-gl-cts/framework/delibs/dethread/ |
| D | deThreadTest.c | 187 deInt32 maxVal; member
|