Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_fuzzer.c201 SDLTest_GenerateUnsignedBoundaryValues(const Uint64 maxValue, Uint64 boundary1, Uint64 boundary2, S… in SDLTest_GenerateUnsignedBoundaryValues()
267 const Uint64 maxValue = UCHAR_MAX; in SDLTest_RandomUint8BoundaryValue() local
277 const Uint64 maxValue = USHRT_MAX; in SDLTest_RandomUint16BoundaryValue() local
288 const Uint64 maxValue = ULONG_MAX; in SDLTest_RandomUint32BoundaryValue() local
301 const Uint64 maxValue = ULLONG_MAX; in SDLTest_RandomUint64BoundaryValue() local
333 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1… in SDLTest_GenerateSignedBoundaryValues()
399 const Sint64 maxValue = SCHAR_MAX; in SDLTest_RandomSint8BoundaryValue() local
410 const Sint64 maxValue = SHRT_MAX; in SDLTest_RandomSint16BoundaryValue() local
422 const Sint64 maxValue = LONG_MAX; in SDLTest_RandomSint32BoundaryValue() local
437 const Sint64 maxValue = LLONG_MAX; in SDLTest_RandomSint64BoundaryValue() local
/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/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_max_no_idx_f16.c64 float16_t maxValue = F16_MIN; in arm_max_no_idx_f16() local
117 float16_t maxValue = F16_MIN; in arm_max_no_idx_f16() local
Darm_max_no_idx_f32.c61 float32_t maxValue = F32_MIN; in arm_max_no_idx_f32() local
114 float32_t maxValue = F32_MIN; in arm_max_no_idx_f32() local
Darm_max_q31.c60 q31_t maxValue = Q31_MIN; in arm_max_q31() local
Darm_max_q15.c60 q15_t maxValue = Q15_MIN; in arm_max_q15() local
Darm_max_f16.c67 float16_t maxValue = F16_MIN; in arm_max_f16() local
Darm_absmax_q15.c60 q15_t maxValue = Q15_ABSMIN; in arm_absmax_q15() local
Darm_absmax_q31.c60 q31_t maxValue = Q31_ABSMIN; in arm_absmax_q31() local
Darm_absmax_f16.c69 float16_t maxValue = F16_ABSMIN; in arm_absmax_f16() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSamplersTest.cpp48 GLfloat maxValue = 0.0f; in TEST_P() local
75 GLfloat maxValue = 0.0f; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSamplersTest.cpp53 GLfloat maxValue = 0.0f; in TEST_P() local
84 GLfloat maxValue = 0.0f; in TEST_P() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DParamDescription.kt22 val maxValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp357 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/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp377 T maxValue = std::numeric_limits<T>::max(); in DoUnormTest() local
391 T maxValue = std::numeric_limits<T>::max(); in DoSnormTest() local
410 T maxValue = std::numeric_limits<T>::max(); in DoUintTest() local
424 T maxValue = std::numeric_limits<T>::max(); in DoSintTest() local
498 uint8_t maxValue = std::numeric_limits<uint8_t>::max(); in TEST_P() local
659 uint8_t maxValue = std::numeric_limits<uint8_t>::max(); in TEST_P() local
679 uint8_t maxValue = std::numeric_limits<uint8_t>::max(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/util/
Drandom_utils.h73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpropsvec.h165 int32_t maxValue; member
/third_party/node/deps/icu-small/source/common/
Dpropsvec.h165 int32_t maxValue; member
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_chebyshev_distance_f16.c72 float16_t maxValue = 0.0f16; in arm_chebyshev_distance_f16() local
Darm_chebyshev_distance_f32.c60 float32_t maxValue = 0.0; in arm_chebyshev_distance_f32() local
/third_party/icu/icu4c/source/common/
Dpropsvec.h165 int32_t maxValue; member
/third_party/skia/third_party/externals/icu/source/common/
Dpropsvec.h165 int32_t maxValue; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlayWidgets.cpp279 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/
DSkAntiRun.h54 U8CPU maxValue, int offsetX) { in add()
/third_party/flutter/skia/src/core/
DSkAntiRun.h54 U8CPU maxValue, int offsetX) { in add()

1234