Home
last modified time | relevance | path

Searched refs:Vb (Results 26 – 50 of 1591) sorted by relevance

12345678910>>...64

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_vertex_base_with_id_2.h20 typename Vb = Triangulation_vertex_base_2<GT> >
22 : public Vb
27 typedef typename Vb::Face_handle Face_handle;
28 typedef typename Vb::Point Point;
32 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
37 : Vb() {} in Triangulation_vertex_base_with_id_2()
40 : Vb(p) {} in Triangulation_vertex_base_with_id_2()
43 : Vb(p, c) {} in Triangulation_vertex_base_with_id_2()
46 : Vb(c) {} in Triangulation_vertex_base_with_id_2()
H A DTriangulation_vertex_base_with_info_2.h24 typename Vb = Triangulation_vertex_base_2<GT> >
26 : public Vb
31 typedef typename Vb::Face_handle Face_handle;
32 typedef typename Vb::Point Point;
37 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
42 : Vb() {} in Triangulation_vertex_base_with_info_2()
45 : Vb(p) {} in Triangulation_vertex_base_with_info_2()
48 : Vb(p, c) {} in Triangulation_vertex_base_with_info_2()
51 : Vb(c) {} in Triangulation_vertex_base_with_info_2()
H A DTriangulation_vertex_base_with_info_3.h24 typename Vb = Triangulation_vertex_base_3<GT> >
26 : public Vb
31 typedef typename Vb::Cell_handle Cell_handle;
32 typedef typename Vb::Point Point;
37 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
42 : Vb() {} in Triangulation_vertex_base_with_info_3()
45 : Vb(p) {} in Triangulation_vertex_base_with_info_3()
48 : Vb(p, c) {} in Triangulation_vertex_base_with_info_3()
51 : Vb(c) {} in Triangulation_vertex_base_with_info_3()
H A DDelaunay_mesh_vertex_base_2.h24 class Vb = Triangulation_vertex_base_2<Gt> >
25 class Delaunay_mesh_vertex_base_2 : public Vb
29 typedef typename Vb::Point Point;
30 typedef typename Vb::Face_handle Face_handle;
34 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
43 : Vb() in Delaunay_mesh_vertex_base_2()
48 : Vb(p) in Delaunay_mesh_vertex_base_2()
54 : Vb(p, f) in Delaunay_mesh_vertex_base_2()
H A DApollonius_graph_vertex_base_2.h49 class Vb = Triangulation_ds_vertex_base_2<> >
51 : public Vb
54 typedef typename Vb::Triangulation_data_structure AGDS;
59 typedef Vb Base;
70 typedef typename Vb::template Rebind_TDS<AGDS2>::Other Vb2;
88 Apollonius_graph_vertex_base_2() : Vb() {} in Apollonius_graph_vertex_base_2()
89 Apollonius_graph_vertex_base_2(const Site_2& p) : Vb(), _p(p) {} in Apollonius_graph_vertex_base_2()
91 : Vb(f), _p(p) {} in Apollonius_graph_vertex_base_2()
104 Face_handle face() const { return Vb::face(); } in face()
139 return Vb::is_valid(verbose, level);
H A DFixed_alpha_shape_vertex_base_3.h26 template <class Gt, class Vb = Triangulation_vertex_base_3<Gt> >
28 : public Vb
32 typedef typename Vb::Cell_handle Cell_handle;
36 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
40 typedef typename Vb::Point Point;
51 : Vb(),is_on_chull_(false) {} in Fixed_alpha_shape_vertex_base_3()
54 : Vb(p),is_on_chull_(false) {} in Fixed_alpha_shape_vertex_base_3()
57 : Vb(p, c),is_on_chull_(false) {} in Fixed_alpha_shape_vertex_base_3()
H A DAlpha_shape_vertex_base_2.h34 typedef typename Default::Get<Vb_, Triangulation_vertex_base_2<Gt> >::type Vb; typedef
37 typedef typename Vb::Vertex_handle Vertex_handle;
38 typedef typename Vb::Face_handle Face_handle;
39 typedef typename Vb::Point Point;
43 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
59 : Vb() in Alpha_shape_vertex_base_2()
63 : Vb(p) in Alpha_shape_vertex_base_2()
67 : Vb(p, f) in Alpha_shape_vertex_base_2()
H A DComplex_2_in_triangulation_vertex_base_3.h27 template < class GT, class Vb = Triangulation_vertex_base_3 <GT> >
28 class Complex_2_in_triangulation_vertex_base_3 : public Vb {
31 typedef Complex_2_in_triangulation_vertex_base_3 <GT, Vb> Self;
35 typedef typename Vb::template Rebind_TDS<TDS3>::Other Vb3;
39 typedef typename Vb::Triangulation_data_structure Tds;
53 : Vb(), in Complex_2_in_triangulation_vertex_base_3()
89 return Get_io_signature<Vb>()(); in io_signature()
/dports/graphics/wings/wings-8d019ebe48/e3d/
H A De3d_mesh.erl456 eliminateIsolatedVert(Va, Vb, [Vb,Va,Vb|VTail], _) ->
480 merge_faces_3(Va, Vb, [Va,Vb,Vx], [Vb,Va,Vy]) -> [Vx,Va,Vy,Vb];
484 merge_faces_3(Va, Vb, [Vb,Va,Vx], [Va,Vb,Vy]) -> [Vx,Vb,Vy,Va];
487 merge_faces_3(Va, Vb, [Va,Vb|Vs1], [Vb,Va|Vs2]) ->
493 merge_faces_3(Va, Vb, [Vb,Va|Vs1], [Va,Vb|Vs2]) ->
505 rot_face(Va, Vb, [Va,Vx,Vb]) -> [Vb,Va,Vx];
506 rot_face(Va, Vb, [Vb,Vx,Va]) -> [Va,Vb,Vx];
507 rot_face(Va, Vb, [Vx,Va,Vb]) -> [Va,Vb,Vx];
508 rot_face(Va, Vb, [Vx,Vb,Va]) -> [Vb,Va,Vx];
677 vn_edge_name(Va, Vb) when Va < Vb -> {Va,Vb};
[all …]
/dports/cad/atlc/atlc-4.6.1/src/
H A Dupdate_voltage_array.c108 Vb=V_from[i][j+1]; in update_voltage_array()
112 Vnew=(Va+Vb+Vl+Vr)/4.0; in update_voltage_array()
134 Vb=V_from[i][j+1]; in update_voltage_array()
144 Vb=V_from[i][j+1]; in update_voltage_array()
154 Vb=V_from[i][j+1]; in update_voltage_array()
164 Vb=V_from[i][j+1]; in update_voltage_array()
174 Vb=V_from[i][j+1]; in update_voltage_array()
184 Vb=V_from[i][j+1]; in update_voltage_array()
194 Vb=V_from[i][j+1]; in update_voltage_array()
204 Vb=V_from[i][j+1]; in update_voltage_array()
[all …]
/dports/math/cgal/CGAL-5.3/examples/Periodic_2_triangulation_2/
H A Dp2t2_adding_handles.cpp7 template < class GT, class Vb >
9 : public Vb
12 typedef typename Vb::Vertex_handle Vertex_handle;
13 typedef typename Vb::Face_handle Face_handle;
14 typedef typename Vb::Point Point;
19 typedef typename Vb::template Rebind_TDS<Tds2>::Other Vb2;
26 : Vb(p) {} in My_vertex_base()
29 : Vb(p, c) {} in My_vertex_base()
40 typedef My_vertex_base<GT, VbDS> Vb; typedef
43 typedef CGAL::Triangulation_data_structure_2<Vb, Fb> Tds;
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmpa_get.erl130 case try_get(Vb, IsNotification) of
250 Vb#varbind{value = Status}.
525 "~n MibView: ~p", [Vb, MibView]),
529 RVb = if LAVb =:= [] -> Vb;
566 RVb = if LAVb =:= [] -> Vb;
577 [{tab_oid(TableRestOid), Vb}]},
640 [Vb | SAVbs]},
666 [EndOfVb, Vb | Vbs],
679 [Vb,ErrorStatus,OrgIndex]),
805 case Vb#varbind.value of
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_get.erl130 case try_get(Vb, IsNotification) of
250 Vb#varbind{value = Status}.
525 "~n MibView: ~p", [Vb, MibView]),
529 RVb = if LAVb =:= [] -> Vb;
566 RVb = if LAVb =:= [] -> Vb;
577 [{tab_oid(TableRestOid), Vb}]},
640 [Vb | SAVbs]},
666 [EndOfVb, Vb | Vbs],
679 [Vb,ErrorStatus,OrgIndex]),
805 case Vb#varbind.value of
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmpa_get.erl130 case try_get(Vb, IsNotification) of
250 Vb#varbind{value = Status}.
525 "~n MibView: ~p", [Vb, MibView]),
529 RVb = if LAVb =:= [] -> Vb;
566 RVb = if LAVb =:= [] -> Vb;
577 [{tab_oid(TableRestOid), Vb}]},
640 [Vb | SAVbs]},
666 [EndOfVb, Vb | Vbs],
679 [Vb,ErrorStatus,OrgIndex]),
805 case Vb#varbind.value of
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_get.erl130 case try_get(Vb, IsNotification) of
250 Vb#varbind{value = Status}.
525 "~n MibView: ~p", [Vb, MibView]),
529 RVb = if LAVb =:= [] -> Vb;
566 RVb = if LAVb =:= [] -> Vb;
577 [{tab_oid(TableRestOid), Vb}]},
640 [Vb | SAVbs]},
666 [EndOfVb, Vb | Vbs],
679 [Vb,ErrorStatus,OrgIndex]),
805 case Vb#varbind.value of
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_get.erl130 case try_get(Vb, IsNotification) of
250 Vb#varbind{value = Status}.
525 "~n MibView: ~p", [Vb, MibView]),
529 RVb = if LAVb =:= [] -> Vb;
566 RVb = if LAVb =:= [] -> Vb;
577 [{tab_oid(TableRestOid), Vb}]},
640 [Vb | SAVbs]},
666 [EndOfVb, Vb | Vbs],
679 [Vb,ErrorStatus,OrgIndex]),
805 case Vb#varbind.value of
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_get.erl130 case try_get(Vb, IsNotification) of
250 Vb#varbind{value = Status}.
525 "~n MibView: ~p", [Vb, MibView]),
529 RVb = if LAVb =:= [] -> Vb;
566 RVb = if LAVb =:= [] -> Vb;
577 [{tab_oid(TableRestOid), Vb}]},
640 [Vb | SAVbs]},
666 [EndOfVb, Vb | Vbs],
679 [Vb,ErrorStatus,OrgIndex]),
805 case Vb#varbind.value of
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/dratex/latex/
H A DAlDraTex.sty148 \Vb=\:Vd; \Vb+\Va; \Vb+\Va;
346 \Vb-\:Vc; \Move(0,\Val\Vb)
776 \Vb*2; \edef\Widthy{\Val\Vb} \Vb+\WidthY; \edef\WidthY{\Val\Vb} }
806 \:tempa \Vb=\Va; \Vb/2;
918 \Vb*1.66; \Va+\Vb; \Vb=\Va; \Vb*0.66; \SetMinNodeSize
942 \ELSE \Vb=180; \Vb-\Va;
944 \ELSE \Vb=180; \Vb+\Va;
946 \ELSE \Vb=360; \Vb-\Va;
1009 \Vb=#3; \IF \LtDec(\Vb,0) \THEN \Vb=-\Vb; \FI
1014 \ELSE \Va-1; \Va=-\Va; \Vb-1; \Vb=-\Vb; \FI \FI
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/kernel/power/
H A Dtrsm_kernel_RT_power10.c128 VbS0 = vec_splat(Vb[28], 0); in solve8x8()
129 VbS1 = vec_splat(Vb[28], 1); in solve8x8()
130 VbS2 = vec_splat(Vb[29], 0); in solve8x8()
131 VbS3 = vec_splat(Vb[29], 1); in solve8x8()
132 VbS4 = vec_splat(Vb[30], 0); in solve8x8()
133 VbS5 = vec_splat(Vb[30], 1); in solve8x8()
134 VbS6 = vec_splat(Vb[31], 0); in solve8x8()
172 VbS0 = vec_splat(Vb[24], 0); in solve8x8()
173 VbS1 = vec_splat(Vb[24], 1); in solve8x8()
298 VbS0 = vec_splat(Vb[8], 0); in solve8x8()
[all …]
H A Dtrsm_kernel_RN_power10.c127 VbS0 = vec_splat(Vb[0], 1); in solve8x8()
128 VbS1 = vec_splat(Vb[1], 0); in solve8x8()
129 VbS2 = vec_splat(Vb[1], 1); in solve8x8()
130 VbS3 = vec_splat(Vb[2], 0); in solve8x8()
131 VbS4 = vec_splat(Vb[2], 1); in solve8x8()
132 VbS5 = vec_splat(Vb[3], 0); in solve8x8()
133 VbS6 = vec_splat(Vb[3], 1); in solve8x8()
171 VbS0 = vec_splat(Vb[5], 0); in solve8x8()
172 VbS1 = vec_splat(Vb[5], 1); in solve8x8()
173 VbS2 = vec_splat(Vb[6], 0); in solve8x8()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DPlayer.cpp170 (pathA = Vb)++; in testPathPoint()
173 pathB = Vb; in testPathPoint()
191 pathB = Vb; in testPathSegment()
211 Vb = curB; in updatePathLocation()
216 (Vb = pathEnd)--; in updatePathLocation()
218 (Vb = curB)--; in updatePathLocation()
225 Vb = curB; in updatePathLocation()
227 testPathPoint(Vb); in updatePathLocation()
232 (Vb = curB)++; in updatePathLocation()
234 if (Vb == pathEnd) Vb = pathBegin; in updatePathLocation()
[all …]
/dports/math/cgal/CGAL-5.3/examples/Triangulation_2/
H A Dadding_handles.cpp6 template < class Gt, class Vb = CGAL::Triangulation_vertex_base_2<Gt> >
8 : public Vb
10 typedef Vb Base;
12 typedef typename Vb::Vertex_handle Vertex_handle;
13 typedef typename Vb::Face_handle Face_handle;
14 typedef typename Vb::Point Point;
18 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
37 typedef My_vertex_base<K> Vb; typedef
38 typedef CGAL::Triangulation_data_structure_2<Vb> Tds;
/dports/math/cgal/CGAL-5.3/examples/Triangulation_3/
H A Dadding_handles_3.cpp7 template < class GT, class Vb = CGAL::Triangulation_vertex_base_3<GT> >
9 : public Vb
12 typedef typename Vb::Vertex_handle Vertex_handle;
13 typedef typename Vb::Cell_handle Cell_handle;
14 typedef typename Vb::Point Point;
18 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
23 My_vertex_base(const Point& p) : Vb(p) {} in My_vertex_base()
24 My_vertex_base(const Point& p, Cell_handle c) : Vb(p, c) {} in My_vertex_base()
/dports/math/cgal/CGAL-5.3/examples/Periodic_3_triangulation_3/
H A Dperiodic_adding_handles.cpp9 class Vb = CGAL::Triangulation_vertex_base_3<Gt,VbDS> >
11 : public Vb
14 typedef typename Vb::Vertex_handle Vertex_handle;
15 typedef typename Vb::Cell_handle Cell_handle;
16 typedef typename Vb::Point Point;
20 typedef typename Vb::template Rebind_TDS<TDS2>::Other Vb2;
27 : Vb(p) {} in My_vertex_base()
30 : Vb(p, c) {} in My_vertex_base()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_extrude_face.erl171 #edge{vs=Va,ve=Vb}=Rec -> Rec;
172 #edge{vs=Vb,ve=Va}=Rec -> Rec;
188 Vb = {Vb0,Face},
190 digraph:add_vertex(G, Vb),
191 digraph:add_edge(G, Va, Vb).
201 [Va,_,Vb] ->
202 Face = get_face(Va, Vb, We0),
221 [Vb] -> collect_chain(G, Vb, [V|Acc])
240 get_face(Va, Vb, We) ->
241 Vs = [Va,Vb],
[all …]

12345678910>>...64