/third_party/vk-gl-cts/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
|
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_absmin_no_idx_f64.c | 54 …float64_t minVal , in; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_f64() local 117 …float64_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_f64() local
|
D | arm_absmin_f64.c | 54 …float64_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_f64() local
|
D | arm_min_f64.c | 54 …float64_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_f64() local
|
D | arm_absmin_no_idx_q15.c | 186 …q15_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_q15() local
|
D | arm_absmin_no_idx_q31.c | 187 …q31_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_q31() local
|
D | arm_absmin_no_idx_f16.c | 193 …float16_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_f16() local
|
D | arm_min_q31.c | 109 …q31_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_q31() local
|
D | arm_absmin_no_idx_q7.c | 188 …q7_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_q7() local
|
D | arm_min_f16.c | 142 …float16_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_f16() local
|
D | arm_min_q15.c | 109 …q15_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_q15() local
|
D | arm_absmin_no_idx_f32.c | 191 …float32_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_no_idx_f32() local
|
D | arm_absmin_f32.c | 241 …float32_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_f32() local
|
D | arm_absmin_f16.c | 236 …float16_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_f16() local
|
D | arm_absmin_q15.c | 230 …q15_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_q15() local
|
D | arm_absmin_q31.c | 231 …q31_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_q31() local
|
D | arm_min_q7.c | 190 …q7_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_q7() local
|
D | arm_min_f32.c | 267 …float32_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_f32() local
|
D | arm_absmin_q7.c | 284 …q7_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_q7() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 705 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() 840 static void fillWithComponentGradients1D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients1D() 856 static void fillWithComponentGradients2D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients2D() 913 static void fillWithComponentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const V… in fillWithComponentGradients3D() 950 void fillWithComponentGradientsStyled (const PixelBufferAccess& access, const Vec4& minVal, const V… in fillWithComponentGradientsStyled() 976 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& m… in fillWithComponentGradients() 981 void fillWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& … in fillWithComponentGradients2() 986 void fillWithComponentGradients3(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& m… in fillWithComponentGradients3() 1247 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange() 1296 Vec4 minVal, maxVal; in computePixelScaleBias() local
|
/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, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tc… in InterpolationCase() 306 Vec3 minVal; in init() member
|
/third_party/vk-gl-cts/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
|