Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp284 const float rangeMax = +4.0f; in transformValueRange() local
312 const float rangeMax = +DE_PI/2.0f; in transformValueRange() local
340 const float rangeMax = DE_PI; in transformValueRange() local
369 const float rangeMax = +1.0f; in transformValueRange() local
449 const float rangeMax = 10.0f; in transformValueRange() local
478 const float rangeMax = 6.0f; in transformValueRange() local
507 const float rangeMax = 10.0f; in transformValueRange() local
536 const float rangeMax = 6.0f; in transformValueRange() local
565 const float rangeMax = 4.0f; in transformValueRange() local
597 const float rangeMax = 3.0f; in transformValueRange() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DSdkPicker.java76 int rangeMax = decodeSdk(maxSdk, appMaxSdk, appMinSdk, appTargetSdk, appMaxSdk); in configuredSdks() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java88 public static boolean contains(float number, float rangeMin, float rangeMax) { in contains()
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp123 double rangeMax = (q3+(1.5*iqr)); in uprv_getMeanTime() local
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp245 float rangeMax; member
384 float rangeMax; member
1448 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : 5.0f; in init() local
1514 … float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f; in init() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp300 float rangeMax; member
508 float rangeMax; member
567 const float rangeMax = v.rangeMax; in ShaderOperatorCaseInstance() local
1916 … const float rangeMax = (isBoolCase ? 1.0f : (isFloatCase ? 1.0f : (isUintCase ? 2.0f : 5.0f))); in init() local
1984 …const float rangeMax = (isDataTypeFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f … in init() local
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp426 FloatScalar rangeMax; member
637 FloatScalar rangeMax; member
853 float rangeMax = v.rangeMax.getValue(m_renderCtx.getFunctions(), shaderType); in setupShaderData() local
2103 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : isUintCase ? 2.0f : 5.0f; in init() local
2171 …float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataT… in init() 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.cpp2410 const int rangeMax = computeISERangeMax(iseParams); in generateRandomBlock() local