HomeSort by relevance Sort by last modified time
    Searched refs:rangeMin (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 283 const float rangeMin = -4.0f;
286 if (outMax < rangeMin || outMin > rangeMax)
289 inMin = deFloatAtanOver(deFloatMax(outMin, rangeMin));
311 const float rangeMin = -DE_PI/2.0f;
314 if (outMax < rangeMin || outMin > rangeMax)
317 inMin = deFloatSin(deFloatMax(outMin, rangeMin));
339 const float rangeMin = 0.0f;
342 if (outMax < rangeMin || outMin > rangeMax)
345 inMax = deFloatCos(deFloatMax(outMin, rangeMin));
368 const float rangeMin = -1.0f
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathRandom.h 110 // Get the next value in the sequence (range [rangeMin ... rangeMax[)
113 float nextf (float rangeMin, float rangeMax);
170 // Get the next value in the sequence (range [rangeMin ... rangeMax[)
173 double nextf (double rangeMin, double rangeMax);
278 Rand32::nextf (float rangeMin, float rangeMax)
281 return rangeMin * (1 - f) + rangeMax * f;
325 Rand48::nextf (double rangeMin, double rangeMax)
328 return rangeMin * (1 - f) + rangeMax * f;
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 118 double rangeMin= (q1-(1.5*iqr));
127 if(times[i]<rangeMin || times[i]>rangeMax) {
129 printf("Removing outlier: %.9f outside [%.9f:%.9f]\n", times[i], rangeMin, rangeMax);
149 rangeMin= (q1-(1.5*iqr));
  /frameworks/base/core/java/android/os/
PatternMatcher.java 387 final int rangeMin;
391 rangeMin = rangeMax = parsedRange;
393 rangeMin = Integer.parseInt(rangeString.substring(0, commaIndex));
400 if (rangeMin > rangeMax) {
404 sParsedPatternScratch[it++] = rangeMin;
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 238 , rangeMin (rangeMin_)
244 float rangeMin;
370 , rangeMin (rangeMin_)
377 , rangeMin (0.0f)
383 float rangeMin;
573 float scale = (v.rangeMax - v.rangeMin);
574 float minBias = v.rangeMin;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp     [all...]
camera_test.h 212 int rangeMin;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 305 , rangeMin (rangeMin_)
311 float rangeMin;
506 , rangeMin (rangeMin_)
513 , rangeMin (0.0f)
519 float rangeMin;
577 const float rangeMin = v.rangeMin;
579 const float scale = rangeMax - rangeMin;
580 const float minBias = rangeMin;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 419 , rangeMin (rangeMin_)
425 FloatScalar rangeMin;
623 , rangeMin (rangeMin_)
630 , rangeMin (0.0f)
636 FloatScalar rangeMin;
852 float rangeMin = v.rangeMin.getValue(m_renderCtx.getFunctions(), shaderType);
854 float scale = rangeMax - rangeMin;
855 float minBias = rangeMin;
    [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 1595 milliseconds