Home
last modified time | relevance | path

Searched defs:maxVal (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/vk-gl-cts/framework/randomshaders/
DrsgUtils.cpp68 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
DrsgVariableValue.cpp165 …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()
DrsgExpression.cpp188 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
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_logsumexp_f32.c71 float32_t maxVal; in arm_logsumexp_f32() local
127 float32_t maxVal; in arm_logsumexp_f32() local
234 float32_t maxVal; in arm_logsumexp_f32() local
Darm_logsumexp_f16.c74 float16_t maxVal; in arm_logsumexp_f16() local
127 _Float16 maxVal; in arm_logsumexp_f16() local
Darm_max_q31.c108 …q31_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_q31() local
Darm_max_q15.c108 …q15_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_q15() local
Darm_max_f16.c148 …float16_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_f16() local
Darm_absmax_q15.c198 …q15_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q15() local
Darm_absmax_q31.c197 …q31_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q31() local
Darm_absmax_f16.c234 …float16_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f16() local
Darm_absmax_f32.c220 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f32() local
Darm_max_q7.c162 …q7_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_q7() local
Darm_max_f32.c269 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_f32() local
Darm_absmax_q7.c255 …q7_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q7() local
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_chebyshev_distance_f32.c108 float32_t diff=0.0f, maxVal=0.0f, tmpA, tmpB; in arm_chebyshev_distance_f32() local
185 float32_t diff=0.0f, maxVal,tmpA, tmpB; in arm_chebyshev_distance_f32() local
Darm_chebyshev_distance_f16.c116 _Float16 diff=0.0f, maxVal,tmpA, tmpB; in arm_chebyshev_distance_f16() local
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp705 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate()
840 …tGradients1D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients1D()
856 …tGradients2D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients2D()
913 …nentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients3D()
950 …dientsStyled (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradientsStyled()
976 …illWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients()
981 …llWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients2()
986 …illWithComponentGradients3(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients3()
1247 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
1296 Vec4 minVal, maxVal; in computePixelScaleBias() local
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType()
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp113 …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/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp115 …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/flutter/engine/flutter/third_party/txt/src/minikin/
DSparseBitSet.cpp59 const uint32_t maxVal = ranges[nRanges * 2 - 1]; in initFromRanges() local
/third_party/flutter/txt/src/minikin/
DSparseBitSet.cpp59 const uint32_t maxVal = ranges[nRanges * 2 - 1]; in initFromRanges() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp242 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/flutter/skia/src/pathops/
DSkPathOpsCurve.cpp103 double maxVal = 0; in setCurveHullSweep() local

1234