Home
last modified time | relevance | path

Searched refs:x_l (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/math/xblas/xblas-1.0.248/testing/test-trsv/
H A Dtestgen_BLAS_sdot_x.c38 x_ii_l = x_l[ix]; in r_truth()
83 x_i_l = x_l[i]; in gen_y_to_cancel()
245 y[k] = -x_l[k + 2]; in testgen_BLAS_sdot_x()
246 y[k + 2] = x_l[k]; in testgen_BLAS_sdot_x()
270 y[k] = -x_l[k + 3]; in testgen_BLAS_sdot_x()
271 y[k + 3] = x_l[k]; in testgen_BLAS_sdot_x()
390 *r = x_l[k]; in testgen_BLAS_sdot_x()
392 f = *alpha * x_l[k] * y[k]; in testgen_BLAS_sdot_x()
409 y[k] = -x_l[k + 2]; in testgen_BLAS_sdot_x()
410 y[k + 2] = x_l[k]; in testgen_BLAS_sdot_x()
[all …]
H A DBLAS_dot_testgen_trsv.c11 double *x_l, double *x_t, in BLAS_sdot_x_testgen() argument
81 x_l, x_t, y, seed, r, r_true_l, r_true_t); in BLAS_sdot_x_testgen()
90 double *x_l, double *x_t, in BLAS_ddot_x_testgen() argument
178 x_l, x_t, y_i, seed, &r_i, r_true_l, r_true_t); in BLAS_ddot_x_testgen()
197 double *x_l, double *x_t, in BLAS_ddot_s_x_testgen() argument
274 x_l, x_t, y, seed, &r_i, r_true_l, r_true_t); in BLAS_ddot_s_x_testgen()
/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dpfmg_solve.c49 hypre_StructVector **x_l = (pfmg_data -> x_l); in hypre_PFMGSolve() local
81 hypre_StructVectorDestroy(x_l[0]); in hypre_PFMGSolve()
84 x_l[0] = hypre_StructVectorRef(x); in hypre_PFMGSolve()
192 hypre_StructVectorPrint(filename, x_l[0], 0); in hypre_PFMGSolve()
266 hypre_StructVectorPrint(filename, x_l[l], 0); in hypre_PFMGSolve()
267 hypre_printf("Level %d: x_l = %.30e\n",l, hypre_StructInnerProd(x_l[l], x_l[l])); in hypre_PFMGSolve()
288 hypre_StructAxpy(1.0, e_l[l], x_l[l]); in hypre_PFMGSolve()
295 hypre_printf("Level %d: x_l = %.15e\n",l, hypre_StructInnerProd(x_l[l], x_l[l])); in hypre_PFMGSolve()
320 hypre_StructAxpy(1.0, e_l[0], x_l[0]); in hypre_PFMGSolve()
323 hypre_printf("Level 0: x_l = %.15e\n", hypre_StructInnerProd(x_l[0], x_l[0])); in hypre_PFMGSolve()
[all …]
H A Dsmg_solve.c67 hypre_StructVector **x_l = (smg_data -> x_l); in hypre_SMGSolve() local
96 hypre_StructVectorDestroy(x_l[0]); in hypre_SMGSolve()
99 x_l[0] = hypre_StructVectorRef(x); in hypre_SMGSolve()
161 hypre_SMGRelax(relax_data_l[0], A_l[0], b_l[0], x_l[0]); in hypre_SMGSolve()
203 hypre_StructVectorPrint(filename, x_l[0], 0); in hypre_SMGSolve()
229 hypre_StructVectorPrint(filename, x_l[l], 0); in hypre_SMGSolve()
248 hypre_StructVectorPrint(filename, x_l[l], 0); in hypre_SMGSolve()
260 hypre_StructAxpy(1.0, e_l[l], x_l[l]); in hypre_SMGSolve()
267 hypre_StructVectorPrint(filename, x_l[l], 0); in hypre_SMGSolve()
287 hypre_StructVectorPrint(filename, x_l[0], 0); in hypre_SMGSolve()
[all …]
H A Dcyclic_reduction.c72 hypre_StructVector **x_l; member
487 hypre_StructVector **x_l; in hypre_CyclicReductionSetup() local
606 x_l[0] = hypre_StructVectorRef(x); in hypre_CyclicReductionSetup()
639 hypre_StructVectorAssemble(x_l[l+1]); in hypre_CyclicReductionSetup()
650 hypre_StructVectorAssemble(x_l[l+1]); in hypre_CyclicReductionSetup()
656 (cyc_red_data -> x_l) = x_l; in hypre_CyclicReductionSetup()
775 hypre_StructVector **x_l = (cyc_red_data -> x_l); in hypre_CyclicReduction() local
822 hypre_StructVectorDestroy(x_l[0]); in hypre_CyclicReduction()
824 x_l[0] = hypre_StructVectorRef(x); in hypre_CyclicReduction()
907 fgrid = hypre_StructVectorGrid(x_l[l]); in hypre_CyclicReduction()
[all …]
H A Dsmg_setup.c56 hypre_StructVector **x_l; in hypre_SMGSetup() local
210 x_l[0] = hypre_StructVectorRef(x); in hypre_SMGSetup()
265 hypre_StructVectorInitializeShell(x_l[l+1]); in hypre_SMGSetup()
358 hypre_StructVectorAssemble(x_l[l+1]); in hypre_SMGSetup()
376 hypre_StructVectorAssemble(x_l[l+1]); in hypre_SMGSetup()
406 hypre_StructVectorAssemble(x_l[l+1]); in hypre_SMGSetup()
407 data += hypre_StructVectorDataSize(x_l[l+1]); in hypre_SMGSetup()
423 (smg_data -> x_l) = x_l; in hypre_SMGSetup()
447 x_data = hypre_StructVectorData(x_l[0]); in hypre_SMGSetup()
452 hypre_StructVectorAssemble(x_l[0]); in hypre_SMGSetup()
[all …]
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A Dsys_pfmg_solve.c39 hypre_SStructPVector **x_l = (sys_pfmg_data -> x_l); in hypre_SysPFMGSolve() local
78 hypre_SStructPVectorDestroy(x_l[0]); in hypre_SysPFMGSolve()
81 hypre_SStructPVectorRef(x, &x_l[0]); in hypre_SysPFMGSolve()
184 hypre_SStructPVectorPrint(filename, x_l[0], 0); in hypre_SysPFMGSolve()
221 hypre_SStructPVectorPrint(filename, x_l[l], 0); in hypre_SysPFMGSolve()
241 hypre_SStructPVectorPrint(filename, x_l[l], 0); in hypre_SysPFMGSolve()
252 hypre_SStructPAxpy(1.0, e_l[l], x_l[l]); in hypre_SysPFMGSolve()
258 hypre_SStructPVectorPrint(filename, x_l[l], 0); in hypre_SysPFMGSolve()
274 hypre_SStructPAxpy(1.0, e_l[0], x_l[0]); in hypre_SysPFMGSolve()
280 hypre_SStructPVectorPrint(filename, x_l[0], 0); in hypre_SysPFMGSolve()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); }
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); }
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); }
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); }
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dhelgrind1.cc60 { int x_l = pthread_create(&a, NULL, starta, NULL); assert(x_l==0); } in test_main() local
61 { int x_l = pthread_create(&b, NULL, startb, NULL); assert(x_l==0); } in test_main() local
62 { int x_l = pthread_join(a, NULL); assert(x_l==0); } in test_main() local
63 { int x_l = pthread_join(b, NULL); assert(x_l==0); } in test_main() local
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/CbcBonmin/Heuristics/
H A DBonHeuristicDive.cpp97 const double* x_l = minlp->x_l(); in solution() local
154 if (fabs(x_l[iColumn]-value)<=integerTolerance && in solution()
155 x_l[iColumn] != x_u[iColumn]) { in solution()
159 minlp->SetVariableUpperBound(iColumn, x_l[iColumn]); in solution()
163 x_l[iColumn] != x_u[iColumn]) { in solution()
165 originalBound[numberAtBoundFixed] = x_l[iColumn]; in solution()
182 originalBoundBestColumn = x_l[bestColumn]; in solution()
247 if(value < x_l[iColumn] || value > x_u[iColumn]) { in solution()
317 const double* x_l = minlp->x_l(); in isNlpFeasible() local
326 if(value < x_l[iColumn] || value > x_u[iColumn]) { in isNlpFeasible()
/dports/math/gsl/gsl-2.7/min/
H A Dquad_golden.c127 const double x_l = *x_lower; in quad_golden_iterate() local
145 double x_midpoint = 0.5 * (x_l + x_u); in quad_golden_iterate()
180 if (fabs (quad_step_size) < fabs (0.5 * prev_stored_step) && x_trial > x_l && x_trial < x_u) in quad_golden_iterate()
186 if ((x_trial - x_l) < 2.0 * tol || (x_u - x_trial) < 2.0 * tol) in quad_golden_iterate()
201 outside_interval = x_l - x_m; in quad_golden_iterate()
207 inside_interval = x_l - x_m; in quad_golden_iterate()
248 step = x_l - x_m; in quad_golden_iterate()
330 DEBUG_PRINTF(("[%d] Final State: %g %g %g\n", state->num_iter, x_l, x_m, x_u)); in quad_golden_iterate()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A Dpj_deriv.c14 der->x_l = t.x; der->y_p = t.y; der->x_p = -t.x; der->y_l = -t.y; in pj_deriv()
19 der->x_l += t.x; der->y_p -= t.y; der->x_p += t.x; der->y_l -= t.y; in pj_deriv()
23 der->x_l -= t.x; der->y_p -= t.y; der->x_p += t.x; der->y_l += t.y; in pj_deriv()
27 der->x_l -= t.x; der->y_p += t.y; der->x_p -= t.x; der->y_l += t.y; in pj_deriv()
28 der->x_l /= (h += h); in pj_deriv()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_deriv.c43 der->x_l = t.x; der->y_p = t.y; der->x_p = -t.x; der->y_l = -t.y; in proj_deriv()
48 der->x_l += t.x; der->y_p -= t.y; der->x_p += t.x; der->y_l -= t.y; in proj_deriv()
52 der->x_l -= t.x; der->y_p -= t.y; der->x_p += t.x; der->y_l += t.y; in proj_deriv()
56 der->x_l -= t.x; der->y_p += t.y; der->x_p -= t.x; der->y_l += t.y; in proj_deriv()
57 der->x_l /= (h += h); in proj_deriv()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A Dpj_deriv.c14 der->x_l = t.x; der->y_p = t.y; der->x_p = -t.x; der->y_l = -t.y; in pj_deriv()
19 der->x_l += t.x; der->y_p -= t.y; der->x_p += t.x; der->y_l -= t.y; in pj_deriv()
23 der->x_l -= t.x; der->y_p -= t.y; der->x_p += t.x; der->y_l += t.y; in pj_deriv()
27 der->x_l -= t.x; der->y_p += t.y; der->x_p -= t.x; der->y_l += t.y; in pj_deriv()
28 der->x_l /= (h += h); in pj_deriv()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rand_distr-0.4.2/src/
H A Dhypergeometric.rs17 x_l: f64,
197 let x_l = m - d + 0.5; in new() localVariable
201 ln_of_factorial(x_l) - in new()
202 ln_of_factorial(n1 as f64 - x_l) - in new()
203 ln_of_factorial(k as f64 - x_l) - in new()
204 ln_of_factorial((n2 - k) as f64 + x_l)); in new()
211 let numerator = x_l * ((n2 - k) as f64 + x_l); in new()
212 let denominator = (n1 as f64 - x_l + 1.0) * (k as f64 - x_l + 1.0); in new()
226 m, a, lambda_l, lambda_r, x_l, x_r, p1, p2, p3 in new()
260 let y = (x_l + u).floor(); in sample()
[all …]

12345678910>>...17