| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deRandom.hpp | 183 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() 184 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() 185 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() 187 template<> inline deInt16 randomScalar (de::Random& rnd, deInt16 minValue, deInt16 maxValue) { re… in randomScalar() 188 template<> inline deUint16 randomScalar (de::Random& rnd, deUint16 minValue, deUint16 maxValue) { … in randomScalar() 189 template<> inline deInt8 randomScalar (de::Random& rnd, deInt8 minValue, deInt8 maxValue) { retu… in randomScalar() 190 template<> inline deUint8 randomScalar (de::Random& rnd, deUint8 minValue, deUint8 maxValue) { re… in randomScalar()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | SamplersTest.cpp | 53 GLfloat maxValue = 0.0f; in TEST_P() local 84 GLfloat maxValue = 0.0f; in TEST_P() local
|
| D | BlendMinMaxTest.cpp | 48 int maxValue = 1; in runTest() local
|
| /third_party/lzma/CPP/Windows/Control/ |
| D | ProgressBar.h | 22 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, (unsigned)min… in SetRange32()
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/ |
| D | ParamDescription.kt | 22 val maxValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | TextureFormatTests.cpp | 357 T maxValue = std::numeric_limits<T>::max(); in DoUnormTest() local 371 T maxValue = std::numeric_limits<T>::max(); in DoSnormTest() local 387 T maxValue = std::numeric_limits<T>::max(); in DoUintTest() local 401 T maxValue = std::numeric_limits<T>::max(); in DoSintTest() local 461 uint8_t maxValue = std::numeric_limits<uint8_t>::max(); in TEST_P() local 621 uint8_t maxValue = std::numeric_limits<uint8_t>::max(); in TEST_P() local 647 uint8_t maxValue = std::numeric_limits<uint8_t>::max(); in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | random_utils.h | 73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
|
| /third_party/icu/icu4c/source/common/ |
| D | propsvec.h | 165 int32_t maxValue; member
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | propsvec.h | 165 int32_t maxValue; member
|
| /third_party/node/deps/icu-small/source/common/ |
| D | propsvec.h | 165 int32_t maxValue; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | OverlayWidgets.cpp | 279 const size_t maxValue = in AppendRunningGraphCommon() local 376 auto format = [](size_t maxValue) { in AppendVulkanRenderPassCount() 425 auto format = [](size_t maxValue) { in AppendVulkanWriteDescriptorSetCount() 440 auto format = [](size_t maxValue) { in AppendVulkanDescriptorSetAllocations() 455 auto format = [](size_t maxValue) { in AppendVulkanShaderBufferDSHitRate() 470 auto format = [](size_t maxValue) { in AppendVulkanDynamicBufferAllocations()
|
| /third_party/skia/src/core/ |
| D | SkAntiRun.h | 54 U8CPU maxValue, int offsetX) { in add()
|
| D | SkUtils.cpp | 46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault()
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | denseranges.cpp | 108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| D | denseranges.cpp | 108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| D | denseranges.cpp | 108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
|
| /third_party/skia/src/sfnt/ |
| D | SkOTTable_fvar.h | 36 SK_OT_Fixed maxValue; member
|
| /third_party/gptfdisk/ |
| D | gpttext.cc | 186 uint64_t maxValue = FindFirstUsedLBA() - pteSize; in MoveMainTable() local 206 uint64_t maxValue = diskSize - 1 - pteSize; in MoveSecondTable() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | copyvertex.inc.h | 322 const int32_t maxValue = 0x1FF; // 1 set in bits 0 through 8 in CopyPackedRGB() local 341 const uint32_t maxValue = 0x3FF; // 1 set in bits 0 through 9 in CopyPackedRGB() local
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| D | DigitSequence.java | 150 public DigitSequence maxValue() { in maxValue() method in DigitSequence.Domain
|
| /third_party/skia/src/sksl/lex/ |
| D | TransitionTable.cpp | 149 int maxValue[kNumValues] = {}; in WriteTransitionTable() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsLongStressCase.hpp | 67 Value maxValue; member 147 tcu::Vec4 maxValue; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | TypedIntegerTests.cpp | 227 Signed maxValue(std::numeric_limits<int32_t>::max()); in TEST_F() local
|
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| D | es2pShaderControlStatementTests.cpp | 325 float maxValue = (float)getViewportWidth()*0.5f; in init() local 601 float maxValue = (float)getViewportWidth()*0.5f; in init() local
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| D | es3pShaderControlStatementTests.cpp | 329 float maxValue = (float)getViewportWidth()*0.5f; in init() local 609 float maxValue = (float)getViewportWidth()*0.5f; in init() local
|