| /foundation/multimedia/av_codec/interfaces/kits/c/ |
| H A D | native_avcapability.h | 50 int32_t maxVal; member
|
| /foundation/window/window_manager/window_scene/intention_event/utils/include/ |
| H A D | util.h | 29 bool AddInt(T op1, T op2, T minVal, T maxVal, T& res) in AddInt() argument
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
| H A D | hswish_builder.cpp | 76 float maxVal = 0.0f; in GetPrimitive() local
|
| H A D | gelu_builder.cpp | 112 float maxVal = 0.0f; in GetPrimitive() local
|
| H A D | hard_sigmoid_builder.cpp | 76 float maxVal = 0.0f;
in GetPrimitive() local
|
| /foundation/multimedia/player_framework/interfaces/inner_api/native/ |
| H A D | codec_capability.h | 31 int32_t maxVal; member in OHOS::Media::CodecRange
|
| /foundation/multimodalinput/input/util/common/include/ |
| H A D | util.h | 84 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() argument
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
| H A D | EffectDescription.h | 33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType() argument
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgVariableValue.cpp | 165 ValueRange::ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal) in ValueRange() argument 174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) in ValueRange() argument
|
| H A D | rsgUtils.cpp | 68 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRandomValue() local 77 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue() local 88 int maxVal = valueRange.component(ndx).getMax().asInt(); in computeRandomValue() local 196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange() local 211 int maxVal = minVal + rangeLen; in computeRandomValueRange() local 229 float maxVal = minVal + step*(float)rangeLen; computeRandomValueRange() local 305 float maxVal = valueRange.component(ndx).getMax().asFloat(); computeRangeLengthSum() local 314 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; computeRangeLengthSum() local 325 deInt64 maxVal = valueRange.component(ndx).getMax().asInt(); computeRangeLengthSum() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_node_create_gpu_images.cpp | 147 inline constexpr Size2D LocalClamp(const Size2D val, const Size2D minVal, const Size2D maxVal) in LocalClamp() argument
|
| /foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
| H A D | codeclist_unit_test.cpp | 528 int32_t maxVal = DEFAULT_FRAMERATE_RANGE.maxVal; HWTEST_F() local 552 int32_t maxVal = DEFAULT_FRAMERATE_RANGE.maxVal; HWTEST_F() local [all...] |
| H A D | caps_unit_test.cpp | 660 int32_t maxVal; HWTEST_F() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsCurve.cpp | 103 double maxVal = 0; in setCurveHullSweep() local
|
| /base/msdp/device_status/utils/common/include/ |
| H A D | util.h | 111 bool MultiplyInt(T op1, T op2, T minVal, T maxVal, T &res) in MultiplyInt() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
| H A D | device_manager_test.cpp | 821 float maxVal = 0.0f; in HWTEST_F() local 881 float maxVal = 0.0f; in HWTEST_F() local [all...] |
| /foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
| H A D | para_config.cpp | 122 SplitString(const std::string& context, const std::string& character, std::vector<int> &mList, const int maxVal, const std::string& attrName) SplitString() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | csrmbcs.cpp | 222 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | csrmbcs.cpp | 222 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | csrmbcs.cpp | 225 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
| H A D | common.h | 184 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_clamp(glm_vec4 v, glm_vec4 minVal, glm_vec4 maxVal) in glm_vec4_clamp() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
| H A D | inner_model_test.cpp | 1678 float maxVal = 0.0f; in HWTEST_F() local 1738 float maxVal = 0.0f; in HWTEST_F() local [all...] |
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
| H A D | inner_model_test.cpp | 1739 float maxVal = 0.0f; in HWTEST_F() local 1799 float maxVal = 0.0f; in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
| H A D | 3d_dm_shadowing_common.h | 213 float LinstepVsm(float minVal, float maxVal, float v) in LinstepVsm() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderGLSLstd450.cpp | 242 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local 253 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local 264 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local 959 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
|