Home
last modified time | relevance | path

Searched refs:cv_width (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/xmbmon/xmbmon205/
H A Dxmbmon.c593 x_rdv[1] = (width - cv_width[1]) / 2; in repaint_proc()
594 x_rdv[2] = width - cv_width[2] - 1; in repaint_proc()
599 cv_w = (cv_width[0] + cv_width[3]) / 2; in repaint_proc()
600 x_rdv[1] = cv_width[0] / 2 + (width - cv_w) / 3 - cv_width[1] / 2; in repaint_proc()
601 x_rdv[2] = cv_width[0] / 2 + (width - cv_w) * 2 / 3 - cv_width[2] / 2; in repaint_proc()
788 x_rdv[1] = (width - cv_width[1]) / 2; in init_dt()
789 x_rdv[2] = width - cv_width[2] - 1; in init_dt()
797 cv_w = (cv_width[0] + cv_width[3]) / 2; in init_dt()
798 x_rdv[1] = cv_width[0] / 2 + (width - cv_w) / 3 - cv_width[1] / 2; in init_dt()
799 x_rdv[2] = cv_width[0] / 2 + (width - cv_w) * 2 / 3 - cv_width[2] / 2; in init_dt()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvartypes.cpp411 cvm::log("S = "+cvm::to_str(S_backup, cvm::cv_width, cvm::cv_prec)+"\n"); in calc_optimal_rotation()
461 cvm::log("L0 = "+cvm::to_str(L0, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
462 ", Q0 = "+cvm::to_str(Q0, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
463 ", Q0*Q0 = "+cvm::to_str(Q0.inner(Q0), cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
465 cvm::log("L1 = "+cvm::to_str(L1, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
466 ", Q1 = "+cvm::to_str(Q1, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
467 ", Q0*Q1 = "+cvm::to_str(Q0.inner(Q1), cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
469 cvm::log("L2 = "+cvm::to_str(L2, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
470 ", Q2 = "+cvm::to_str(Q2, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
473 cvm::log("L3 = "+cvm::to_str(L3, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
[all …]
H A Dcolvar.cpp1404 cvm::cv_width, cvm::cv_prec)+".\n"); in calc_cvc_values()
1463 cvm::to_str(x, cvm::cv_width, cvm::cv_prec)+".\n"); in collect_cvc_values()
1578 cvm::cv_width, cvm::cv_prec)+".\n"); in collect_cvc_total_forces()
1628 cvm::cv_width, cvm::cv_prec)+".\n"); in collect_cvc_Jacobians()
2352 << std::setw(cvm::cv_width) in write_state()
2358 << std::setw(cvm::cv_width) in write_state()
2365 << std::setw(cvm::cv_width) in write_state()
2369 << std::setw(cvm::cv_width) in write_state()
2385 size_t const this_cv_width = x.output_width(cvm::cv_width); in write_traj_label()
2749 << cvm::wrap_string("corrfunc(step)", cvm::cv_width) << "\n"; in write_acf()
[all …]
H A Dcolvarbias_alb.cpp353 << cvm::wrap_string(colvars[i]->name, cvm::cv_width - 4); in write_traj_label()
358 size_t const this_cv_width = (colvars[i]->value()).output_width(cvm::cv_width); in write_traj_label()
387 << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) in write_traj()
394 << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) in write_traj()
H A Dcolvarbias_restraint.cpp417 << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) in get_state_params()
455 size_t const this_cv_width = (variables(i)->value()).output_width(cvm::cv_width); in write_traj_label()
475 << std::setprecision(cvm::cv_prec) << std::setw(cvm::cv_width) in write_traj()
1326 cvm::to_str(lower_boundary, cvm::cv_width, cvm::cv_prec)+" - "+ in init()
1327 cvm::to_str(upper_boundary, cvm::cv_width, cvm::cv_prec)+ in init()
1329 cvm::to_str(width, cvm::cv_width, cvm::cv_prec)+").\n"); in init()
1489 *os << "# " << cvm::wrap_string(variables(0)->name, cvm::cv_width) in write_output_files()
1490 << " " << "p(" << cvm::wrap_string(variables(0)->name, cvm::cv_width-3) in write_output_files()
1500 << std::setw(cvm::cv_width) in write_output_files()
1504 << std::setw(cvm::cv_width) in write_output_files()
H A Dcolvarscript_commands_colvar.h18 is.width(cvm::cv_width);
H A Dcolvarbias_meta.cpp1947 << std::setw(cvm::cv_width) << centers[i]; in output_traj()
1954 << std::setw(cvm::cv_width) << sigmas[i]; in output_traj()
2029 << std::setw(cvm::cv_width) in operator <<()
2039 << std::setw(cvm::cv_width) in operator <<()
H A Dcolvargrid.h350 cvm::to_str(lower_boundaries[i], cvm::cv_width, cvm::cv_prec)+" - "+ in init_from_boundaries()
351 cvm::to_str(upper_boundaries[i], cvm::cv_width, cvm::cv_prec)+ in init_from_boundaries()
353 cvm::to_str(widths[i], cvm::cv_width, cvm::cv_prec)+").\n"); in init_from_boundaries()
H A Dcolvarmodule.h618 static size_t const cv_width; variable
H A Dcolvargrid.cpp251 << std::setw(cvm::cv_width) in write_1D_integral()
257 << std::setw(cvm::cv_width) in write_1D_integral()
H A Dcolvarmodule.cpp2250 size_t const colvarmodule::cv_width = 21; member in colvarmodule
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/colvars/
H A Dcolvar.cpp454 size_t const this_cv_width = x.output_width (cvm::cv_width); in parse_analysis()
744 cvm::cv_width, cvm::cv_prec)+".\n"); in calc()
761 cvm::cv_width, cvm::cv_prec)+".\n"); in calc()
768 cvm::to_str (x, cvm::cv_width, cvm::cv_prec)+".\n"); in calc()
1246 << std::setw (cvm::cv_width) in write_restart()
1252 << std::setw (cvm::cv_width) in write_restart()
1259 << std::setw (cvm::cv_width) in write_restart()
1263 << std::setw (cvm::cv_width) in write_restart()
1275 size_t const this_cv_width = x.output_width (cvm::cv_width); in write_traj_label()
1344 << std::setprecision (cvm::cv_prec) << std::setw (cvm::cv_width) in write_traj()
[all …]
H A Dcolvarmodule.cpp889 size_t const colvarmodule::cv_width = 21; member in colvarmodule
1211 cvm::log ("L0 = "+cvm::to_str (L0, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1212 ", Q0 = "+cvm::to_str (cvm::quaternion (Q0), cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1215 cvm::log ("L1 = "+cvm::to_str (L1, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1216 ", Q1 = "+cvm::to_str (cvm::quaternion (Q1), cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1219 cvm::log ("L2 = "+cvm::to_str (L2, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1220 ", Q2 = "+cvm::to_str (cvm::quaternion (Q2), cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1223 cvm::log ("L3 = "+cvm::to_str (L3, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1224 ", Q3 = "+cvm::to_str (cvm::quaternion (Q3), cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
1372 cvm::to_str (std::fabs (L0+DL0 - L0_new)/L0, cvm::cv_width, cvm::cv_prec)+ in calc_optimal_rotation()
[all …]
H A Dcolvargrid.cpp181 << std::setw (cvm::cv_width) in write_1D_integral()
187 << std::setw (cvm::cv_width) in write_1D_integral()
H A Dcolvarbias_meta.cpp1617 << std::setw (cvm::cv_width); in write_replica_state_file()
1621 << std::setw (cvm::cv_width); in write_replica_state_file()
1664 << std::setw (cvm::cv_width) << centers[i]; in output_traj()
1671 << std::setw (cvm::cv_width) << widths[i]; in output_traj()
1700 << std::setw (cvm::cv_width) in operator <<()
1709 << std::setw (cvm::cv_width) in operator <<()
H A Dcolvarbias.cpp554 size_t const this_cv_width = (colvars[i]->value()).output_width (cvm::cv_width); in write_traj_label()
579 << std::setprecision (cvm::cv_prec) << std::setw (cvm::cv_width) in write_traj()
H A Dcolvargrid.h276 cvm::to_str (lower_boundaries[i], cvm::cv_width, cvm::cv_prec)+" - "+ in cv()
277 cvm::to_str (upper_boundaries[i], cvm::cv_width, cvm::cv_prec)+ in cv()
279 cvm::to_str (widths[i], cvm::cv_width, cvm::cv_prec)+").\n"); in cv()
H A Dcolvarmodule.h237 static size_t const cv_width; variable
/dports/databases/grass7/grass-7.8.6/display/d.vect.thematic/
H A Dplot1.c57 dbCatVal *cv_rgb = NULL, *cv_width = NULL; in plot1() local
344 if (db_CatValArray_get_value(&cvarr_width, cat, &cv_width) != in plot1()
351 DB_C_TYPE_INT ? cv_width->val. in plot1()
352 i : (int)cv_width->val.d); in plot1()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h513 int cv_width, cv_height; member
544 int cv_width, cv_height; member
576 int cv_width, cv_height; member
604 int cv_width, cv_height; member
622 int cv_width, cv_height; member
H A Dnoprefs.c153 static int cv_width; /* in charview.c */ variable
302 { "DefaultCVWidth", pr_int, &cv_width, NULL, NULL, '\0', NULL, 1, NULL },
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dsearchview.c323 if ( width!=sv->cv_width || height!=sv->cv_height ) { in SVResize()
326 sv->cv_width = width; sv->cv_height = height; in SVResize()
376 r.width = sv->cv_width+1; r.height = sv->cv_height+1; in SVDraw()
H A Dmath.c1256 if ( width!=mkd->cv_width || height!=mkd->cv_height ) { in MKDSubResize()
1257 mkd->cv_width = width; mkd->cv_height = height; in MKDSubResize()
1262 GDrawMove(cv->gw,10+i*(mkd->cv_width+mkd->mid_space),mkd->cv_y); in MKDSubResize()
1291 r.x = 10+i*(mkd->cv_width+mkd->mid_space)-1; r.y=mkd->cv_y-1; in MKDDraw()
1292 r.width = mkd->cv_width+1; r.height = mkd->cv_height+1; in MKDDraw()
H A Dtilepath.c768 if ( width!=tpd->cv_width || height!=tpd->cv_height ) { in TPDSubResize()
769 tpd->cv_width = width; tpd->cv_height = height; in TPDSubResize()
1453 if ( width!=tpd->cv_width || height!=tpd->cv_height ) { in PTDSubResize()
1454 tpd->cv_width = width; tpd->cv_height = height; in PTDSubResize()
H A Dcvstroke.c434 if ( width!=sd->cv_width || height!=sd->cv_height ) { in Stroke_SubResize()
435 sd->cv_width = width; sd->cv_height = height; in Stroke_SubResize()
1414 if ( width!=gdd->cv_width || height!=gdd->cv_height ) { in GDDSubResize()
1415 gdd->cv_width = width; gdd->cv_height = height; in GDDSubResize()

12