/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/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_fuzzer.c | 333 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/ |
D | denseranges.cpp | 66 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/ |
D | denseranges.cpp | 66 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/ |
D | denseranges.cpp | 66 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/ |
D | denseranges.cpp | 66 int32_t minValue=0; in firstAfter() local 107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
|
/third_party/flatbuffers/swift/Sources/FlatBuffers/ |
D | Table.swift | 137 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/ |
D | ParamDescription.kt | 21 val minValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
|
/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/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 320 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/ |
D | es31fIntegerStateQueryTests.cpp | 79 …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/ |
D | arm_min_f16.c | 69 float16_t minValue = F16_MAX; in arm_min_f16() local
|
D | arm_min_q15.c | 62 q15_t minValue = Q15_MAX; in arm_min_q15() local
|
D | arm_min_q31.c | 61 q31_t minValue = Q31_MAX; in arm_min_q31() local
|
D | arm_absmin_f32.c | 75 float32_t minValue = F32_ABSMAX; in arm_absmin_f32() local
|
D | arm_absmin_f16.c | 70 float16_t minValue = F16_ABSMAX; in arm_absmin_f16() local
|
D | arm_absmin_q15.c | 63 q15_t minValue = Q15_ABSMAX; in arm_absmin_q15() local
|
D | arm_absmin_q31.c | 64 q31_t minValue = Q31_ABSMAX; in arm_absmin_q31() local
|
D | arm_min_q7.c | 62 q7_t minValue = Q7_MAX,temp; in arm_small_blk_min_q7() local
|
D | arm_min_f32.c | 74 float32_t minValue = F32_MAX; in arm_min_f32() local
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | enumset.h | 37 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/ |
D | enumset.h | 37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | enumset.h | 37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
|
/third_party/icu/icu4c/source/common/unicode/ |
D | enumset.h | 37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fInteger64StateQueryTests.cpp | 199 …erifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue) in ConstantMinimumValue64TestCase() 296 GLuint64 minValue; in init() member
|