Home
last modified time | relevance | path

Searched refs:x_cv (Results 1 – 5 of 5) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xml.c184 cg_var *x_cv; /* Cached value as cligen variable (set by xml_cmp) */ member
264 if (x->x_cv) in xml_stats_one()
265 sz += cv_size(x->x_cv); in xml_stats_one()
317 if (x->x_cv)
318 fprintf(f, " value-cv: \t%u\n", (unsigned int)cv_size(x->x_cv));
1158 return x->x_cv; in xml_cv()
1175 if (x->x_cv) in xml_cv_set()
1176 cv_free(x->x_cv); in xml_cv_set()
1177 x->x_cv = cv; in xml_cv_set()
1831 if (x->x_cv) in xml_free()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DProbabilityTransformModel.cpp711 const RealVector& x_cv = x_vars.continuous_variables(); in resp_x_to_u_mapping() local
756 ptmInstance->natafTransform.jacobian_dX_dS(x_cv, jacobian_xs, in resp_x_to_u_mapping()
761 ptmInstance->natafTransform.jacobian_dX_dU(x_cv, jacobian_xu); in resp_x_to_u_mapping()
763 ptmInstance->natafTransform.hessian_d2X_dU2(x_cv, hessian_xu); in resp_x_to_u_mapping()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DArrangementGraphicsItem.cpp990 auto x_cv = construct_curve(x); in getXyCurves() local
994 make_x_monotone(x_cv, std::back_inserter(arcs)); in getXyCurves()
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh2813 row_reference x_cv = *cv_iter; in incremental_strong_closure_assign() local
2834 const N& x_k_v = (v < rs_k) ? x_k[v] : x_cv[ck]; in incremental_strong_closure_assign()
2837 N& x_i_v = (v < rs_i) ? x_i[v] : x_cv[ci]; in incremental_strong_closure_assign()
2855 const N& x_cv_k = (k < rs_v) ? x_cv[k] : x_ck[v]; in incremental_strong_closure_assign()
2857 N& x_cv_i = (i < rs_v) ? x_cv[i] : x_ci[v]; in incremental_strong_closure_assign()
2873 const N& x_i_v = (v < rs_i) ? x_i[v] : x_cv[ci]; in incremental_strong_closure_assign()
2890 const N& x_cv_j = (j < rs_v) ? x_cv[j] : x_cj[v]; in incremental_strong_closure_assign()
H A Dppl.hh.dist73867 row_reference x_cv = *cv_iter;
73888 const N& x_k_v = (v < rs_k) ? x_k[v] : x_cv[ck];
73891 N& x_i_v = (v < rs_i) ? x_i[v] : x_cv[ci];
73909 const N& x_cv_k = (k < rs_v) ? x_cv[k] : x_ck[v];
73911 N& x_cv_i = (i < rs_v) ? x_cv[i] : x_ci[v];
73927 const N& x_i_v = (v < rs_i) ? x_i[v] : x_cv[ci];
73944 const N& x_cv_j = (j < rs_v) ? x_cv[j] : x_cj[v];