Searched defs:rangeMax (Results 1 - 8 of 8) sorted by last modified time

/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp119 double rangeMax = (q3+(1.5*iqr)); local
127 if(times[i]<rangeMin || times[i]>rangeMax) {
129 printf("Removing outlier: %.9f outside [%.9f:%.9f]\n", times[i], rangeMin, rangeMax);
150 rangeMax = (q3+(1.5*iqr));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp420 , rangeMax (rangeMax_)
426 FloatScalar rangeMax; member in struct:deqp::gles3::Functional::Value
624 , rangeMax (rangeMax_)
631 , rangeMax (0.0f)
637 FloatScalar rangeMax; member in struct:deqp::gles3::Functional::ShaderValue
853 float rangeMax = v.rangeMax.getValue(m_renderCtx.getFunctions(), shaderType); local
854 float scale = rangeMax - rangeMin;
856 float maxBias = rangeMax;
2015 shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax);
2103 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : isUintCase ? 2.0f : 5.0f; local
2171 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataTypeUintOrUVec(type) ? 2.0f : 1.0f; local
[all...]
/external/deqp/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp284 const float rangeMax = +4.0f; local
286 if (outMax < rangeMin || outMin > rangeMax)
290 inMax = deFloatAtanOver(deFloatMin(outMax, rangeMax));
312 const float rangeMax = +DE_PI/2.0f; local
314 if (outMax < rangeMin || outMin > rangeMax)
318 inMax = deFloatSin(deFloatMin(outMax, rangeMax));
340 const float rangeMax = DE_PI; local
342 if (outMax < rangeMin || outMin > rangeMax)
346 inMin = deFloatCos(deFloatMin(outMax, rangeMax));
369 const float rangeMax local
449 const float rangeMax = 10.0f; local
478 const float rangeMax = 6.0f; local
507 const float rangeMax = 10.0f; local
536 const float rangeMax = 6.0f; local
565 const float rangeMax = 4.0f; local
597 const float rangeMax = 3.0f; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp239 , rangeMax (rangeMax_)
245 float rangeMax; member in struct:deqp::gles2::Functional::Value
371 , rangeMax (rangeMax_)
378 , rangeMax (0.0f)
384 float rangeMax; member in struct:deqp::gles2::Functional::ShaderValue
573 float scale = (v.rangeMax - v.rangeMin);
575 float maxBias = v.rangeMax;
1367 shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax);
1448 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : 5.0f; local
1451 shaderSpec.inputs[1] = ShaderValue(curType, rangeMin, rangeMax);
1514 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f; local
[all...]
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A Dsieve.cpp119 double rangeMax = (q3+(1.5*iqr)); local
127 if(times[i]<rangeMin || times[i]>rangeMax) {
129 printf("Removing outlier: %.9f outside [%.9f:%.9f]\n", times[i], rangeMin, rangeMax);
150 rangeMax = (q3+(1.5*iqr));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShaderPrecisionFormat.cpp34 PassRefPtrWillBeRawPtr<WebGLShaderPrecisionFormat> WebGLShaderPrecisionFormat::create(GLint rangeMin, GLint rangeMax, GLint precision) argument
36 return adoptRefWillBeNoop(new WebGLShaderPrecisionFormat(rangeMin, rangeMax, precision));
44 GLint WebGLShaderPrecisionFormat::rangeMax() const function in class:blink::WebGLShaderPrecisionFormat
54 WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GLint rangeMin, GLint rangeMax, GLint precision) argument
56 , m_rangeMax(rangeMax)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc88 GLint rangeMax,
90 return (rangeMin >= 62) && (rangeMax >= 62) && (precision >= 16);
87 PrecisionMeetsSpecForHighpFloat(GLint rangeMin, GLint rangeMax, GLint precision) argument

Completed in 1946 milliseconds