Home
last modified time | relevance | path

Searched defs:rangeMax (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp306 const float rangeMax = +4.0f; in transformValueRange() local
334 const float rangeMax = +DE_PI / 2.0f; in transformValueRange() local
362 const float rangeMax = DE_PI; in transformValueRange() local
391 const float rangeMax = +1.0f; in transformValueRange() local
472 const float rangeMax = 10.0f; in transformValueRange() local
501 const float rangeMax = 6.0f; in transformValueRange() local
530 const float rangeMax = 10.0f; in transformValueRange() local
559 const float rangeMax = 6.0f; in transformValueRange() local
588 const float rangeMax = 4.0f; in transformValueRange() local
620 const float rangeMax = 3.0f; in transformValueRange() local
/external/fonttools/Lib/fontTools/varLib/
DavarPlanner.py108 def normalizeLinear(value, rangeMin, rangeMax): argument
118 def normalizeLog(value, rangeMin, rangeMax): argument
132 def normalizeDegrees(value, rangeMin, rangeMax): argument
/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/
DDefaultSdkPicker.java104 int rangeMax = decodeSdk(maxSdk, appMaxSdk, appMinSdk, appTargetSdk, appMaxSdk); in configuredSdks() local
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp123 double rangeMax = (q3+(1.5*iqr)); in uprv_getMeanTime() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java93 public static boolean contains(float number, float rangeMin, float rangeMax) { in contains()
/external/cronet/stable/third_party/icu/source/test/perf/howExpensiveIs/
Dsieve.cpp123 double rangeMax = (q3+(1.5*iqr)); in uprv_getMeanTime() local
/external/cronet/tot/third_party/icu/source/test/perf/howExpensiveIs/
Dsieve.cpp123 double rangeMax = (q3+(1.5*iqr)); in uprv_getMeanTime() local
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp386 float rangeMax; member
552 float rangeMax; member
2149 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : 5.0f; local
2264 … float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f; local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp506 float rangeMax; member
715 float rangeMax; member
769 const float rangeMax = v.rangeMax; in ShaderOperatorCaseInstance() local
2847 … const float rangeMax = (isBoolCase ? 1.0f : (isFloatCase ? 1.0f : (isUintCase ? 2.0f : 5.0f))); in init() local
2965 const float rangeMax = in init() local
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp785 FloatScalar rangeMax; member
1024 FloatScalar rangeMax; member
1373 float rangeMax = v.rangeMax.getValue(m_renderCtx.getFunctions(), shaderType); in setupShaderData() local
3432 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : isUintCase ? 2.0f : 5.0f; local
3552 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java306 public S2CellId rangeMax() { in rangeMax() method in S2CellId
/external/deqp/framework/common/
DtcuAstcUtil.cpp2660 const int rangeMax = computeISERangeMax(iseParams); in generateRandomBlock() local