Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp37 float GetSLRFactor(float x, int a) in GetSLRFactor()
79 for (int j = 0; j < 2 * a; j++) { // 2 max SLR box size in GetWeights() local
85 for (int j = 0; j < 2 * a; j++) { // 2 max SLR box size 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()
201 void SLRProc::Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Serial()
210 for (int j = 0; j < n; j++) { in Serial() local
218 const SLRWeightMat &x, const SLRWeightMat &y) in SLRSubtask()
224 for (int j = 0; j < n; j++) { in SLRSubtask() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp54 double x = dx / sqrt(sum); in CreateRotate() local
73 Matrix4 Matrix4::CreateSkew(double x, double y) in CreateSkew()
316 for (auto j = 0; j < columns; j++) { in operator *() local
329 double x = point.GetX(); in operator *() local
417 for (int j = 0; j < DIMENSION; j++) { in MapScalars() local
432 for (double j : i) { in ToString() local
462 for (auto j = 0; j < DIMENSION; j++) { in operator *() local
477 for (auto j = 0; j < columns_; j++) { in Transpose() local
492 for (int32_t j = 0; j < columns_; j++) { in MapScalars() local
508 for (int32_t j = 0; j < columns_; j++) { in MapScalars() local
[all …]
H A Dtransform_util.cpp47 float x = a[1] * b[2] - a[2] * b[1]; in Cross3() local
63 for (int j = 0; j < 4; j++) { in Normalize() local
100 double x = decomp.quaternion.GetX(); in BuildRotationMatrix() local
524 for (int32_t j = 0; j < 3; j++) { in DecomposeTransform() local
577 for (int j = 0; j < 3; ++j) in DecomposeTransform() local
597 double r, s, t, x, y, z, w; in DecomposeTransform() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_bn.c66 static int32_t BnExpModExport(BIGNUM *bnX, struct HksBlob *x) in BnExpModExport()
91 … int32_t j = realOutLen - 1; /* realOutLen is greater than 0; x->size is no less than realOutLen */ in BnExpModExport() local
101 int32_t HksOpensslBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksOpensslBnExpMod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drender_pattern_lock.cpp80 for (int16_t j = 0; j < COL_COUNT && !isAdd; j++) { in HandleCellTouchDown() local
95 for (int16_t j = 0; j < COL_COUNT && !isAdd; j++) { in HandleCellTouchMove() local
199 bool RenderPatternLock::AddChoosePoint(Offset offset, int16_t x, int16_t y) in AddChoosePoint()
226 Offset RenderPatternLock::GetCircleCenterByXY(const Offset& offset, int16_t x, int16_t y) in GetCircleCenterByXY()
234 bool RenderPatternLock::CheckChoosePoint(int16_t x, int16_t y) const in CheckChoosePoint()
243 bool RenderPatternLock::CheckChoosePointIsLastIndex(int16_t x, int16_t y, int16_t index) const in CheckChoosePointIsLastIndex()
260 void RenderPatternLock::AddPassPoint(Offset offset, int16_t x, int16_t y) in AddPassPoint()
273 for (int16_t j = 1; j <= COL_COUNT; j++) { in AddPassPoint() local
H A Drosen_render_pattern_lock.cpp37 for (int j = 0; j < COL_COUNT; j++) { in Paint() local
44 void RosenRenderPatternLock::PaintLockCircle(SkCanvas* canvas, const Offset& offset, int16_t x, int… in PaintLockCircle()
83 void RosenRenderPatternLock::PaintLockCircle(RSCanvas* canvas, const Offset& offset, int16_t x, int… in PaintLockCircle()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dui_rotation.cpp108 int x {}, y {}; in RotateBuffer() local
117 for (int j = 0; j < pixelBytes_; j++) { in RotateBuffer() local
124 std::pair<int, int> UiRotation::RotateXY(int x, int y) in RotateXY()
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c31 #define shr(x, n) (((uint32_t)(x)) >> (n)) argument
32 #define rotr(x, n) (shr(x, n) | (((uint32_t)(x)) << (32 - (n)))) argument
34 #define sigma_0(x) (rotr(x, 2) ^ rotr(x, 13) ^ rotr(x, 22)) argument
35 #define sigma_1(x) (rotr(x, 6) ^ rotr(x, 11) ^ rotr(x, 25)) argument
36 #define sigma_2(x) (rotr(x, 7) ^ rotr(x, 18) ^ shr(x, 3)) argument
37 #define sigma_3(x) (rotr(x, 17) ^ rotr(x, 19) ^ shr(x, 10)) argument
39 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
40 #define ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) argument
167 uint32_t j; in sha256_data_blk_update() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp160 for (int32_t x = 0; x < PATTERN_LOCK_COL_COUNT; x++) { in InitVirtualNode() local
222 for (int32_t x = 0; x < PATTERN_LOCK_COL_COUNT; x++) { in ModifyAccessibilityVirtualNode() local
247 RefPtr<FrameNode> frameNode, float handleCircleRadius, int32_t x, int32_t y) in UpdateAccessibilityTextNode()
368 bool PatternLockPattern::CheckChoosePoint(int32_t x, int32_t y) const in CheckChoosePoint()
412 void PatternLockPattern::AddPassPoint(int32_t x, int32_t y) in AddPassPoint()
425 for (int32_t j = 1; j <= PATTERN_LOCK_COL_COUNT; j++) { in AddPassPoint() local
487 for (int32_t j = 0; j < PATTERN_LOCK_COL_COUNT && !isAdd; j++) { in OnTouchDown() local
513 for (int32_t j = 0; j < PATTERN_LOCK_COL_COUNT && !isAdd; j++) { in OnTouchMove() local
799 for (int32_t j = 0; j < PATTERN_LOCK_COL_COUNT; j++) { in HandleMouseEvent() local
813 void PatternLockPattern::StartModifierConnectedAnimate(int32_t x, int32_t y) in StartModifierConnectedAnimate()
[all …]
H A Dpatternlock_modifier.cpp161 for (int j = 0; j < PATTERN_LOCK_COL_COUNT; j++) { in onDraw() local
174 for (int j = 0; j < PATTERN_LOCK_COL_COUNT; j++) { in DrawForApiNine() local
363 void PatternLockModifier::PaintLockCircle(RSCanvas& canvas, const OffsetF& offset, int32_t x, int32… in PaintLockCircle()
438 bool PatternLockModifier::CheckChoosePoint(int32_t x, int32_t y) const in CheckChoosePoint()
448 bool PatternLockModifier::CheckChoosePointIsLastIndex(int32_t x, int32_t y, int32_t index) const in CheckChoosePointIsLastIndex()
459 OffsetF PatternLockModifier::GetCircleCenterByXY(const OffsetF& offset, int32_t x, int32_t y) in GetCircleCenterByXY()
803 void PatternLockModifier::SetConnectedLineTailPoint(int32_t x, int32_t y) in SetConnectedLineTailPoint()
849 void PatternLockModifier::StartConnectedCircleAnimate(int32_t x, int32_t y) in StartConnectedCircleAnimate()
860 void PatternLockModifier::StartConnectedLineAnimate(int32_t x, int32_t y) in StartConnectedLineAnimate()
907 float x = cellCenter.GetX(); in GetPointEndByCellCenter() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp180 for (size_t j = 0; j < b.size(); ++j) { in operator *() local
189 Vector3 operator*(const Vector3& x, const Matrix3x3& a) in operator *()
193 for (size_t j = 0; j < a.size(); ++j) { in operator *() local
200 Vector3 operator*(const Matrix3x3& a, const Vector3& x) in operator *()
204 for (size_t j = 0; j < x.size(); ++j) { in operator *() local
267 static bool IsFinite(float x) in IsFinite()
387 for (int j = 0; j < DIMES_3; ++j) { in ToSkiaXYZ() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/
H A Dutils.cpp42 bool IsPowerOfTwo(uint32_t x) in IsPowerOfTwo()
91 for (size_t j = 0; j < cols; j++) { in TransposeMatrix() local
218 for (size_t j = 0; j < invalidValues.size(); j++) { in ProcessSilence() local
254 for (size_t j = 0; j < (data.size() - count);) { in ObtainAmplitudeEnvelop() 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
210 for (int j = 0; j < max_rd; j++) { in perf_counter_output() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_fft.cpp99 for (size_t j = 0; j < valuesSize; j++) { in Process() local
159 float x = 0.0F; in GetSpectralCentroid() local
298 for (int32_t j = lastAvgIdx; j < avgIdx; j++) { in Calculate() local
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl_ex.c167 for (uint32_t j = 0; j < retCerts.count; ++j) { in GetCertChainFromCollection() local
213 X509 *x = X509_dup(x509); in GetLeafCertsFromCertStack() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp67 int32_t i, int32_t j) in UpdateUnsupportedDevicePre()
94 int32_t j = 0; in UpdateUnsupportedModePre() local
103 int32_t j = 0; in UpdateUnsupportedDevicePost() local
140 … it = std::find_if(preProcessNew.stream.begin(), preProcessNew.stream.end(), [&](const Stream &x) { in UpdateAvailableStreamPre()
168 …t = std::find_if(postProcessNew.stream.begin(), postProcessNew.stream.end(), [&](const Stream &x) { in UpdateAvailableStreamPost()
190 [&item](const SceneMappingItem &x) { in UpdateAvailableSceneMapPost()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h47 #define SWITCHCASE(x) case (x): {return #x;} argument
238 for (uint32_t j = 0; j < buffer->reserveInts; j++) { in BufferHandlePack() local
314 for (uint32_t j = 0; j < handle->reserveInts; j++) { in UnpackExtraInfo() local
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp29 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
551 DataType j = 0; 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
592 DataType j = 0; in Split() local
644 int64_t x = 0; in Search() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp83 for (uint32_t x = 0; x < width; ++x) { in OnApplyRGBA8888() local
131 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV21() local
190 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV12() local
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp149 for (int j = 0; j < M; ++j) { in __anonc91b23f70402() local
158 for (int j = 0; j < J; ++j) { variable
182 for (int j = 0; j < M; ++j) { in __anonc91b23f70a02() local
191 for (int j = 0; j < J; ++j) { variable
578 int x = 0; in LockTest() local
592 for (int j = 0; j < N; ++j) { in LockTest() local
604 int x = 0; in TryLockTest() local
632 int x = 0; in LockSharedTest() local
662 int x = 0; in TryLockSharedTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/
H A Dcj_matrix4_ffi.cpp50 for (int32_t j = 0; j < Matrix4::DIMENSION; j++) { in FfiOHOSMatrix4Init() local
120 void FfiOHOSMatrix4Translate(int64_t id, float x, float y, float z) in FfiOHOSMatrix4Translate()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp73 for (uint32_t x = 0; x < width; ++x) { in OnApplyRGBA8888() local
120 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV21() local
177 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV12() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp317 SkScalar x = 0; in DrawBitmapMesh() local
318 for (int j = 0; j < column; j++) { in DrawBitmapMesh() local
331 for (int j = 0; j < column; j++) { in DrawBitmapMesh() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp175 int j = CalculateScalefactorsJoint(); in SBCEncode() local
341 void Encoder::Analyze4SubbandsInternal(int16_t *x, int32_t *outData, int increseValue) in Analyze4SubbandsInternal()
353 void Encoder::Analyze8SubbandsInternal(int16_t *x, int32_t *outData, int increseValue) in Analyze8SubbandsInternal()
593 static int SbcClz(uint32_t x) in SbcClz()
613 uint32_t x = VALUE_1 << SCALE_OUT_BITS; in CalculateScalefactors() local
625 void Encoder::CalculateScalefactorsJointInternal(uint32_t &x, uint32_t &y, int32_t &tmp0, int32_t &… in CalculateScalefactorsJointInternal()
642 void Encoder::CalculateScalefactorsJointForTheRestSubband(uint32_t &x, uint32_t &y, in CalculateScalefactorsJointForTheRestSubband()
700 uint32_t x = 0; in CalculateScalefactorsJoint() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h54 #define MATH_ABS(x) ((x) > 0 ? (x) : (-(x))) argument
60 #define MATH_ROUND(x) ((x) > 0 ? (int16_t)((x) + 0.5f) : (int16_t)((x) - 0.5f)) argument
62 #define MATH_ROUND32(x) ((x) > 0 ? (int32_t)((x) + 0.5f) : (int32_t)((x) - 0.5f)) argument
119 Vector2(T x, T y) in Vector2()
242 Vector3(T x, T y, T z) in Vector3()
298 Vector4(T x, T y, T z, T w) in Vector4()
524 T x = data_[0] * ((data_[4] * data_[8]) - (data_[5] * data_[7])); in Determinant() local
801 for (int16_t j = 0; j < ORDER_MATRIX_4; j++) { in ConomialMatrix() local

123