Home
last modified time | relevance | path

Searched refs:Ibase (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DHDS_items.h263 Hole_iterator() : Ibase() {} in Hole_iterator()
264 Hole_iterator(const Ibase& b) : Ibase(b) {} in Hole_iterator()
267 Halfedge& operator*() { return *(Ibase::operator*()); }
276 Hole_const_iterator() : Ibase() {} in Hole_const_iterator()
277 Hole_const_iterator(const Ibase& b) : Ibase(b) {} in Hole_const_iterator()
291 Isolated_vertex_iterator() : Ibase() {} in Isolated_vertex_iterator()
292 Isolated_vertex_iterator(const Ibase& b) : Ibase(b) {} in Isolated_vertex_iterator()
295 Vertex& operator*() { return *(Ibase::operator*()); }
296 Vertex_handle operator->() { return Ibase::operator*(); }
304 Isolated_vertex_const_iterator() : Ibase() {} in Isolated_vertex_const_iterator()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSNC_structure.h276 { typedef Object_iterator Ibase; typedef
279 Halffacet_cycle_iterator(const Ibase& b) : Ibase(b) {} in Halffacet_cycle_iterator()
303 Halffacet_cycle_const_iterator(const Ibase& b) : Ibase(b) {} in Halffacet_cycle_const_iterator()
326 { typedef Object_iterator Ibase; typedef
328 SFace_cycle_iterator() : Ibase() {} in SFace_cycle_iterator()
329 SFace_cycle_iterator(const Ibase& b) : Ibase(b) {} in SFace_cycle_iterator()
356 SFace_cycle_const_iterator(const Ibase& b) : Ibase(b) {} in SFace_cycle_const_iterator()
384 { typedef Object_iterator Ibase; typedef
386 Shell_entry_iterator() : Ibase() {} in Shell_entry_iterator()
387 Shell_entry_iterator(const Ibase& b) : Ibase(b) {} in Shell_entry_iterator()
[all …]
H A DSNC_sphere_map.h207 { typedef Object_iterator Ibase; typedef
209 SFace_cycle_iterator() : Ibase() {} in SFace_cycle_iterator()
210 SFace_cycle_iterator(const Ibase& b) : Ibase(b) {} in SFace_cycle_iterator()
225 operator Object_handle() const { return Ibase::operator*(); } in Object_handle()
234 { typedef Object_const_iterator Ibase; typedef
236 SFace_cycle_const_iterator() : Ibase() {} in SFace_cycle_const_iterator()
237 SFace_cycle_const_iterator(const Ibase& b) : Ibase(b) {} in SFace_cycle_const_iterator()
246 { SVertex_handle v; CGAL::assign(v,Ibase::operator*()); in SVertex_const_handle()
249 { SHalfedge_handle e; CGAL::assign(e,Ibase::operator*()); in SHalfedge_const_handle()
252 { SHalfloop_handle l; CGAL::assign(l,Ibase::operator*()); in SHalfloop_const_handle()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSphere_map.h140 { typedef Object_iterator Ibase; typedef
142 SFace_cycle_iterator() : Ibase() {} in SFace_cycle_iterator()
143 SFace_cycle_iterator(const Ibase& b) : Ibase(b) {} in SFace_cycle_iterator()
158 operator Object_handle() const { return Ibase::operator*(); } in Object_handle()
167 { typedef Object_const_iterator Ibase; typedef
169 SFace_cycle_const_iterator() : Ibase() {} in SFace_cycle_const_iterator()
170 SFace_cycle_const_iterator(const Ibase& b) : Ibase(b) {} in SFace_cycle_const_iterator()
179 { SVertex_handle v; CGAL::assign(v,Ibase::operator*()); in SVertex_const_handle()
182 { SHalfedge_handle e; CGAL::assign(e,Ibase::operator*()); in SHalfedge_const_handle()
185 { SHalfloop_handle l=0; CGAL::assign(l,Ibase::operator*()); in SHalfloop_const_handle()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-partial-09.cs31 public interface Ibase interface
37 public interface I : Ibase
53 Ibase b = new Bar (); in Main()
/dports/math/gnubc/bc-1.07.1/bc/
H A Dbc.h69 Ibase = 279, enumerator
107 #define Ibase 279 macro
H A Dsbc.y60 %token <i_value> Scale Ibase Obase Auto Read
446 | Ibase
H A Dbc.y93 %token <i_value> Scale Ibase Obase Auto Read Random
770 | Ibase
H A Dscan.l227 ibase return(Ibase);
H A Dbc.c140 Ibase = 279, enumerator
178 #define Ibase 279 macro
/dports/science/py-chempy/chempy-0.8.2/examples/
H A D_kinetic_model_fitting.ipynb66 "Ibase = ionic_strength(rescale(sol/water_density(293*u.K, units=u), u.molal))\n",
67 "print(Ibase)\n",
130 …" ax.set_title(r'$I\\ =\\ %s$' % number_to_scientific_latex(Ibase + ionic_strengths[tI], fm…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch3.adb2928 Ibase : constant Entity_Id := constant
2930 Svg_Chars : constant Name_Id := Chars (Ibase);
2934 Copy_Node (Pbase, Ibase);
2936 Set_Chars (Ibase, Svg_Chars);
2937 Set_Next_Entity (Ibase, Svg_Next_E);
2940 Set_Freeze_Node (Ibase, Empty);
2941 Set_Is_Frozen (Ibase, False);
2942 Set_Comes_From_Source (Ibase, False);
2943 Set_Is_First_Subtype (Ibase, False);
2945 Set_Etype (Ibase, Pbase);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch3.adb2928 Ibase : constant Entity_Id := constant
2930 Svg_Chars : constant Name_Id := Chars (Ibase);
2934 Copy_Node (Pbase, Ibase);
2936 Set_Chars (Ibase, Svg_Chars);
2937 Set_Next_Entity (Ibase, Svg_Next_E);
2940 Set_Freeze_Node (Ibase, Empty);
2941 Set_Is_Frozen (Ibase, False);
2942 Set_Comes_From_Source (Ibase, False);
2943 Set_Is_First_Subtype (Ibase, False);
2945 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_ch3.adb6647 Ibase : constant Entity_Id := constant
6654 Copy_Node (Pbase, Ibase);
6658 Set_Is_Itype (Ibase);
6659 Set_Associated_Node_For_Itype (Ibase, N);
6661 Set_Chars (Ibase, Svg_Chars);
6666 Set_Freeze_Node (Ibase, Empty);
6667 Set_Is_Frozen (Ibase, False);
6668 Set_Comes_From_Source (Ibase, False);
6669 Set_Is_First_Subtype (Ibase, False);
6671 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_ch3.adb6677 Ibase : constant Entity_Id := constant
6684 Copy_Node (Pbase, Ibase);
6688 Set_Is_Itype (Ibase);
6689 Set_Associated_Node_For_Itype (Ibase, N);
6691 Set_Chars (Ibase, Svg_Chars);
6696 Set_Freeze_Node (Ibase, Empty);
6697 Set_Is_Frozen (Ibase, False);
6698 Set_Comes_From_Source (Ibase, False);
6699 Set_Is_First_Subtype (Ibase, False);
6701 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_ch3.adb6708 Ibase : constant Entity_Id := constant
6715 Copy_Node (Pbase, Ibase);
6719 Set_Is_Itype (Ibase);
6720 Set_Associated_Node_For_Itype (Ibase, N);
6722 Set_Chars (Ibase, Svg_Chars);
6727 Set_Freeze_Node (Ibase, Empty);
6728 Set_Is_Frozen (Ibase, False);
6729 Set_Comes_From_Source (Ibase, False);
6730 Set_Is_First_Subtype (Ibase, False);
6732 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_ch3.adb6868 Ibase : constant Entity_Id := constant
6875 Copy_Node (Pbase, Ibase);
6879 Set_Is_Itype (Ibase);
6880 Set_Associated_Node_For_Itype (Ibase, N);
6882 Set_Chars (Ibase, Svg_Chars);
6887 Set_Freeze_Node (Ibase, Empty);
6888 Set_Is_Frozen (Ibase, False);
6889 Set_Comes_From_Source (Ibase, False);
6890 Set_Is_First_Subtype (Ibase, False);
6892 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_ch3.adb6677 Ibase : constant Entity_Id := constant
6684 Copy_Node (Pbase, Ibase);
6688 Set_Is_Itype (Ibase);
6689 Set_Associated_Node_For_Itype (Ibase, N);
6691 Set_Chars (Ibase, Svg_Chars);
6696 Set_Freeze_Node (Ibase, Empty);
6697 Set_Is_Frozen (Ibase, False);
6698 Set_Comes_From_Source (Ibase, False);
6699 Set_Is_First_Subtype (Ibase, False);
6701 Set_Etype (Ibase, Pbase);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_ch3.adb6708 Ibase : constant Entity_Id := constant
6715 Copy_Node (Pbase, Ibase);
6719 Set_Is_Itype (Ibase);
6720 Set_Associated_Node_For_Itype (Ibase, N);
6722 Set_Chars (Ibase, Svg_Chars);
6727 Set_Freeze_Node (Ibase, Empty);
6728 Set_Is_Frozen (Ibase, False);
6729 Set_Comes_From_Source (Ibase, False);
6730 Set_Is_First_Subtype (Ibase, False);
6732 Set_Etype (Ibase, Pbase);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_ch3.adb6677 Ibase : constant Entity_Id := constant
6684 Copy_Node (Pbase, Ibase);
6688 Set_Is_Itype (Ibase);
6689 Set_Associated_Node_For_Itype (Ibase, N);
6691 Set_Chars (Ibase, Svg_Chars);
6696 Set_Freeze_Node (Ibase, Empty);
6697 Set_Is_Frozen (Ibase, False);
6698 Set_Comes_From_Source (Ibase, False);
6699 Set_Is_First_Subtype (Ibase, False);
6701 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_ch3.adb6708 Ibase : constant Entity_Id := constant
6715 Copy_Node (Pbase, Ibase);
6719 Set_Is_Itype (Ibase);
6720 Set_Associated_Node_For_Itype (Ibase, N);
6722 Set_Chars (Ibase, Svg_Chars);
6727 Set_Freeze_Node (Ibase, Empty);
6728 Set_Is_Frozen (Ibase, False);
6729 Set_Comes_From_Source (Ibase, False);
6730 Set_Is_First_Subtype (Ibase, False);
6732 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_ch3.adb6647 Ibase : constant Entity_Id := constant
6654 Copy_Node (Pbase, Ibase);
6658 Set_Is_Itype (Ibase);
6659 Set_Associated_Node_For_Itype (Ibase, N);
6661 Set_Chars (Ibase, Svg_Chars);
6666 Set_Freeze_Node (Ibase, Empty);
6667 Set_Is_Frozen (Ibase, False);
6668 Set_Comes_From_Source (Ibase, False);
6669 Set_Is_First_Subtype (Ibase, False);
6671 Set_Etype (Ibase, Pbase);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_ch3.adb6647 Ibase : constant Entity_Id := constant
6654 Copy_Node (Pbase, Ibase);
6658 Set_Is_Itype (Ibase);
6659 Set_Associated_Node_For_Itype (Ibase, N);
6661 Set_Chars (Ibase, Svg_Chars);
6666 Set_Freeze_Node (Ibase, Empty);
6667 Set_Is_Frozen (Ibase, False);
6668 Set_Comes_From_Source (Ibase, False);
6669 Set_Is_First_Subtype (Ibase, False);
6671 Set_Etype (Ibase, Pbase);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch3.adb6585 Ibase : constant Entity_Id := constant
6591 Copy_Node (Pbase, Ibase);
6595 Set_Is_Itype (Ibase);
6596 Set_Associated_Node_For_Itype (Ibase, N);
6598 Set_Chars (Ibase, Svg_Chars);
6602 Set_Freeze_Node (Ibase, Empty);
6603 Set_Is_Frozen (Ibase, False);
6604 Set_Comes_From_Source (Ibase, False);
6605 Set_Is_First_Subtype (Ibase, False);
6607 Set_Etype (Ibase, Pbase);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch3.adb6585 Ibase : constant Entity_Id := constant
6591 Copy_Node (Pbase, Ibase);
6595 Set_Is_Itype (Ibase);
6596 Set_Associated_Node_For_Itype (Ibase, N);
6598 Set_Chars (Ibase, Svg_Chars);
6602 Set_Freeze_Node (Ibase, Empty);
6603 Set_Is_Frozen (Ibase, False);
6604 Set_Comes_From_Source (Ibase, False);
6605 Set_Is_First_Subtype (Ibase, False);
6607 Set_Etype (Ibase, Pbase);
[all …]

12