Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/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()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_fuzzer.c333 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1… in SDLTest_GenerateSignedBoundaryValues()
400 const Sint64 minValue = SCHAR_MIN; in SDLTest_RandomSint8BoundaryValue() local
411 const Sint64 minValue = SHRT_MIN; in SDLTest_RandomSint16BoundaryValue() local
423 const Sint64 minValue = LONG_MIN; in SDLTest_RandomSint32BoundaryValue() local
438 const Sint64 minValue = LLONG_MIN; in SDLTest_RandomSint64BoundaryValue() local
/third_party/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DTable.swift137 let minValue = min(len1, len2) in compare() variable
154 let minValue = min(len1, len2) in compare() variable
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DParamDescription.kt21 val minValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
/third_party/skia/third_party/externals/angle2/util/
Drandom_utils.h73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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()
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_min_f16.c69 float16_t minValue = F16_MAX; in arm_min_f16() local
Darm_min_q15.c62 q15_t minValue = Q15_MAX; in arm_min_q15() local
Darm_min_q31.c61 q31_t minValue = Q31_MAX; in arm_min_q31() local
Darm_absmin_f32.c75 float32_t minValue = F32_ABSMAX; in arm_absmin_f32() local
Darm_absmin_f16.c70 float16_t minValue = F16_ABSMAX; in arm_absmin_f16() local
Darm_absmin_q15.c63 q15_t minValue = Q15_ABSMAX; in arm_absmin_q15() local
Darm_absmin_q31.c64 q31_t minValue = Q31_ABSMAX; in arm_absmin_q31() local
Darm_min_q7.c62 q7_t minValue = Q7_MAX,temp; in arm_small_blk_min_q7() local
Darm_min_f32.c74 float32_t minValue = F32_MAX; in arm_min_f32() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/third_party/node/deps/icu-small/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/third_party/icu/icu4c/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/third_party/vk-gl-cts/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

1234