Home
last modified time | relevance | path

Searched +refs:y +refs:end (Results 1 – 25 of 110518) sorted by relevance

12345678910>>...4421

/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/tests/unit_tests/files/
H A DMcCabe.sci11 end
12 end
23 end
24 end
34 end
45 end
46 end
56 end
67 end
68 end
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfillts.h90 le.end.y = flp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
92 re.end.y = alp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
108 (le.end.y-le.start.y-1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
123 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
126 newle.end.y += le.end.y-le.start.y; in TEMPLATE_slant_into_trapezoids()
132 newre.end.y = re.end.y; in TEMPLATE_slant_into_trapezoids()
135 newre.end.y += re.end.y-re.start.y; in TEMPLATE_slant_into_trapezoids()
172 (le.end.y-le.start.y+1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
176 (re.end.y-re.start.y+1))/(re.end.y-re.start.y); in TEMPLATE_slant_into_trapezoids()
187 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfillts.h90 le.end.y = flp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
92 re.end.y = alp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
108 (le.end.y-le.start.y-1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
123 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
126 newle.end.y += le.end.y-le.start.y; in TEMPLATE_slant_into_trapezoids()
132 newre.end.y = re.end.y; in TEMPLATE_slant_into_trapezoids()
135 newre.end.y += re.end.y-re.start.y; in TEMPLATE_slant_into_trapezoids()
172 (le.end.y-le.start.y+1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
176 (re.end.y-re.start.y+1))/(re.end.y-re.start.y); in TEMPLATE_slant_into_trapezoids()
187 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfillts.h88 le.end.y = flp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
90 re.end.y = alp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
106 (le.end.y-le.start.y-1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
121 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
124 newle.end.y += le.end.y-le.start.y; in TEMPLATE_slant_into_trapezoids()
130 newre.end.y = re.end.y; in TEMPLATE_slant_into_trapezoids()
133 newre.end.y += re.end.y-re.start.y; in TEMPLATE_slant_into_trapezoids()
172 (le.end.y-le.start.y+1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
176 (re.end.y-re.start.y+1))/(re.end.y-re.start.y); in TEMPLATE_slant_into_trapezoids()
187 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfillts.h88 le.end.y = flp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
90 re.end.y = alp->end.y - fo->adjust_below; in TEMPLATE_slant_into_trapezoids()
106 (le.end.y-le.start.y-1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
121 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
124 newle.end.y += le.end.y-le.start.y; in TEMPLATE_slant_into_trapezoids()
130 newre.end.y = re.end.y; in TEMPLATE_slant_into_trapezoids()
133 newre.end.y += re.end.y-re.start.y; in TEMPLATE_slant_into_trapezoids()
172 (le.end.y-le.start.y+1))/(le.end.y-le.start.y); in TEMPLATE_slant_into_trapezoids()
176 (re.end.y-re.start.y+1))/(re.end.y-re.start.y); in TEMPLATE_slant_into_trapezoids()
187 newle.end.y = le.end.y; in TEMPLATE_slant_into_trapezoids()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/special_functions/tests/unit_tests/
H A Dbesseli.tst12 if or(isnan(real(y))<>isnan(real(yref))) then r=%t,return,end;
13 if or(isnan(imag(y))<>isnan(imag(yref))) then r=%t,return,end;
14 if or(size(y)<>size(yref)) then r=%t,return,end;
33 y=besseli(alpha,x);
41 y=besseli(alpha,x);
49 y=besseli(alpha,x);
57 y=besseli(alpha,x);
65 y=besseli(alpha,x);
73 y=besseli(alpha,x);
83 y=besseli(alpha,x);
[all …]
H A Dbesselj.tst12 if or(isnan(real(y))<>isnan(real(yref))) then r=%t,return,end;
13 if or(isnan(imag(y))<>isnan(imag(yref))) then r=%t,return,end;
14 if or(size(y)<>size(yref)) then r=%t,return,end;
34 y=besselj(alpha,x);
42 y=besselj(alpha,x);
50 y=besselj(alpha,x);
58 y=besselj(alpha,x);
66 y=besselj(alpha,x);
74 y=besselj(alpha,x);
84 y=besselj(alpha,x);
[all …]
H A Dbessely.tst12 if or(isnan(real(y))<>isnan(real(yref))) then r=%t,return,end;
13 if or(isnan(imag(y))<>isnan(imag(yref))) then r=%t,return,end;
14 if or(size(y)<>size(yref)) then r=%t,return,end;
32 y=bessely(alpha,x);
40 y=bessely(alpha,x);
48 y=bessely(alpha,x);
56 y=bessely(alpha,x);
64 y=bessely(alpha,x);
72 y=bessely(alpha,x);
82 y=bessely(alpha,x);
[all …]
H A Dbesselh.tst11 if or(isnan(real(y))<>isnan(real(yref))) then r=%t,return,end;
12 if or(isnan(imag(y))<>isnan(imag(yref))) then r=%t,return,end;
13 if or(size(y)<>size(yref)) then r=%t,return,end;
21 end
28 end
37 y=besselh(alpha,x);
48 y=besselh(alpha,x);
59 y=besselh(alpha,x);
70 y=besselh(alpha,x);
81 y=besselh(alpha,x);
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/MATLAB_Tools/SSMULT/
H A Dsstest3.m24 end
33 end
41 end
49 end
57 end
65 end
622 end
623 end
624 end
625 end
[all …]

12345678910>>...4421