Home
last modified time | relevance | path

Searched refs:Yk (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DPathSimplify.cpp237 g_free(data.Yk); in DoSimplify()
282 Yk[0] = start[1]; in FitCubic()
305 Qk[i] = Yk[i] - N03 (tk[i]) * Yk[0] - N33 (tk[i]) * Yk[nbPt - 1]; in FitCubic()
356 diff[Geom::Y] = data.Yk[i] - data.Yk[i - 1]; in ExtendFit()
839 g_free(Yk); in AttemptSimplify()
882 g_free(Yk); in AttemptSimplify()
897 prevP[1] = Yk[0]; in AttemptSimplify()
986 pt[1] = Yk[i]; in AttemptSimplify()
1003 g_free(Yk); in AttemptSimplify()
1095 g_free(Yk); in AttemptSimplify()
[all …]
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/erlware_commons/src/
H A Dec_rbdict.erl235 erase_min({b, empty, Xk, Xv, {r, A, Yk, Yv, B}}) ->
236 {{b, A, Yk, Yv, B}, {Xk, Xv}, false};
259 unballeft(r, {b, A, Xk, Xv, B}, Yk, Yv, C) ->
261 unballeft(b, {b, A, Xk, Xv, B}, Yk, Yv, C) ->
262 {lbalance(b, {r, A, Xk, Xv, B}, Yk, Yv, C), true};
266 lbalance(b, {r, B, Yk, Yv, C}, Zk, Zv, D)},
269 unbalright(r, A, Xk, Xv, {b, B, Yk, Yv, C}) ->
271 unbalright(b, A, Xk, Xv, {b, B, Yk, Yv, C}) ->
274 {r, {b, B, Yk, Yv, C}, Zk, Zv, D}) ->
317 {r, {r, B, Yk, Yv, C}, Zk, Zv, D}) ->
[all …]
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/erlware_commons/src/
H A Dec_rbdict.erl235 erase_min({b, empty, Xk, Xv, {r, A, Yk, Yv, B}}) ->
236 {{b, A, Yk, Yv, B}, {Xk, Xv}, false};
259 unballeft(r, {b, A, Xk, Xv, B}, Yk, Yv, C) ->
261 unballeft(b, {b, A, Xk, Xv, B}, Yk, Yv, C) ->
262 {lbalance(b, {r, A, Xk, Xv, B}, Yk, Yv, C), true};
266 lbalance(b, {r, B, Yk, Yv, C}, Zk, Zv, D)},
269 unbalright(r, A, Xk, Xv, {b, B, Yk, Yv, C}) ->
271 unbalright(b, A, Xk, Xv, {b, B, Yk, Yv, C}) ->
274 {r, {b, B, Yk, Yv, C}, Zk, Zv, D}) ->
317 {r, {r, B, Yk, Yv, C}, Zk, Zv, D}) ->
[all …]
/dports/math/gsl/gsl-2.7/ode-initval2/
H A Dmodnewton1.c61 double *Yk; member
124 state->Yk = (double *) malloc (dim * stage * sizeof (double)); in modnewton1_alloc()
126 if (state->Yk == 0) in modnewton1_alloc()
140 free (state->Yk); in modnewton1_alloc()
154 free (state->Yk); in modnewton1_alloc()
252 double *const Yk = state->Yk; in modnewton1_solve() local
275 Yk[j * dim + m] = y0[m]; in modnewton1_solve()
300 Yk[j * dim + m] += gsl_vector_get (dYk, j * dim + m); in modnewton1_solve()
324 -1.0 * Yk[j * dim + m] + y0[m] + h * sum); in modnewton1_solve()
407 Yk[j * dim + m] + gsl_vector_get (dYk, j * dim + m); in modnewton1_solve()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A Dlumod_wrapper.c123 lumod_data->Yk = &data[current_pointer]; in SN_lumod_dense_allocate()
158 lumod_data->Yk = NULL; in SM_lumod_dense_free()
323 DEBUG_PRINT_MAT_STR("Yk before expansion", lumod_data->Yk, n, (k+1)); in SN_lumod_add_row_col()
336 cblas_dcopy(n, col, 1, &lumod_data->Yk[k*n], 1); in SN_lumod_add_row_col()
343 DEBUG_PRINT_MAT(lumod_data->Yk, n, (k+1)); in SN_lumod_add_row_col()
367 DEBUG_PRINT_MAT_STR("Yk before replacement", lumod_data->Yk, n, k); in SN_lumod_replace_col()
368 cblas_dcopy(n, col, 1, &lumod_data->Yk[index_col*n], 1); in SN_lumod_replace_col()
369 DEBUG_PRINT_MAT_STR("Yk after replacement", lumod_data->Yk, n, k); in SN_lumod_replace_col()
432 DEBUG_PRINT_MAT_STR("Yk before deletion", lumod_data->Yk, n, k); in SN_lumod_delete_row_col()
446 cblas_dcopy(n, &lumod_data->Yk[(k-1)*n], 1, &lumod_data->Yk[index_col*n], 1); in SN_lumod_delete_row_col()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/
H A DLearnAboutKarma.java146 final String Yk = "Your karma "; in step1()
150 …npc.say(Yk+"is unbelievably high, "+rk+"! You must have done many good things! " + canseekarma + "… in step1()
152 … npc.say(Yk+"is great, "+rk+". " + canseekarma + " it's 'in the blue' right now."); in step1()
154 …npc.say(Yk+"of "+rk+" is good. " + canseekarma + " and you should try to keep yours out of the 're… in step1()
156 … npc.say(Yk+"is "+rk+". " + canseekarma + " and yours is roughly in the middle of the scale."); in step1()
158 …npc.say(Yk+"of "+rk+" is not very good. " + canseekarma + " if you had good karma it would show as… in step1()
160 … npc.say(Yk+"is terrible, "+rk+"! " + canseekarma + " and yours is well 'in the red'."); in step1()
162 …npc.say(Yk+"is disastrous, "+rk+"!!! " + canseekarma + " and yours hardly even registers on the sc… in step1()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dasm-reject-vk32-vk64.ll4 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
7 …%0 = tail call <8 x i64> asm "vpaddw\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
11 ; CHECK: error: couldn't allocate input reg for constraint 'Yk'
14 …%0 = tail call <8 x i64> asm "vpaddb\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(…
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/LongRange/
H A DLRBreakup.h179 Yk = Fk[ki]; in DoBreakup()
184 chi2 += KList[ki][1] * Yk * Yk; in DoBreakup()
311 chi2 += k2 * KList[ki][1] * Yk * Yk; in DoGradBreakup()
561 mRealType Yk, chi2; in DoBreakup() local
565 Yk = Fk[ki]; in DoBreakup()
570 chi2 += KList[ki][1] * Yk * Yk; in DoBreakup()
731 mRealType Yk, chi2; in DoGradBreakup() local
735 Yk = Fk[ki]; in DoGradBreakup()
740 chi2 += KList[ki][0] * KList[ki][0] * KList[ki][1] * Yk * Yk; in DoGradBreakup()
910 chi2 += KList[ki][0] * KList[ki][0] * KList[ki][1] * Yk * Yk; in DoStrainBreakup()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/segment/tests/
H A Dtest_qbx.py26 Yk = np.ones(nb_pts) * (r * np.sin(theta))
29 bundle.append(np.c_[Xk, Yk, Zk])
57 Yk = np.ones(nb_pts) * (radius * np.sin(theta))
60 bundle.append(np.c_[Xk, Yk, Zk])
74 Yk = np.zeros(nb_pts)
77 bundle.append(np.c_[Xk, Yk, Zk])
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/cross_decomposition/
H A D_pls.py265 Xk, Yk, self._x_mean, self._y_mean, self._x_std, self._y_std = _center_scale_xy(
280 Y_eps = np.finfo(Yk.dtype).eps
286 Yk_mask = np.all(np.abs(Yk) < 10 * Y_eps, axis=0)
287 Yk[:, Yk_mask] = 0.0
296 Yk,
311 x_weights, y_weights = _get_first_singular_vectors_svd(Xk, Yk)
322 y_scores = np.dot(Yk, y_weights) / y_ss
330 y_loadings = np.dot(y_scores, Yk) / np.dot(y_scores, y_scores)
331 Yk -= np.outer(y_scores, y_loadings)
334 y_loadings = np.dot(x_scores, Yk) / np.dot(x_scores, x_scores)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Dsubst.md83 (match_operand:<avx512fmaskmode> 3 "register_operand" "Yk")))])
95 (match_operand:<avx512fmaskmode> 2 "register_operand" "Yk")))])
106 [(match_operand:<avx512fmaskcmode> 3 "register_operand" "Yk")]
120 (match_operand:SUBST_S 3 "register_operand" "Yk")))])
136 (match_operand:<avx512fmaskmode> 3 "register_operand" "Yk")))
154 (match_operand:<avx512fmaskmode> 4 "register_operand" "Yk"))
171 [(match_operand:<avx512fmaskcmode> 3 "register_operand" "Yk")]
353 (match_operand:<avx512fmaskmode> 4 "register_operand" "Yk"))
370 [(match_operand:<avx512fmaskcmode> 4 "register_operand" "Yk")]
388 [(match_operand:<avx512fmaskcmode> 4 "register_operand" "Yk")]
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-cyclocopter/
H A Dmodule-cyclocopter.cc576 doublereal Uk, Uk_1, Uk_2, Yk, Yk_1, Yk_2; member in CyclocopterUniform1D
645 Uk(0.), Uk_1(0.), Uk_2(0.), Yk(0.), Yk_1(0.), Yk_2(0.) in CyclocopterUniform1D()
767 Yk_1 = Yk; in AfterConvergence()
804 Yk = -Yk_1*a1 - Yk_2*a2 + Uk*b0 + Uk_1*b1 + Uk_2*b2; in AssRes()
805 dTz = Yk; in AssRes()
879 Vec3 Uk, Uk_1, Uk_2, Yk, Yk_1, Yk_2; member in CyclocopterUniform2D
1109 Yk_1 = Yk; in AfterConvergence()
1144 F = Yk; in AssRes()
1239 Vec3 Uk, Uk_1, Uk_2, Yk, Yk_1, Yk_2; member in CyclocopterPolimi
1425 Yk_1 = Yk; in AfterConvergence()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DMetricKuate.cpp128 R Xk = 0., Yk = 0., Ck = 0., Ak = 0., Bk = 0., Xi = 0., Yi = 0., ri, detXY = 0., Ri, R0, r0; in metrique() local
343 Yk = Point[k].y; in metrique()
344 Bk = (Yk * Yk * Xi * X0 + Xk * (Xk * Yi * Y0 - Yk * (Yi * X0 + Xi * Y0))) / (Xi * X0); in metrique()
346 Xk * (Xi * R0 * R0 * (Yk * Xi - Yi * Xk) + X0 * Ri * Ri * (-Yk * X0 + Y0 * Xk))) / in metrique()
349 assert(abs(Xi * X0 * Y0 * Yi * Xk * Yk) >= pow(precision, 5)); in metrique()

12345678910>>...32