Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 - 25 of 57) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DstaticAnonymousTypeNotReferencingTypeParameter.js122 var maxValue = -Infinity; variable
/third_party/icu/icu4c/source/common/
H A Dpropsvec.h165 int32_t maxValue; member
/third_party/lzma/CPP/Windows/Control/
H A DProgressBar.h22 DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, (unsigned)minValue, (LPARAM)(unsigned)maxValue); } in SetRange32() argument
/third_party/node/deps/icu-small/source/common/
H A Dpropsvec.h165 int32_t maxValue; member
/third_party/skia/third_party/externals/angle2/util/
H A Drandom_utils.h73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dpropsvec.h165 int32_t maxValue; member
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.cpp108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSamplersTest.cpp53 GLfloat maxValue = 0.0f; in TEST_P() local
84 GLfloat maxValue = 0.0f; in TEST_P() local
H A DBlendMinMaxTest.cpp48 int maxValue = 1; in runTest() local
/third_party/skia/src/core/
H A DSkAntiRun.h53 add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, U8CPU maxValue, int offsetX) add() argument
H A DSkUtils.cpp46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.cpp108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
/third_party/skia/src/sfnt/
H A DSkOTTable_fvar.h36 SK_OT_Fixed maxValue; member
/third_party/skia/src/sksl/lex/
H A DTransitionTable.cpp149 int maxValue[kNumValues] = {}; in WriteTransitionTable() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.hpp183 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(minValue, maxValue); } in randomScalar() argument
184 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); } in randomScalar() argument
185 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { if (minValue == 0 && maxValue == 0xffffffff) return rnd.getUint32(); in randomScalar() argument
187 template<> inline deInt16 randomScalar (de::Random& rnd, deInt16 minValue, deInt16 maxValue) { return (deInt16)rnd.getInt(minValue, maxValue); } in randomScalar() argument
188 randomScalar(de::Random& rnd, deUint16 minValue, deUint16 maxValue) randomScalar() argument
189 randomScalar(de::Random& rnd, deInt8 minValue, deInt8 maxValue) randomScalar() argument
190 randomScalar(de::Random& rnd, deUint8 minValue, deUint8 maxValue) randomScalar() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DDigitSequence.java150 public DigitSequence maxValue() { in maxValue() method in DigitSequence.Domain
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-fvar-table.hh150 HBFixed maxValue; /* The maximum coordinate value for the axis. */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp610 int64_t maxValue; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dcopyvertex.inc.h322 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp113 void verifyValueInRange (uint32_t value, uint32_t minValue, uint32_t maxValue, const char* valueDesc) in verifyValueInRange() argument
118 msg << "Unexpected value found for " << valueDesc << ": " << value << " not in range [" << minValue << ", " << maxValue << "]"; in verifyValueInRange() local
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp405 const int maxValue = m_framebufferSize.y() - m_framebufferSize.y() / 4; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp83 void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp399 const int maxValue = m_framebufferSize.y() - m_framebufferSize.y() / 4; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp83 void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() argument

Completed in 20 milliseconds

123