| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDepthStencilTests.cpp | 236 int maxVal = (1<<stencilBits)-1; in getStencilTestValues() local
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
| H A D | hevc_decoder.cpp | 232 ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal, int32_t maxVal) ConfigureDefaultVal() argument
|
| /foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
| H A D | fcodec.cpp | 157 ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal, int32_t maxVal) ConfigureDefaultVal() argument [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
| H A D | backup_database_utils.cpp | 601 bool BackupDatabaseUtils::IsValInBound(float val, float minVal, float maxVal) in IsValInBound() argument
|
| /third_party/backends/backend/ |
| H A D | mustek_pp_cis.c | 1624 int i, maxVal = 0; in cis_check_result() local
|
| /third_party/cJSON/ |
| H A D | cJSON.c | 706 double maxVal = fabs(a) > fabs(b) ? fabs(a) : fabs(b); in compare_double() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | TimeZoneFormat.java | 2664 parseOffsetFieldWithLocalizedDigits(String text, int start, int minDigits, int maxDigits, int minVal, int maxVal, int[] parsedLen) parseOffsetFieldWithLocalizedDigits() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TimeZoneFormat.java | 2594 parseOffsetFieldWithLocalizedDigits(String text, int start, int minDigits, int maxDigits, int minVal, int maxVal, int[] parsedLen) parseOffsetFieldWithLocalizedDigits() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkRayTracingUtil.hpp | 134 deInt64 maxVal = std::numeric_limits<T>::max(); in convertSatRte() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsTSect.cpp | 287 double maxVal = std::max(maxPart, std::max(fabs(dx), fabs(dy))); in linearIntersects() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureGatherTests.cpp | 103 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTextureTestUtil.cpp | 148 inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() argument 3270 tcu::Vec4 minVal, maxVal; in compareGenMipmapVeryLenient() local
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgExpression.cpp | 188 int maxVal = minVal + rangeLen; in computeRandomValueRangeForInfElements() local 210 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRangeForInfElements() local 363 float maxVal = +10.0f; in FloatLiteral() local 406 float maxVal = valueRange.getMax().asFloat(); getWeight() local 433 int maxVal = +16; IntLiteral() local 461 int maxVal = valueRange.getMax().asInt(); getWeight() local 487 int maxVal = 1; BoolLiteral() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | ilbcdec.c | 528 int16_t maxVal; in state_construct() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTestsEXT.cpp | 208 uint32_t maxVal; in getParamsFromContext() local 1644 uint32_t maxVal; in getParamsFromContext() local
|
| H A D | vktMeshShaderQueryTestsEXT.cpp | 754 uint64_t maxVal = expectedMaxVal; in verifyQueryCounter() local 767 msg << queryName << " not in expected range: " << readVal << " out of [" << minVal << ", " << maxVal << "]"; in verifyQueryCounter() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 171 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTestsEXT.cpp | 208 uint32_t maxVal; in getParamsFromContext() local 1644 uint32_t maxVal; in getParamsFromContext() local
|
| H A D | vktMeshShaderQueryTestsEXT.cpp | 753 uint64_t maxVal = expectedMaxVal; in verifyQueryCounter() local 766 msg << queryName << " not in expected range: " << readVal << " out of [" << minVal << ", " << maxVal << "]"; in verifyQueryCounter() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 171 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTexLookupVerifier.cpp | 133 T maxVal = vec[0]; in maxComp() local 216 const tcu::Vec4 maxVal = max(quad) + prec.colorThreshold; in isInColorBounds() local 223 const tcu::Vec4 maxVal = max(max(quad0), max(quad1)) + prec.colorThreshold; in isInColorBounds() local 230 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold; in isInColorBounds() local 242 const tcu::Vec4 maxVal = max(max(quad00), max(max(quad01), max(max(quad10), max(quad11)))) + prec.colorThreshold; isInColorBounds() local [all...] |
| H A D | tcuTexture.cpp | 234 deInt64 maxVal = std::numeric_limits<T>::max(); in convertSatRte() local 523 const deUint32 maxVal = (1u << bits) - 1; in channelToUnormFloat() local 549 const deUint32 maxVal = (1u << bits) - 1; in unormFloatToChannel() local 566 const deUint32 maxVal = (1u << bits) - 1; in uintToChannel() local 573 const deInt32 maxVal in intToChannel() local [all...] |
| /foundation/window/window_manager/wm/src/ |
| H A D | window_scene_session_impl.cpp | 933 uint32_t WindowSceneSessionImpl::UpdateConfigVal(uint32_t minVal, uint32_t maxVal, uint32_t configVal, in UpdateConfigVal() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 6067 ir_variable *maxVal = in_var(bound_type, "maxVal"); in _clamp() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 4365 ExprP<deFloat16> clamp(const ExprP<deFloat16>& x, const ExprP<deFloat16>& minVal, const ExprP<deFloat16>& maxVal) in clamp() argument 4370 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) in clamp() argument 4375 ExprP<double> clamp(const ExprP<double>& x, const ExprP<double>& minVal, const ExprP<double>& maxVal) in clamp() argument [all...] |