Home
last modified time | relevance | path

Searched +defs:k +defs:x (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp65 inline uint64_t Rotl(const uint64_t x, int k) in Rotl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.h176 for (uint32_t x = 0; x < halfWidth; x++) { in VerticalFlipRowPointers() local
177 for (uint32_t k = 0; k < channels; k++) { in VerticalFlipRowPointers() local
192 for (uint32_t x = 0; x < halfWidth; x++) { in VerticalFlipRow() local
193 for (uint32_t k = 0; k < channels; k++) { in VerticalFlipRow() local
H A Dimage_loader_libpng.cpp137 for (uint32_t x = 0; x < info.componentCount * info.width; x += info.componentCount) { in LoadFromMemory() local
138 for (uint32_t k = 0; k < info.componentCount; k++) { in LoadFromMemory() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.cpp19 #define unlikely(x) __builtin_expect(!!(x), 0) argument
22 #define likely(x) __builtin_expect(!!(x), 1) argument
194 for (int k = 0; k < MAX_COUNTERS; k++) { in perf_counter_output() local
200 for (int k = 0; k < MAX_COUNTERS; k++) { in perf_counter_output() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp37 float GetSLRFactor(float x, int a) in GetSLRFactor()
72 for (int k = eta - a + 1; k < eta + a + 1; k++) { in GetWeights() local
92 bool SLRCheck(const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in SLRCheck()
115 int x; member
119 …ol SLRBoxCheck(const SLRSliceKey &key, const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, in SLRBoxCheck()
161 void SLRBox(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SL… in SLRBox()
201 void SLRProc::Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Serial()
218 const SLRWeightMat &x, const SLRWeightMat &y) in SLRSubtask()
231 void SLRProc::Parallel(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Parallel()
244 for (int k = 0; k < maxThread - stepMod; k++) { in Parallel() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp618 float x = offsetX + LEFTW2; in DrawTopBorder() local
674 float x = offsetX + LEFTW2; in DrawBottomBorder() local
701 float x = offsetX + LEFTW2; in DrawLeftBorder() local
729 float x = center.GetX(); in GetTLIP() local
739 float k = TOPW / LEFTW; in GetTLIP() local
776 float x = center.GetX(); in GetTRIP() local
786 float k = TOPW / RIGHTW; in GetTRIP() local
823 float x = center.GetX(); in GetBLIP() local
833 float k = BOTTOMW / LEFTW; in GetBLIP() local
870 float x = center.GetX(); in GetBRIP() local
[all …]
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp29 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
453 for (int64_t k = 0; k < cpyLen; k++) { in WriteDiffData() local
552 for (DataType k = start; k < start + len; k += j) { in SplitForLess() local
554 DataType x = suffixArrayTemp[suffixArray_[k] + h]; in SplitForLess() local
582 DataType x = suffixArrayTemp[suffixArray_[start + len / MULTIPLE_TWO] + h]; in Split() local
593 DataType k = 0; in Split() local
644 int64_t x = 0; in Search() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp36 Matrix4 Matrix4::CreateTranslate(double x, double y, double z) in CreateTranslate()
41 Matrix4 Matrix4::CreateScale(double x, double y, double z) in CreateScale()
54 double x = dx / sqrt(sum); in CreateRotate() local
73 Matrix4 Matrix4::CreateSkew(double x, double y) in CreateSkew()
79 Matrix4 Matrix4::CreateFactorSkew(double x, double y) in CreateFactorSkew()
85 Matrix4 Matrix4::CreateFactorPerspective(double x, double y) in CreateFactorPerspective()
114 Matrix4 Matrix4::QuaternionToMatrix(double x, double y, double z, double w) in QuaternionToMatrix()
162 void Matrix4::SetScale(double x, double y, double z) in SetScale()
318 for (auto k = 0; k < DIMENSION; k++) { in operator *() local
329 double x = point.GetX(); in operator *() local
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js137 x: 0, property in MainEditor.constructor.mousePos_
619 drawNode(pm2f, s, size, x, y, type, data) { argument
981 drawNodeNameText(pm2f, node, x, y, w, h) { argument
1091 setNodeMoreButton(pm2f, x, y, w, h, node) { argument
1189 subFuncFirstDraw(pm2f, x, y, data) { argument
1294 drawCuts(pm2f, x, y) { argument
1436 dropAllLocked(msg, x, y) { argument
1448 procTouch(msg, x, y) { argument
1711 procKey(k) { argument
1868 onTouch(msg, x, y) { argument
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp71 uint8_t k = (i + 2) % vertexNum; // 2: the after next vertex in GetClockWise() local
197 float x = rectX + cameraPosition_.x_; in GetOrigPoint() local
266 float x = rect_.GetX() + cameraPosition_.x_; in UpdateMap() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/
H A Dutils.cpp42 bool IsPowerOfTwo(uint32_t x) in IsPowerOfTwo()
226 for (size_t k = 0; k < invalidValues.size(); k++) { in ProcessSilence() local
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp181 for (size_t k = 0; k < b[0].size(); ++k) { in operator *() local
189 Vector3 operator*(const Vector3& x, const Matrix3x3& a) in operator *()
200 Vector3 operator*(const Matrix3x3& a, const Vector3& x) in operator *()
267 static bool IsFinite(float x) in IsFinite()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dgeomagnetic_field.cpp188 uint32_t x = index >> 1; in GetLongitudeTrigonometric() local
246 float k = ((row - 1) * (row - 1) - column * column) in InitLegendreTable() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp90 inline float SafePow(float x, float e) in SafePow()
101 return [gamma](float x) { return SafePow(x, 1.0f / gamma); }; in GenOETF()
110 return [gamma](float x) { return SafePow(x, gamma); }; in GenEOTF()
123 inline float RcpResponsePq(float x, const TransferParameters& p) in RcpResponsePq()
129 inline float ResponsePq(float x, const TransferParameters& p) in ResponsePq()
163 return [params](float x) { return RcpResponse(x, params); }; in GenOETF()
166 return [params](float x) { return RcpFullResponse(x, params); }; in GenOETF()
172 return [params](float x) { return ResponsePq(x, params); }; in GenEOTF()
176 return [params](float x) { return Response(x, params); }; in GenEOTF()
179 return [params](float x) { return FullResponse(x, params); }; in GenEOTF()
[all …]
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c106 #define SECUREC_MUL10(x) ((((x) << 2) + (x)) << 1) argument
125 #define SECUREC_MALLOC(x) malloc((size_t)(x)) argument
129 #define SECUREC_FREE(x) free((void *)(x)) argument
133 #define SECUREC_CHAR(x) x argument
839 int k = 0; in HiLogSecOutputS() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl30 #define SECUREC_MUL10(x) ((((x) << 2) + (x)) << 1) argument
733 int k; local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2126 constructor(v, w, x, y = -1, z = undefined, a1) { argument
2156 onPlaceChildren(k, l, m) { argument
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dstates.rs163 let k = parse_key(deserializer)?; in parse_object() localVariable
499 let x = match deserializer.reader.next().map_err(Error::new_reader)? { in read_error_char() localVariable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16indow?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i={},C={},F=n&&n._… constant
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1272 constructor(x, y) { argument
1326 constructor(k, l, m, n) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1378 DrawCmdList& cmdList, const TextBlob* textBlob, scalar x, scalar y, Paint& p) in GenerateCachedOpItem()
1616 for (auto k : groupInfo.layerIndexes) { in MergeDrawingPath() local
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c103 static inline uint32_t BIT(uint8_t x) in BIT()
870 int32_t ret, i, j, k, type; in ParserSupportComboInfo() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15xPathLength=E.isMac=E.isLinux=E.isWindows=void 0;const y=m(t),C="Windows_NT",F="Darwin";function g… constant
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15xPathLength=E.isMac=E.isLinux=E.isWindows=void 0;const y=m(t),C="Windows_NT",F="Darwin";function g… constant
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16xPathLength=E.isMac=E.isLinux=E.isWindows=void 0;const y=m(t),C="Windows_NT",F="Darwin";function g… constant