Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpih-mul.c58 mpi_limb_t cy; in mul_n_basecase() local
69 cy = 0; in mul_n_basecase()
71 cy = mpihelp_mul_1(prodp, up, size, v_limb); in mul_n_basecase()
73 prodp[size] = cy; in mul_n_basecase()
81 cy = 0; in mul_n_basecase()
83 cy = mpihelp_add_n(prodp, prodp, up, size); in mul_n_basecase()
85 cy = mpihelp_addmul_1(prodp, up, size, v_limb); in mul_n_basecase()
87 prodp[size] = cy; in mul_n_basecase()
91 return cy; in mul_n_basecase()
134 mpi_limb_t cy; in mul_n() local
[all …]
H A Dmpi-inline.h55 mpi_limb_t cy = 0; in mpihelp_add() local
58 cy = mpihelp_add_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_add()
61 cy = mpihelp_add_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_add()
62 s1_size - s2_size, cy); in mpihelp_add()
63 return cy; in mpihelp_add()
98 mpi_limb_t cy = 0; in mpihelp_sub() local
101 cy = mpihelp_sub_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_sub()
104 cy = mpihelp_sub_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_sub()
105 s1_size - s2_size, cy); in mpihelp_sub()
106 return cy; in mpihelp_sub()
H A Dgeneric_mpih-add1.c24 mpi_limb_t x, y, cy; in mpihelp_add_n() local
36 cy = 0; in mpihelp_add_n()
40 y += cy; /* add previous carry to one addend */ in mpihelp_add_n()
41 cy = y < cy; /* get out carry from that addition */ in mpihelp_add_n()
43 cy += y < x; /* get out carry from that add, combine */ in mpihelp_add_n()
47 return cy; in mpihelp_add_n()
H A Dgeneric_mpih-sub1.c23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
35 cy = 0; in mpihelp_sub_n()
39 y += cy; /* add previous carry to subtrahend */ in mpihelp_sub_n()
40 cy = y < cy; /* get out carry from that addition */ in mpihelp_sub_n()
42 cy += y > x; /* get out carry from the subtract, combine */ in mpihelp_sub_n()
46 return cy; in mpihelp_sub_n()
H A Dmpi-add.c43 mpi_limb_t cy; in mpi_add_ui() local
44 cy = mpihelp_add_1(wp, up, usize, v); in mpi_add_ui()
45 wp[usize] = cy; in mpi_add_ui()
46 wsize = usize + cy; in mpi_add_ui()
122 mpi_limb_t cy = mpihelp_add(wp, up, usize, vp, vsize); in mpi_add() local
123 wp[usize] = cy; in mpi_add()
124 wsize = usize + cy; in mpi_add()
H A Dmpi-sub-ui.c53 mpi_limb_t cy; in mpi_sub_ui() local
55 cy = mpihelp_add_1(w->d, u->d, u->nlimbs, (mpi_limb_t) vval); in mpi_sub_ui()
56 w->d[u->nlimbs] = cy; in mpi_sub_ui()
57 w->nlimbs = u->nlimbs + cy; in mpi_sub_ui()
H A Dec.c248 mpi_limb_t cy; in ec_mulm_25519() local
267 cy = mpihelp_lshift(m, m, LIMB_SIZE_25519, 4); in ec_mulm_25519()
268 m[LIMB_SIZE_25519] = cy; in ec_mulm_25519()
269 cy = mpihelp_add_n(m, m, n, wsize); in ec_mulm_25519()
270 m[LIMB_SIZE_25519] += cy; in ec_mulm_25519()
271 cy = mpihelp_add_n(m, m, n, wsize); in ec_mulm_25519()
272 m[LIMB_SIZE_25519] += cy; in ec_mulm_25519()
273 cy = mpihelp_add_n(m, m, n, wsize); in ec_mulm_25519()
274 m[LIMB_SIZE_25519] += cy; in ec_mulm_25519()
276 cy = mpihelp_add_n(wp, wp, m, wsize); in ec_mulm_25519()
[all …]
H A Dmpi-mul.c20 mpi_limb_t cy; in mpi_mul() local
74 mpihelp_mul(wp, up, usize, vp, vsize, &cy); in mpi_mul()
75 wsize -= cy ? 0:1; in mpi_mul()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3566-evb2-lp4x-v10-eink.dts170 compatible = "cy,cyttsp5_i2c_adapter";
172 cy,adapter_id = "cyttsp5_i2c_adapter";
174 cy,core {
175 cy,name = "cyttsp5_core";
178 cy,irq_gpio = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
179 cy,rst_gpio = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
180 cy,hid_desc_register = <1>;
182 cy,flags = <6>;
184 cy,easy_wakeup_gesture = <0>;
185 cy,btn_keys = <172 /* KEY_HOMEPAGE */
[all …]
H A Drk3566-rk817-eink.dts588 compatible = "cy,cyttsp5_i2c_adapter";
590 cy,adapter_id = "cyttsp5_i2c_adapter";
592 cy,core {
593 cy,name = "cyttsp5_core";
596 cy,irq_gpio = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
597 cy,rst_gpio = <&gpio3 RK_PB2 GPIO_ACTIVE_HIGH>;
598 cy,1v8_gpio = <&gpio3 RK_PC4 GPIO_ACTIVE_HIGH>;
599 cy,2v8_gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
600 cy,hid_desc_register = <1>;
602 cy,flags = <6>;
[all …]
H A Drk3566-rk817-eink-w103.dts740 compatible = "cy,cyttsp5_i2c_adapter";
742 cy,adapter_id = "cyttsp5_i2c_adapter";
746 cy,core {
747 cy,name = "cyttsp5_core";
748 cy,irq_gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
749 cy,rst_gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
750 cy,hid_desc_register = <1>;
752 cy,flags = <6>;
754 cy,easy_wakeup_gesture = <0>;
755 cy,btn_keys = <172 /* KEY_HOMEPAGE */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunitbezier.hpp40 , cy(3.0 * p1y) in UnitBezier()
46 return { cx / 3.0, cy / 3.0 }; in getP1()
52 (by + (3.0 * cy / 3.0) + cy) / 3.0, in getP2()
62 return ((ay * t + by) * t + cy) * t; in sampleCurveY()
119 return std::tie(cx, bx, ax, cy, by, ay) == in operator ==()
120 std::tie(rhs.cx, rhs.bx, rhs.ax, rhs.cy, rhs.by, rhs.ay); in operator ==()
128 const double cy; member
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dpoly1305_glue.c62 u32 cy; in convert_to_base2_64() local
67 cy = state->h[0] >> 26; state->h[0] &= 0x3ffffff; state->h[1] += cy; in convert_to_base2_64()
68 cy = state->h[1] >> 26; state->h[1] &= 0x3ffffff; state->h[2] += cy; in convert_to_base2_64()
69 cy = state->h[2] >> 26; state->h[2] &= 0x3ffffff; state->h[3] += cy; in convert_to_base2_64()
70 cy = state->h[3] >> 26; state->h[3] &= 0x3ffffff; state->h[4] += cy; in convert_to_base2_64()
75 cy = (state->hs[2] >> 2) + (state->hs[2] & ~3ULL); in convert_to_base2_64()
77 state->hs[0] += cy; in convert_to_base2_64()
78 state->hs[1] += (cy = ULT(state->hs[0], cy)); in convert_to_base2_64()
79 state->hs[2] += ULT(state->hs[1], cy); in convert_to_base2_64()
/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A Dmodel.c77 double *cx, double *cy) in bestfit() argument
81 a=0; *cy=0; in bestfit()
84 *cy = sy/h22; /* *cy*y[] is projection of s[] onto y[] */ in bestfit()
93 w2 = *cy * *cy * h22; in bestfit()
96 *cy -= a*cu; in bestfit()
130 double cn,cx,cy; in bigcalc() local
202 s2 = bestfit(sx,sy,h11,h12,h22,&cx,&cy)/(k1+1); in bigcalc()
203 cn = sqrt(cx*cx+cy*cy); in bigcalc()
204 fprintf(stderr,"amp %.1f, cx %.10f, cy %.10f\n", cn, cx/cn, cy/cn); in bigcalc()
/OK3568_Linux_fs/external/xserver/test/
H A Dfixes.c306 int cx, cy; /* clamped */ in fixes_pointer_barrier_clamp_test() local
316 cy = INT_MAX; in fixes_pointer_barrier_clamp_test()
317 barrier_clamp_to_barrier(&barrier, BarrierPositiveX, &cx, &cy); in fixes_pointer_barrier_clamp_test()
319 assert(cy == INT_MAX); in fixes_pointer_barrier_clamp_test()
322 cy = INT_MAX; in fixes_pointer_barrier_clamp_test()
323 barrier_clamp_to_barrier(&barrier, BarrierNegativeX, &cx, &cy); in fixes_pointer_barrier_clamp_test()
325 assert(cy == INT_MAX); in fixes_pointer_barrier_clamp_test()
335 cy = INT_MAX; in fixes_pointer_barrier_clamp_test()
336 barrier_clamp_to_barrier(&barrier, BarrierPositiveY, &cx, &cy); in fixes_pointer_barrier_clamp_test()
338 assert(cy == barrier.y1 - 1); in fixes_pointer_barrier_clamp_test()
[all …]
/OK3568_Linux_fs/buildroot/package/cache-calibrator/
H A D0001-Fix-conflicting-round-function.patch75 - fprintf(fp, " %6.2f ns = %3ld cy\n", NSperIt(cache->latency1[0]), round(CYperIt(cache->latency1[0…
76 + fprintf(fp, " %6.2f ns = %3ld cy\n", NSperIt(cache->latency1[0]), lng_round(CYperIt(cache->latenc…
78 - fprintf(fp, " %6.2f ns = %3ld cy )\n", NSperIt(delay), round(CYperIt(delay)));
79 + fprintf(fp, " %6.2f ns = %3ld cy )\n", NSperIt(delay), lng_round(CYperIt(delay)));
87 - fprintf(fp, " %6.2f ns = %3ld cy " , NSperIt(cache->latency2[l + 1] - cache->latency2[l]), round…
88 - fprintf(fp, " %6.2f ns = %3ld cy\n", NSperIt(cache->latency1[l + 1] - cache->latency1[l]), round…
89 + fprintf(fp, " %6.2f ns = %3ld cy " , NSperIt(cache->latency2[l + 1] - cache->latency2[l]), lng_r…
90 + fprintf(fp, " %6.2f ns = %3ld cy\n", NSperIt(cache->latency1[l + 1] - cache->latency1[l]), lng_r…
98 - fprintf(fp, " %6.2f ns = %3ld cy ", NSperIt(TLB->latency2[l + 1] - TLB->latency2[l]), round(CYpe…
99 + fprintf(fp, " %6.2f ns = %3ld cy ", NSperIt(TLB->latency2[l + 1] - TLB->latency2[l]), lng_round(…
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtty3270.c81 unsigned int cx, cy; /* Current output position. */ member
1089 line = tp->screen + tp->cy; in tty3270_put_character()
1231 tty3270_convert_line(tp, tp->cy); in tty3270_lf()
1232 if (tp->cy < tp->view.rows - 3) { in tty3270_lf()
1233 tp->cy++; in tty3270_lf()
1249 if (tp->cy > 0) { in tty3270_ri()
1250 tty3270_convert_line(tp, tp->cy); in tty3270_ri()
1251 tp->cy--; in tty3270_ri()
1264 line = tp->screen + tp->cy; in tty3270_insert_characters()
1295 line = tp->screen + tp->cy; in tty3270_delete_characters()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp233 T const cy = get<0, 1>(c); in side_value() local
242 T const dy_c = get<1, 1>(c) - cy; in side_value()
281 d * (ax - cx) + dx_a * da, d * (ay - cy) + dy_a * da in side_value()
293 d * (ax - cx) + dx_a * da, d * (ay - cy) + dy_a * da in side_value()
296 T const result3 = d * (dx_c * (d * (ay - cy) + dy_a * da) in side_value()
299 T const result4 = d * (dx_c * d * (ay - cy) + dx_c * dy_a * da in side_value()
302 T const result5 = d * (d * (dx_c * (ay - cy) - dy_c * (ax - cx)) in side_value()
319 d, dx_c * (ay - cy) - dy_c * (ax - cx), in side_value()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp15 double cx, cy; // �����ͷ�Ĺ��� member
27 double cy = camCoeff.cy; in SmallMeshCorrect() local
50 y1 = mapy[index] - cy; in SmallMeshCorrect()
58 y2 = cy; in SmallMeshCorrect()
70 y2 = (y1 / rho_1) * r + cy; in SmallMeshCorrect()
230 camCoeff.cy = 700.761832; in gen_default_mesh_table()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp176 const uint32_t cy = 0) { in splitTile() argument
223 y != static_cast<uint32_t>(std::floor(cy / m))) { in splitTile()
236 x * 2, y * 2, cz, cx, cy); in splitTile()
238 x * 2, y * 2 + 1, cz, cx, cy); in splitTile()
244 x * 2 + 1, y * 2, cz, cx, cy); in splitTile()
246 x * 2 + 1, y * 2 + 1, cz, cx, cy); in splitTile()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c87 hintsj->dy + (hintsj->cy & 0x8fff) && in validate_or_set_position_hints()
88 hintsi->dy + (hintsi->cy & 0x8fff) > in validate_or_set_position_hints()
139 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()
154 hints->cy, 0, flags); in vbox_update_mode_hints()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_scaler.c874 const u32 *ch_left, *ch_right, *cy; in sun8i_vi_scaler_set_coeff() local
880 cy = lan2coefftab32; in sun8i_vi_scaler_set_coeff()
884 cy = bicubic4coefftab32; in sun8i_vi_scaler_set_coeff()
906 cy[offset + i]); in sun8i_vi_scaler_set_coeff()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfilters.hpp160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()() local
164 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy); in operator ()()
165 sum = sum + w * src(__float2int_rd(cy), __float2int_rd(cx)); in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfilters.hpp160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()() local
164 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy); in operator ()()
165 sum = sum + w * src(__float2int_rd(cy), __float2int_rd(cx)); in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfilters.hpp160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()() local
164 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy); in operator ()()
165 sum = sum + w * src(__float2int_rd(cy), __float2int_rd(cx)); in operator ()()

123