Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 25 of 84) sorted by relevance

1234

/external/deqp/framework/delibs/decpp/
DdeRandom.hpp183 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()
/external/lzma/CPP/Windows/Control/
DProgressBar.h21 …LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMsg(PBM_SETRANGE, … in SetRange()
22 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, minValue, max… in SetRange32()
25 …INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMsg(PBM_GETRANGE, BoolToBOOL(minValu… in GetRange()
/external/angle/util/
Drandom_utils.h73 inline Vector3 RandomVec3(int seed, float minValue, float maxValue) in RandomVec3()
82 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNumberPicker.java14 private int minValue; field in ShadowNumberPicker
41 protected void setMinValue(int minValue) { in setMinValue()
/external/cronet/third_party/icu/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/external/flatbuffers/swift/Sources/FlatBuffers/
DTable.swift203 let minValue = min(len1, len2) variable
230 let minValue = min(len1, len2) variable
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp320 inline GLValue::Float minValue (void) in minValue() function
326 inline GLValue::Short minValue (void) in minValue() function
332 inline GLValue::Ushort minValue (void) in minValue() function
338 inline GLValue::Byte minValue (void) in minValue() function
344 inline GLValue::Ubyte minValue (void) in minValue() function
350 inline GLValue::Fixed minValue (void) in minValue() function
356 inline GLValue::Int minValue (void) in minValue() function
362 inline GLValue::Uint minValue (void) in minValue() function
368 inline GLValue::Half minValue (void) in minValue() function
374 inline GLValue::Double minValue (void) in minValue() function
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DParamDescription.kt21 val minValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp79 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MaxSamplesCase()
189 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
198 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
244 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
253 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
404 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, glw::GLenum ti… in FramebufferMinimumValueCase()
/external/guava/guava-tests/test/com/google/common/collect/
DDiscreteDomainTest.java125 public Integer minValue() { in minValue() method in DiscreteDomainTest.MyIntegerDomain
/external/guava/android/guava-tests/test/com/google/common/collect/
DDiscreteDomainTest.java125 public Integer minValue() { in minValue() method in DiscreteDomainTest.MyIntegerDomain
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dmaterialize_broadcasts.cc57 Value minValue = op.min(); in matchAndRewrite() local
/external/icu/icu4c/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/external/icu/libicu/cts_headers/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/external/cronet/third_party/icu/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DSimplexSolver.java62 double minValue = 0; in getPivotColumn() local
/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.cpp199 …erifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue) in ConstantMinimumValue64TestCase()
296 GLuint64 minValue; in init() member
/external/guava/android/guava/src/com/google/common/collect/
DDiscreteDomain.java92 public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
/external/guava/guava/src/com/google/common/collect/
DDiscreteDomain.java92 public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
/external/desugar/java/com/google/devtools/common/options/
DConverters.java377 final int minValue; field in Converters.RangeConverter
380 public RangeConverter(int minValue, int maxValue) { in RangeConverter()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DNumberPickerPreference.java33 private int minValue; field in NumberPickerPreference
/external/angle/src/tests/gl_tests/
DBlendMinMaxTest.cpp47 int minValue = 0; in runTest() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1557 const UVec4 minValue (0); in iterateInternal() local
1602 const IVec4 minValue (0); in iterateInternal() local
1652 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in iterateInternal() local
1743 const Vec4 minValue (0.0f); in init() local
1802 const UVec4 minValue (0); in init() local
1861 const IVec4 minValue (0); in init() local
1931 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in init() local
/external/skia/src/sfnt/
DSkOTTable_fvar.h34 SK_OT_Fixed minValue; member

1234