Home
last modified time | relevance | path

Searched refs:set_v (Results 1 – 25 of 106) sorted by relevance

12345

/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpRect.h109 bottomLeft.set_v(getBottom()); in getBottomLeft()
122 bottomRight.set_v(getBottom()); in getBottomRight()
157 center.set_v(this->top + this->height / 2.0 - 0.5); in getCenter()
204 topLeft.set_v(getTop()); in getTopLeft()
217 topRight.set_v(getTop()); in getTopRight()
H A DvpMeterPixelConversion.h201 iP.set_v(y * cam.py + cam.v0); in convertPointWithoutDistortion()
249 iP.set_v(cam.v0 + cam.py * y * r2); in convertPointWithDistortion()
336 iP.set_v(cam.py * y_d + cam.v0); in convertPointWithKannalaBrandtDistortion()
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Dgrid.cpp122 if(s[0]==0 || !strcmp(s,"nan")) data->set_v(NAN, col,row,sl); in set_value()
123 else if(!strcmp(s,"inf")) data->set_v(INFINITY, col,row,sl); in set_value()
124 else if(!strcmp(s,"-inf")) data->set_v(-INFINITY, col,row,sl); in set_value()
128 if(imag(v)==0) data->set_v(real(v), col,row,sl); in set_value()
133 else data->set_v(abs(v),col,row,sl); in set_value()
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/atomic/
H A Dtwo_rev_sparse_hes.hpp421 vector< std::set<size_t> >& set_v( work_[thread]->set_h ); in rev_sparse_hes() local
423 set_v.resize(n); in rev_sparse_hes()
432 ok = rev_sparse_hes(vx, bool_s, bool_t, q, set_r, set_u, set_v, x); in rev_sparse_hes()
434 ok = rev_sparse_hes(vx, bool_s, bool_t, q, set_r, set_u, set_v); in rev_sparse_hes()
440 transpose, x_index, rev_hes_sparsity, set_v in rev_sparse_hes()
/dports/math/jacop/jacop-4.8.0/src/main/minizinc/org/jacop/minizinc_upTo2.3/
H A Dexactly_int.mzn9 % set of int: set_v={v}
12 % among(n, x, set_v);
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_legacy_mev.h65 void set_v(expr* x) { SASSERT(is_unknown(x)); m1.mark(x); } in set_v() function
72 set_v(x); in set_number()
78 { set_v(x); m_refs.push_back(v); m_values.insert(x, v); } in set_value()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_legacy_mev.h65 void set_v(expr* x) { SASSERT(is_unknown(x)); m1.mark(x); }
72 set_v(x);
78 { set_v(x); m_refs.push_back(v); m_values.insert(x, v); }
/dports/math/py-z3-solver/z3-z3-4.8.10/src/model/
H A Dmodel_implicant.h70 inline void set_v(expr* x) { SASSERT(is_unknown(x)); m1.mark(x); } in set_v() function
76set_v(x); TRACE("pdr_verbose", tout << mk_pp(x,m) << " " << v << "\n";); m_numbers.insert(x,v); in set_number()
79 … inline void set_value(expr* x, expr* v) { set_v(x); m_refs.push_back(v); m_values.insert(x, v); } in set_value()
/dports/math/z3/z3-z3-4.8.13/src/model/
H A Dmodel_implicant.h70 inline void set_v(expr* x) { SASSERT(is_unknown(x)); m1.mark(x); } in set_v() function
76set_v(x); TRACE("pdr_verbose", tout << mk_pp(x,m) << " " << v << "\n";); m_numbers.insert(x,v); in set_number()
79 … inline void set_value(expr* x, expr* v) { set_v(x); m_refs.push_back(v); m_values.insert(x, v); } in set_value()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/voluptuous/voluptuous/
H A Dutil.py121 set_v = set(v)
125 return set_v
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/voluptuous/voluptuous/
H A Dutil.py121 set_v = set(v)
125 return set_v
/dports/devel/allegro5/allegro5-5.2.7.0/demos/skater/src/
H A Dgame.c216 static void set_v(ALLEGRO_VERTEX *vt, double x, double y, double u, double v) in set_v() function
262 set_v(Points + 0, 0, y2, u + depth * 4, depth + 5); in GameDraw()
263 set_v(Points + 1, w, y2, u - depth * 4, depth + 5); in GameDraw()
264 set_v(Points + 2, w, y1, u - depth * 4, depth + 5); in GameDraw()
265 set_v(Points + 3, 0, y1, u + depth * 4, depth + 5); in GameDraw()
H A Dquadtree.c374 static void set_v(ALLEGRO_VERTEX *vt, double x, double y, double u, double v) in set_v() function
412 set_v(PolyEdges + 0, x, y - w, tri->Edges[c]->Pos[0], 0); in DrawTriEdge()
413set_v(PolyEdges + 3, x, y + w, tri->Edges[c]->Pos[0], al_get_bitmap_height(tri->Material->Edge)); in DrawTriEdge()
417 set_v(PolyEdges + 1, x, y - w, tri->Edges[c2]->Pos[0], 0); in DrawTriEdge()
418set_v(PolyEdges + 2, x, y + w, tri->Edges[c2]->Pos[0], al_get_bitmap_height(tri->Material->Edge)); in DrawTriEdge()
/dports/www/firefox/firefox-99.0/third_party/python/voluptuous/voluptuous/
H A Dutil.py129 set_v = set(v)
133 return set_v
/dports/devel/py-voluptuous/voluptuous-0.12.2/voluptuous/
H A Dutil.py129 set_v = set(v)
133 return set_v
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/voluptuous/voluptuous/
H A Dutil.py129 set_v = set(v)
133 return set_v
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/voluptuous/voluptuous/
H A Dutil.py129 set_v = set(v)
133 return set_v
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/centrality/
H A Dgroup.py122 set_v = {node for group in C for node in group}
123 if set_v - G.nodes: # element(s) of C not in G
127 PB, sigma, D = _group_preprocessing(G, set_v, weight)
201 def _group_preprocessing(G, set_v, weight): argument
219 for group_node1 in set_v:
221 for group_node2 in set_v:
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/windows/
H A DvpDisplayWin32.cpp349 ip.set_v(v * m_scale); in getClick()
392 ip.set_v(v * m_scale); in getClick()
441 ip.set_v(v * m_scale); in getClickUp()
544 ip.set_v(v * m_scale); in getPointerMotionEvent()
573 ip.set_v(v * m_scale); in getPointerPosition()
/dports/misc/visp/visp-3.4.0/example/pose-estimation/
H A DposeVirtualVS.cpp432 cog[0].set_v(88); in main()
438 cog[1].set_v(84); in main()
444 cog[2].set_v(114); in main()
450 cog[3].set_v(131); in main()
/dports/net/honeyd/honeyd-1.5c/dpkt/dpkt/
H A Dgre.py27 def set_v(self, v): member in GRE
29 v = property(get_v, set_v)
/dports/misc/visp/visp-3.4.0/modules/core/src/display/
H A DvpDisplay_impl.h427 ipa.set_v(i + 0.5 * width * sinus - 0.5 * height * cosinus); in vp_display_display_rectangle()
429 ipb.set_v(i + 0.5 * width * sinus + 0.5 * height * cosinus); in vp_display_display_rectangle()
431 ipc.set_v(i - 0.5 * width * sinus + 0.5 * height * cosinus); in vp_display_display_rectangle()
433 ipd.set_v(i - 0.5 * width * sinus - 0.5 * height * cosinus); in vp_display_display_rectangle()
474 ipa.set_v(i + 0.5 * width * sinus - 0.5 * height * cosinus); in vp_display_display_rectangle()
476 ipb.set_v(i + 0.5 * width * sinus + 0.5 * height * cosinus); in vp_display_display_rectangle()
478 ipc.set_v(i - 0.5 * width * sinus + 0.5 * height * cosinus); in vp_display_display_rectangle()
480 ipd.set_v(i - 0.5 * width * sinus - 0.5 * height * cosinus); in vp_display_display_rectangle()
/dports/audio/p5-MP3-Tag/MP3-Tag-1.15/examples/
H A Dmp3info2243 my (@args, @set_v);
247 push @set_v, [$trans{$k}, $opt{$k}, $e_interp->{$k}];
280 if (@args or @set_v or @parse_data or @set_f) {
283 for my $set (@set_v) {
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_multisphere.h241 void set_v();
242 void set_v(int);
/dports/science/lammps/lammps-stable_29Sep2021/src/DPD-SMOOTH/
H A Dfix_rigid_meso.h40 void set_v();

12345