Home
last modified time | relevance | path

Searched refs:arect (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/oleo/oleo-1.99.16/src/
H A Dir.c126 struct xx_sIntRectangle arect; in xx_IRsubtract() local
138 arect = *a; in xx_IRsubtract()
141 xx_IRclip (&brect, &arect); in xx_IRsubtract()
143 if (xx_IRhits_point (&arect, in xx_IRsubtract()
159 outv[outp] = arect; in xx_IRsubtract()
166 outv[outp] = arect; in xx_IRsubtract()
174 arect.w = xx_IRurx (&arect) - xx_IRllx (&brect) + 1; in xx_IRsubtract()
175 arect.h = xx_IRury (&arect) - xx_IRlly (&brect) + 1; in xx_IRsubtract()
180 if (xx_IRhits_point (&arect, in xx_IRsubtract()
197 outv[outp] = arect; in xx_IRsubtract()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A Dxsetech.sci15 function []=xsetech(wrect, frect, logflag, arect)
50 if ~exists("arect", "local")
51 arect = [];
53 if (type(arect) <> 1 | isreal(arect) == %f | size(arect) <> [1 4]) then
54 error(77, sprintf(_("%s: Wrong value given for %s."), "xsetech", "arect"));
84 if ~isempty(arect) then
85 a.margins = arect;
H A Dlegends.sci67 arect = old_ax.margins;
73 xsetech(wrect=[r1(1),r1(2),r1(3)/1000,r1(4)/1000],frect=[0 0 1,1]/1000,arect=[0,0,0,0])
74 xmin = arect(1);xmax=1-arect(2);ymin=-1+arect(4);ymax=-arect(3);
103 pos(1) = xmin + ((opt(1)-r2(1))/(r2(3)-r2(1)))*(1-arect(1)-arect(2))
104 pos(2) = ymin + ((opt(2)-r2(2))/(r2(4)-r2(2)))*(1-arect(3)-arect(4))
125 old_ax.margins = [xmin; arect(2); arect(4); arect(3)+height + 2 * yOffset ]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f300 arect(1) = i
302 arect(2) = i
306 if(arect(1).gt.45.) arect(1)=45.
307 if(arect(2).gt.45.) arect(2)=45.
339 arect(1)=iapr
341 arect(2)=i
360 arect(1)=iapr
362 arect(2)=i
508 fitr = amax1(arect(1),arect(2))
524 +arect,ztot,nums)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f300 arect(1) = i
302 arect(2) = i
306 if(arect(1).gt.45.) arect(1)=45.
307 if(arect(2).gt.45.) arect(2)=45.
339 arect(1)=iapr
341 arect(2)=i
360 arect(1)=iapr
362 arect(2)=i
508 fitr = amax1(arect(1),arect(2))
524 +arect,ztot,nums)
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Deda_shape.cpp784 EDA_RECT arect = aRect; in hitTest() local
785 arect.Normalize(); in hitTest()
786 arect.Inflate( aAccuracy ); in hitTest()
797 return arect.Contains( bb ); in hitTest()
816 return arect.Contains( bb ); in hitTest()
821 arcRect = bb.Common( arect ); in hitTest()
834 return arect.Contains( bb ); in hitTest()
863 return arect.Contains( bb ); in hitTest()
869 if( !arect.Intersects( bb ) ) in hitTest()
922 return arect.Contains( bb ); in hitTest()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/
H A Dxsetechfig.sce19 f=1/7 ;arect=ones(1,4)*f
21 xsetech(wrect=wrect,frect=frect,arect=arect)
109 "arect=[x_left, x_right,y_up,y_down]"
112 "xsetech(wrect=wrect,frect=frect,arect=arect)"]
130 ax.foreground = 14; // arect
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcb_target.cpp76 EDA_RECT arect = aRect; in HitTest() local
77 arect.Inflate( aAccuracy ); in HitTest()
80 return arect.Contains( GetBoundingBox() ); in HitTest()
82 return GetBoundingBox().Intersects( arect ); in HitTest()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) in f() argument
12 g (*this, arect); in f()

1234