Home
last modified time | relevance | path

Searched refs:PRINT (Results 26 – 50 of 5317) sorted by relevance

12345678910>>...213

/dports/emulators/x16-rom/x16-rom-r38/test/
H A Ddos.bas16 7 PRINT"UNKNOWN DRIVE":STOP
77 99 PRINT:GOTO10
116 410 OPEN1,8,2,"FILE,P,W":PRINT#1,"ONE":PRINT#1,"TWO":CLOSE1
127 515 PRINT#1,"ONE":PRINT#2,"TWO":PRINT#1,"THREE":PRINT#2,"FOUR"
143 610 OPEN1,8,2,"FILE1,P,W":PRINT#1,"ONE":PRINT#1,"THREE":CLOSE1
144 615 OPEN1,8,2,"FILE2,P,W":PRINT#1,"TWO":PRINT#1,"FOUR":CLOSE1
218 1300 PRINT"13 UI",,,;
437 3430 PRINT#1,"A";
439 3450 PRINT#1,"A";
447 3530 PRINT#1,"A";
[all …]
/dports/emulators/x16-rom/x16-rom-r38/test/fp/
H A Dperf.bas12 1060 PRINT
21 2070 PRINT J
22 2080 PRINT
31 3070 PRINT K
32 3080 PRINT
43 4090 PRINT K
44 4100 PRINT
55 4290 PRINT K
56 4300 PRINT
65 5070 PRINT K
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv"); in ~nontriv()
36 PRINT("coro1 mv ctor "); in coro1()
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1"); in ~coro1()
76 PRINT ("get final_suspend (always)"); in final_suspend()
80 PRINT ("return_void ()"); in return_void()
89 PRINT ("coro1: about to return"); in f()
95 PRINT ("main: create coro1"); in main()
97 PRINT ("main: got coro1 - resuming"); in main()
101 PRINT ("main: after resume"); in main()
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv"); in ~nontriv()
36 PRINT("coro1 mv ctor "); in coro1()
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1"); in ~coro1()
76 PRINT ("get final_suspend (always)"); in final_suspend()
80 PRINT ("return_void ()"); in return_void()
89 PRINT ("coro1: about to return"); in f()
95 PRINT ("main: create coro1"); in main()
97 PRINT ("main: got coro1 - resuming"); in main()
101 PRINT ("main: after resume"); in main()
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv"); in ~nontriv()
36 PRINT("coro1 mv ctor "); in coro1()
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1"); in ~coro1()
76 PRINT ("get final_suspend (always)"); in final_suspend()
80 PRINT ("return_void ()"); in return_void()
89 PRINT ("coro1: about to return"); in f()
95 PRINT ("main: create coro1"); in main()
97 PRINT ("main: got coro1 - resuming"); in main()
101 PRINT ("main: after resume"); in main()
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv"); in ~nontriv()
36 PRINT("coro1 mv ctor "); in coro1()
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1"); in ~coro1()
76 PRINT ("get final_suspend (always)"); in final_suspend()
80 PRINT ("return_void ()"); in return_void()
89 PRINT ("coro1: about to return"); in f()
95 PRINT ("main: create coro1"); in main()
97 PRINT ("main: got coro1 - resuming"); in main()
101 PRINT ("main: after resume"); in main()
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv");
36 PRINT("coro1 mv ctor ");
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1");
76 PRINT ("get final_suspend (always)");
80 PRINT ("return_void ()");
89 PRINT ("coro1: about to return");
95 PRINT ("main: create coro1");
97 PRINT ("main: got coro1 - resuming");
101 PRINT ("main: after resume");
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv"); in ~nontriv()
36 PRINT("coro1 mv ctor "); in coro1()
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1"); in ~coro1()
76 PRINT ("get final_suspend (always)"); in final_suspend()
80 PRINT ("return_void ()"); in return_void()
89 PRINT ("coro1: about to return"); in f()
95 PRINT ("main: create coro1"); in main()
97 PRINT ("main: got coro1 - resuming"); in main()
101 PRINT ("main: after resume"); in main()
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-ret-04-GRO-nontriv.C20 PRINT("Destroyed nontriv"); in ~nontriv()
36 PRINT("coro1 mv ctor "); in coro1()
41 PRINT("coro1 op= ");
45 PRINT("Destroyed coro1"); in ~coro1()
76 PRINT ("get final_suspend (always)"); in final_suspend()
80 PRINT ("return_void ()"); in return_void()
89 PRINT ("coro1: about to return"); in f()
95 PRINT ("main: create coro1"); in main()
97 PRINT ("main: got coro1 - resuming"); in main()
101 PRINT ("main: after resume"); in main()
[all …]
H A Dco-yield-00-triv.C24 PRINT("coro1 mv ctor "); in coro1()
29 PRINT("coro1 op= ");
33 PRINT("Destroyed coro1"); in ~coro1()
93 PRINT ("f: about to yield 42"); in f()
96 PRINT ("f: about to return 6174"); in f()
102 PRINT ("main: create coro1"); in main()
108 PRINT ("main: after resume (1)"); in main()
112 PRINT ("main: apparently got 42"); in main()
117 PRINT ("main: after resume (2)"); in main()
121 PRINT ("main: apparently got 6174"); in main()
[all …]
H A Dexceptions-test-0.C22 PRINT("coro1 mv ctor "); in coro1()
27 PRINT("coro1 op= ");
31 PRINT("Destroyed coro1"); in ~coro1()
102 PRINT ("f: about to yield 42"); in throw_and_catch()
107 PRINT ("f: about to yield 6174"); in throw_and_catch()
120 PRINT ("f: about to return 22"); in throw_and_catch()
126 PRINT ("main: create coro1"); in main()
131 PRINT ("main: got coro, resuming.."); in main()
138 PRINT ("main: resuming..."); in main()
148 PRINT ("main: resuming..."); in main()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/tools/
H A Dparse_header.c70 PRINT(profile); in main()
71 PRINT(level); in main()
72 PRINT(index); in main()
73 PRINT(width); in main()
74 PRINT(height); in main()
76 PRINT(interlaced); in main()
82 PRINT(clean_width); in main()
83 PRINT(clean_height); in main()
84 PRINT(left_offset); in main()
85 PRINT(top_offset); in main()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/cexp/
H A Dldexp_d_common.h28PRINT(a); PRINT(scale); in __ldexp_d_scalar_kernel()
45 unsigned long long int getexp_a = exp_bits >> (DB_PREC_BITS-1); PRINT(getexp_a); in __ldexp_d_scalar_kernel()
50 long long int sumexp = getexp_a + scale; PRINT(sumexp); in __ldexp_d_scalar_kernel()
56 unsigned long long int sign_a = D2L(a) & DB_SIGN_BIT; PRINT(sign_a); in __ldexp_d_scalar_kernel()
57 unsigned long long int ovf_res = (sign_a | DB_EXP_MASK); PRINT(ovf_res); in __ldexp_d_scalar_kernel()
63 unsigned long long int udf_res = sign_a; PRINT(udf_res); in __ldexp_d_scalar_kernel()
84 ((2*DB_EXP_BIAS + DB_EXP_MIN-2ll) << (DB_PREC_BITS-1))); PRINT(new_a); in __ldexp_d_scalar_kernel()
85 double den_res = new_a * L2D(new_scale); PRINT(den_res); in __ldexp_d_scalar_kernel()
96 (gen_res & gen_mask)))); PRINT(result); in __ldexp_d_scalar_kernel()
106PRINT(va); PRINT(vscale); in __vldexp_manual()
[all …]

12345678910>>...213