Home
last modified time | relevance | path

Searched refs:Get_Tolerance (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dcairo.ads2375 function Get_Tolerance (Cr : Cairo_Context) return Gdouble; subprogspec
2875 pragma Import (C, Get_Tolerance, "cairo_get_tolerance");
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dcairo.ads2291 function Get_Tolerance (Cr : Cairo_Context) return Gdouble; subprogspec
2794 pragma Import (C, Get_Tolerance, "cairo_get_tolerance");
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dgrid.h1124 double Get_Tolerance (void) const { return( m_Tolerance ); } in Get_Tolerance() function
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.adb2201 Tolerance := Get_Tolerance (Def);
H A Dvhdl-nodes.ads8176 function Get_Tolerance (Def : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb3901 function Get_Tolerance (Def : Iir) return Iir is subprogram
3907 end Get_Tolerance;
H A Dvhdl-prints.adb583 Tol : constant Iir := Get_Tolerance (N);
H A Dvhdl-nodes_meta.adb6185 return Get_Tolerance (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2206 Get_Tolerance = libghdl.vhdl__nodes__get_tolerance variable