HomeSort by relevance Sort by last modified time
    Searched defs:rangeMax (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLShaderPrecisionFormat.cpp 34 PassRefPtr<WebGLShaderPrecisionFormat> WebGLShaderPrecisionFormat::create(GLint rangeMin, GLint rangeMax, GLint precision)
36 return adoptRef(new WebGLShaderPrecisionFormat(rangeMin, rangeMax, precision));
44 GLint WebGLShaderPrecisionFormat::rangeMax() const
54 WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GLint rangeMin, GLint rangeMax, GLint precision)
56 , m_rangeMax(rangeMax)
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 119 double rangeMax = (q3+(1.5*iqr));
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/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 284 const float rangeMax = +4.0f;
286 if (outMax < rangeMin || outMin > rangeMax)
290 inMax = deFloatAtanOver(deFloatMin(outMax, rangeMax));
312 const float rangeMax = +DE_PI/2.0f;
314 if (outMax < rangeMin || outMin > rangeMax)
318 inMax = deFloatSin(deFloatMin(outMax, rangeMax));
340 const float rangeMax = DE_PI;
342 if (outMax < rangeMin || outMin > rangeMax)
346 inMin = deFloatCos(deFloatMin(outMax, rangeMax));
369 const float rangeMax = +1.0f
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 239 , rangeMax (rangeMax_)
245 float rangeMax;
371 , rangeMax (rangeMax_)
378 , rangeMax (0.0f)
384 float rangeMax;
573 float scale = (v.rangeMax - v.rangeMin);
575 float maxBias = v.rangeMax;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 213 int rangeMax;
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 420 , rangeMax (rangeMax_)
426 FloatScalar rangeMax;
624 , rangeMax (rangeMax_)
631 , rangeMax (0.0f)
637 FloatScalar rangeMax;
853 float rangeMax = v.rangeMax.getValue(m_renderCtx.getFunctions(), shaderType);
854 float scale = rangeMax - rangeMin;
856 float maxBias = rangeMax;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 168 milliseconds