Home
last modified time | relevance | path

Searched refs:_val (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_provider_bundle/entry/src/main/ets/IdlServiceExt/
H A Didl_service_ext_stub.ts41 let _val = data.readInt();
42 this.insertDataToMap(_key, _val, (errCode) => {
/ohos5.0/build/hb/util/loader/
H A Dload_ohos_build.py814 for _key, _val in parts_path_info.items():
815 _p_list = path_to_parts.get(_val, [])
817 path_to_parts[_val] = _p_list
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c239 #define SECUREC_SPECIAL(_val, Base) case Base: \ argument
241 *--formatBuf.str = digits[_val % Base]; \
242 } while ((_val /= Base) != 0)
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_n_n_rt_v10.md148 …&amp; \text{ otherwise } \\ \end{cases} $<br/>其中,$ x_i $是输入,$ max\_val $是最大值,$ min\_val $是最小值,这两个参…
H A D_n_n_rt_v20.md147 …&amp; \text{ otherwise } \\ \end{cases} $<br/>其中,$ x_i $是输入,$ max\_val $是最大值,$ min\_val $是最小值,这两个参…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl84 #define SECUREC_SPECIAL(_val, Base) \ argument
87 *--formatBuf.str = digits[_val % Base]; \
88 }while ((_val /= Base) != 0)
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNnrtTypes.idl770 …* <b>\f$ x_i \f$</b> is the input, <b>\f$ max\_val \f$</b> is the maximum value, and <b>\f$ min\_v…