Home
last modified time | relevance | path

Searched refs:quit (Results 26 – 50 of 13138) sorted by relevance

12345678910>>...526

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit; in main()
12 goto quit; in main()
15 goto quit; in main()
18 goto quit; in main()
21 goto quit; in main()
24 goto quit; in main()
27 goto quit; in main()
30 goto quit; in main()
33 goto quit; in main()
36 goto quit; in main()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit; in main()
12 goto quit; in main()
15 goto quit; in main()
18 goto quit; in main()
21 goto quit; in main()
24 goto quit; in main()
27 goto quit; in main()
30 goto quit; in main()
33 goto quit; in main()
36 goto quit; in main()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit; in main()
12 goto quit; in main()
15 goto quit; in main()
18 goto quit; in main()
21 goto quit; in main()
24 goto quit; in main()
27 goto quit; in main()
30 goto quit; in main()
33 goto quit; in main()
36 goto quit; in main()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit; in main()
12 goto quit; in main()
15 goto quit; in main()
18 goto quit; in main()
21 goto quit; in main()
24 goto quit; in main()
27 goto quit; in main()
30 goto quit; in main()
33 goto quit; in main()
36 goto quit; in main()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit; in main()
12 goto quit; in main()
15 goto quit; in main()
18 goto quit; in main()
21 goto quit; in main()
24 goto quit; in main()
27 goto quit; in main()
30 goto quit; in main()
33 goto quit; in main()
36 goto quit; in main()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/atoms/tests/unit_tests/
H A DatomsUpdate.dia.ref12 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
27 if ~atomsIsInstalled(["toolbox_5V6" "1.0-1"],"user") then bugmes();quit;end
28 if ~atomsIsInstalled(["toolbox_4V6" "1.0-1"],"user") then bugmes();quit;end
29 if atomsIsInstalled(["toolbox_4V6" "1.1-1"],"all") then bugmes();quit;end
30 if ~atomsIsInstalled(["toolbox_2V6" "1.0-1"],"user") then bugmes();quit;end
31 if ~atomsIsInstalled(["toolbox_1V6" "1.0-1"],"user") then bugmes();quit;end
52 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
87 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
127 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
185 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
[all …]
H A DatomsInstall.dia.ref23 if ~atomsIsInstalled("toolbox_5V6") then bugmes();quit;end
58 if ~atomsIsInstalled("toolbox_5V6","user") then bugmes();quit;end
59 if ~atomsIsInstalled("toolbox_4V6","user") then bugmes();quit;end
67 if atomsIsInstalled("toolbox_5V6","user") then bugmes();quit;end
68 if atomsIsInstalled("toolbox_4V6","user") then bugmes();quit;end
69 if atomsIsInstalled("toolbox_2V6","user") then bugmes();quit;end
70 if atomsIsInstalled("toolbox_1V6","user") then bugmes();quit;end
78 if atomsIsInstalled("toolbox_5V6","user") then bugmes();quit;end
79 if atomsIsInstalled("toolbox_4V6","user") then bugmes();quit;end
80 if atomsIsInstalled("toolbox_2V6","user") then bugmes();quit;end
[all …]
H A DatomsAutoloadDel.dia.ref12 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
29 if ~ isempty(atomsAutoloadList()) then bugmes();quit;end
44 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
47 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
48 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
55 if ~ isempty(atomsAutoloadList()) then bugmes();quit;end
70 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
73 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
74 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
82 if ~ isempty(atomsAutoloadList()) then bugmes();quit;end
[all …]
H A DatomsAutoloadAdd.dia.ref12 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
29 if ~ isempty(atomsAutoloadList()) then bugmes();quit;end
42 if or(atomsAutoloadList()<>ref) then bugmes();quit;end
45 if ~isempty( atomsGetInstalled() ) then bugmes();quit;end
46 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
53 if ~ isempty(atomsAutoloadList()) then bugmes();quit;end
66 if or(atomsAutoloadList()<>ref) then bugmes();quit;end
68 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
81 if or(atomsAutoloadList()<>ref) then bugmes();quit;end
83 if ~isempty( atomsAutoloadList() ) then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/output_stream/tests/unit_tests/
H A Dsprintf.dia.ref12 if bugnum(sprintf('%f',-35),'-35.000000' ) then bugmes();quit;end
13 if bugnum(sprintf('%f',35.55),'35.550000' ) then bugmes();quit;end
21 if bugnum(sprintf('%.1f',-35),'-35.0' ) then bugmes();quit;end
22 if bugnum(sprintf('%.0f',-35),'-35' ) then bugmes();quit;end
23 if bugnum(sprintf('%#.0f',-35),'-35.' ) then bugmes();quit;end
28 if bugnum(sprintf('%g',-35),'-35' ) then bugmes();quit;end
29 if bugnum(sprintf('%g',35.55),'35.55' ) then bugmes();quit;end
67 //if bugnum(sprintf('%c',29),'t' ) then bugmes();quit;end
72 if bugnum(sprintf('%s','text'),'text' ) then bugmes();quit;end
76 if bugnum(sprintf('%s','t'),'t' ) then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/tests/unit_tests/
H A Dsvd.dia.ref20 if S<>[] then bugmes();quit;end
24 if S<>[] then bugmes();quit;end
105 if or(S<0) then bugmes();quit;end
125 if rk<>3 then bugmes();quit;end
129 if or(S<0) then bugmes();quit;end
149 if rk<>3 then bugmes();quit;end
153 if or(S<0) then bugmes();quit;end
173 if rk<>3 then bugmes();quit;end
197 if rk<>3 then bugmes();quit;end
222 if rk<>30 then bugmes();quit;end
[all …]
H A Dschur.dia.ref76 if n<>2 then bugmes();quit;end
80 if n<>0 then bugmes();quit;end
83 if n<>2 then bugmes();quit;end
96 if n<>3 then bugmes();quit;end
100 if n<>0 then bugmes();quit;end
103 if n<>3 then bugmes();quit;end
122 if n<>25 then bugmes();quit;end
126 if n<>0 then bugmes();quit;end
146 if n<>0 then bugmes();quit;end
179 if n<>0 then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/tests/unit_tests/
H A Dmatops.dia.ref12 v(2)=3;if or(v<>[1 3 3]) then bugmes();quit;end
13 v(4)=-5;if or(v<>[1 3 3 -5]) then bugmes();quit;end
41 v(2)=[];if or(v<>[1 3]) then bugmes();quit;end
43 v([3 2])=[];if v<>1 then bugmes();quit;end
47 v([3 2])=[];if v<>1 then bugmes();quit;end
85 v([3 2])=[];if v<>1 then bugmes();quit;end
89 v([3 2])=[];if v<>1 then bugmes();quit;end
97 if or(v<>v_ref) then bugmes();quit;end
99 if or(v<>v_ref) then bugmes();quit;end
101 if or(v<>v_ref) then bugmes();quit;end
[all …]
H A Dinf_nan.dia.ref9 if %inf <> %inf <> %f then bugmes();quit;end
10 if %inf == %inf <> %t then bugmes();quit;end
11 if %inf > %inf <> %f then bugmes();quit;end
12 if %inf < %inf <> %f then bugmes();quit;end
13 if %inf >= %inf <> %t then bugmes();quit;end
14 if %inf <= %inf <> %t then bugmes();quit;end
15 if %nan <> %nan <> %t then bugmes();quit;end
16 if %nan == %nan <> %f then bugmes();quit;end
17 if %nan > %nan <> %f then bugmes();quit;end
18 if %nan < %nan <> %f then bugmes();quit;end
[all …]
H A Dmacro.dia.ref13 if u<> 3 then bugmes();quit;end
14 if v<>-1 then bugmes();quit;end
22 if u<> 3 then bugmes();quit;end
23 if v<>-1 then bugmes();quit;end
31 if u<> 3 then bugmes();quit;end
32 if v<>-1 then bugmes();quit;end
33 if z<>1 then bugmes();quit;end
37 if z<>1 then bugmes();quit;end
40 if u<> 3 then bugmes();quit;end
42 if z<>1 then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/unit_tests/
H A Ddec2bin.dia.ref12 if dec2bin(0) <> "0" then bugmes();quit;end
13 if dec2bin(1) <> "1" then bugmes();quit;end
14 if dec2bin(2) <> "10" then bugmes();quit;end
15 if dec2bin(3) <> "11" then bugmes();quit;end
44 if dec2bin(A) <> B then bugmes();quit;end
49 if dec2bin(A,8) <> B then bugmes();quit;end
54 if dec2bin(A) <> B then bugmes();quit;end
59 if dec2bin(A) <> B then bugmes();quit;end
64 if dec2bin(A) <> B then bugmes();quit;end
69 if dec2bin(A,6) <> B then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/tests/unit_tests/
H A Dmfprintf.dia.ref30 if bugnum(Fprintf("%f",-35),"-35.000000" ) then bugmes();quit;end
31 if bugnum(Fprintf("%f",35.55),"35.550000" ) then bugmes();quit;end
39 if bugnum(Fprintf("%.1f",-35),"-35.0" ) then bugmes();quit;end
40 if bugnum(Fprintf("%.0f",-35),"-35" ) then bugmes();quit;end
41 if bugnum(Fprintf("%#.0f",-35),"-35." ) then bugmes();quit;end
47 if bugnum(Fprintf("%g",-35),"-35" ) then bugmes();quit;end
48 if bugnum(Fprintf("%g",35.55),"35.55" ) then bugmes();quit;end
88 if bugnum(Fprintf("%c","t"),"t" ) then bugmes();quit;end
94 if bugnum(Fprintf("%s","text"),"text" ) then bugmes();quit;end
98 if bugnum(Fprintf("%s","t"),"t" ) then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/special_functions/tests/unit_tests/
H A Dbesseli.dia.ref30 if testresult() then bugmes();quit;end
33 if testresult() then bugmes();quit;end
38 if testresult() then bugmes();quit;end
41 if testresult() then bugmes();quit;end
46 if testresult() then bugmes();quit;end
49 if testresult() then bugmes();quit;end
54 if testresult() then bugmes();quit;end
57 if testresult() then bugmes();quit;end
62 if testresult() then bugmes();quit;end
65 if testresult() then bugmes();quit;end
[all …]
H A Dbesselj.dia.ref30 if testresult() then bugmes();quit;end
33 if testresult() then bugmes();quit;end
38 if testresult() then bugmes();quit;end
41 if testresult() then bugmes();quit;end
46 if testresult() then bugmes();quit;end
49 if testresult() then bugmes();quit;end
54 if testresult() then bugmes();quit;end
57 if testresult() then bugmes();quit;end
62 if testresult() then bugmes();quit;end
65 if testresult() then bugmes();quit;end
[all …]
H A Dbessely.dia.ref30 if testresult() then bugmes();quit;end
33 if testresult() then bugmes();quit;end
38 if testresult() then bugmes();quit;end
41 if testresult() then bugmes();quit;end
46 if testresult() then bugmes();quit;end
49 if testresult() then bugmes();quit;end
54 if testresult() then bugmes();quit;end
57 if testresult() then bugmes();quit;end
62 if testresult() then bugmes();quit;end
65 if testresult() then bugmes();quit;end
[all …]
H A Dbesselh.dia.ref33 if testresult() then bugmes();quit;end
36 if testresult() then bugmes();quit;end
39 if testresult() then bugmes();quit;end
44 if testresult() then bugmes();quit;end
47 if testresult() then bugmes();quit;end
50 if testresult() then bugmes();quit;end
55 if testresult() then bugmes();quit;end
58 if testresult() then bugmes();quit;end
61 if testresult() then bugmes();quit;end
66 if testresult() then bugmes();quit;end
[all …]
H A Dbesselk.dia.ref30 if testresult() then bugmes();quit;end
33 if testresult() then bugmes();quit;end
38 if testresult() then bugmes();quit;end
41 if testresult() then bugmes();quit;end
46 if testresult() then bugmes();quit;end
49 if testresult() then bugmes();quit;end
54 if testresult() then bugmes();quit;end
57 if testresult() then bugmes();quit;end
62 if testresult() then bugmes();quit;end
65 if testresult() then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/tests/unit_tests/
H A Dsparse.dia.ref47 if or(full(v)<>a) then bugmes();quit;end
50 if or(full(v)<>a) then bugmes();quit;end
76 if ij<>[]|v<>[] then bugmes();quit;end
194 if a*[]<>[] then bugmes();quit;end
195 if []*a<>[] then bugmes();quit;end
213 if ac*[]<>[] then bugmes();quit;end
214 if []*ac<>[] then bugmes();quit;end
238 if a.*[]<>[] then bugmes();quit;end
239 if [].*a<>[] then bugmes();quit;end
770 if a==b<>%f then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/tests/unit_tests/
H A Dpolops.dia.ref624 if p1(1) <> p11 then bugmes();quit;end
625 if p1(4) <> p14 then bugmes();quit;end
626 if p2(2) <> p22 then bugmes();quit;end
627 if p2(3) <> p23 then bugmes();quit;end
632 if p1(:) <> p1 then bugmes();quit;end
633 if p2(:) <> p2' then bugmes();quit;end
653 if p1(1) <> p11 then bugmes();quit;end
673 then bugmes();quit;end
678 then bugmes();quit;end
684 if or(a<>a_ref) then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Dconvstr.dia.ref11 if convstr("ABC")<>"abc" then bugmes();quit;end
21 if convstr("ABC")<>"abc" then bugmes();quit;end
31 if convstr("") <> "" then bugmes();quit;end
32 if convstr("","u") <> "" then bugmes();quit;end
33 if convstr("","U") <> "" then bugmes();quit;end
34 if convstr("","l") <> "" then bugmes();quit;end
35 if convstr("","L") <> "" then bugmes();quit;end
37 if convstr([]) <> [] then bugmes();quit;end
38 if convstr([],"u") <> [] then bugmes();quit;end
39 if convstr([],"U") <> [] then bugmes();quit;end
[all …]

12345678910>>...526