Home
last modified time | relevance | path

Searched refs:PRINT (Results 151 – 175 of 7365) sorted by relevance

12345678910>>...295

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dsaveload.cpp197 PRINT("%i", _player.level); in saveGameStream()
201 PRINT("%s", "a"); in saveGameStream()
203 PRINT("%f", _player.px); in saveGameStream()
204 PRINT("%f", _player.py); in saveGameStream()
205 PRINT("%f", _player.opx); in saveGameStream()
206 PRINT("%f", _player.opy); in saveGameStream()
212 PRINT("%i", _player.hp); in saveGameStream()
213 PRINT("%i", _player.maxHp); in saveGameStream()
215 PRINT("%i", _player.level); in saveGameStream()
230 PRINT("%i", _player.exp); in saveGameStream()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/cexpf/
H A Dcis_common.h99 p = I2F(F2I(x) & FL_ABS_MASK); PRINT(p); in __cis_scalar_kernel()
106 p = __reduction_slowpath_pio2(p, &h, &w); PRINT(p); PRINT(h); PRINT(w); in __cis_scalar_kernel()
177 k = fmaf(p, _1_OVER_PI_F * 2.0f, 0x1.8p23); PRINT(k); in __cis_scalar_kernel()
183 k -= 0x1.8p23; PRINT(k); in __cis_scalar_kernel()
192 float u = fmaf(k, -PI_HI_F/2.0f, p); PRINT(u); in __cis_scalar_kernel()
196 fast2mul(k, -PI_MI_F/2.0f, &p1, &p2); PRINT(p1); PRINT(p2); in __cis_scalar_kernel()
198 fast2sum(u, p1, &t1, &t2); PRINT(t1); PRINT(t2); in __cis_scalar_kernel()
201 v2 = v2 + p2; PRINT(v1); PRINT(v2); in __cis_scalar_kernel()
203 w = fmaf(k, -PI_LO_F/2.0f, v2); PRINT(w); in __cis_scalar_kernel()
206 fast2sum(v1, w, &p, &w); PRINT(p); PRINT(w); in __cis_scalar_kernel()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
H A Dlambda-02-co-yield-values.C15 PRINT ("f: about to yield start"); in main()
19 PRINT ("f: about to yield (value-31)"); in main()
23 PRINT ("f: about to return (value+6163)"); in main()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
H A Dlambda-05-capture-copy-local.C17 PRINT ("f: about to yield start"); in main()
21 PRINT ("f: about to yield (value-31)"); in main()
25 PRINT ("f: about to return (value+6163)"); in main()
29 PRINT ("main: create coro1"); in main()
31 PRINT ("main: got coro1 - resuming (1)"); in main()
35 PRINT ("main: after resume (1)"); in main()
43 PRINT ("main: after resume (2)"); in main()
50 PRINT ("main: done?"); in main()
58 PRINT ("main: apparently got 6174"); in main()
61 PRINT ("main: apparently not done..."); in main()
[all …]
H A Dlocal-var-03-with-awaits.C14 PRINT ("f: about to yield start"); in f()
18 PRINT ("f: about to yield (value-31)"); in f()
22 PRINT ("f: about to return (value+6163)"); in f()
28 PRINT ("main: create coro1"); in main()
30 PRINT ("main: got coro1 - resuming (1)"); in main()
34 PRINT ("main: after resume (1)"); in main()
42 PRINT ("main: after resume (2)"); in main()
49 PRINT ("main: done?"); in main()
57 PRINT ("main: apparently got 6174"); in main()
60 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
H A Dlambda-02-co-yield-values.C15 PRINT ("f: about to yield start"); in main()
19 PRINT ("f: about to yield (value-31)"); in main()
23 PRINT ("f: about to return (value+6163)"); in main()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
H A Dlambda-05-capture-copy-local.C17 PRINT ("f: about to yield start"); in main()
21 PRINT ("f: about to yield (value-31)"); in main()
25 PRINT ("f: about to return (value+6163)"); in main()
29 PRINT ("main: create coro1"); in main()
31 PRINT ("main: got coro1 - resuming (1)"); in main()
35 PRINT ("main: after resume (1)"); in main()
43 PRINT ("main: after resume (2)"); in main()
50 PRINT ("main: done?"); in main()
58 PRINT ("main: apparently got 6174"); in main()
61 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/coroutines/torture/
H A Dco-await-07-tmpl.C15 PRINT ("Created coro1 object from handle"); in coro1()
20 PRINT ("Moved coro1"); in coro1()
28 PRINT ("Destroyed coro1"); in ~coro1()
61 promise_type() { PRINT ("Created Promise"); } in promise_type()
62 ~promise_type() { PRINT ("Destroyed Promise"); } in ~promise_type()
65 PRINT ("get_return_object: from handle from promise"); in get_return_object()
70 PRINT ("get initial_suspend "); in initial_suspend()
75 PRINT ("get final_suspend"); in final_suspend()
109 PRINT ("main: create coro1"); in main()
112 PRINT ("main: got coro1 - checking gX"); in main()
[all …]
H A Dco-yield-01-multi.C15 PRINT ("f: about to yield 42"); in f()
18 PRINT ("f: about to yield 11"); in f()
21 PRINT ("f: about to return 6174"); in f()
27 PRINT ("main: create coro1"); in main()
29 PRINT ("main: got coro1 - resuming (1)"); in main()
33 PRINT ("main: after resume (1)"); in main()
41 PRINT ("main: after resume (2)"); in main()
48 PRINT ("main: done?"); in main()
56 PRINT ("main: apparently got 6174"); in main()
59 PRINT ("main: apparently not done..."); in main()
[all …]
/dports/audio/alsa-utils/alsa-utils-1.2.2/alsactl/init/
H A Dinfo3 PRINT="CARDINFO:\n"
4 PRINT=" CARDINFO{id}=\"$CARDINFO{id}\"\n"
5 PRINT=" CARDINFO{card}=\"$CARDINFO{card}\"\n"
6 PRINT=" CARDINFO{driver}=\"$CARDINFO{driver}\"\n"
7 PRINT=" CARDINFO{name}=\"$CARDINFO{name}\"\n"
8 PRINT=" CARDINFO{longname}=\"$CARDINFO{longname}\"\n"
9 PRINT=" CARDINFO{mixername}=\"$CARDINFO{mixername}\"\n"
10 PRINT=" CARDINFO{components}=\"$CARDINFO{components}\"\n"
13 PRINT="sysfs:\n"
14 ATTR{bus}=="*", PRINT=" ATTR{bus}=\"$ATTR{bus}\"\n"
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbi_system.cpp57 #define PRINT(msg, value, res) \ in Test_General() macro
74 PRINT("Number of CPUs total", CSystemInfo::GetCpuCount(), true); in Test_General()
75 PRINT("Number of CPUs allowed to use", CSystemInfo::GetCpuCountAllowed(), true); in Test_General()
76 PRINT("Total physical memory size (bytes)", CSystemInfo::GetTotalPhysicalMemorySize(), true); in Test_General()
77 PRINT("Avail physical memory size (bytes)", CSystemInfo::GetAvailPhysicalMemorySize(), true); in Test_General()
80 PRINT("Virtual memory page size (bytes)", CSystemInfo::GetVirtualMemoryPageSize(), true); in Test_General()
87 PRINT("Memory usage (bytes)", " ", res); in Test_General()
101 PRINT("Number of threads", proc_thread_count, proc_thread_count != -1); in Test_General()
105 PRINT("Used file descriptors", proc_fd_count, proc_fd_count != -1); in Test_General()
106 PRINT("File descriptors soft limit", soft_fd_limit, soft_fd_limit != -1); in Test_General()
[all …]
/dports/graphics/blender/blender-2.91.0/build_files/build_environment/
H A Dinstall_deps.sh612 PRINT() { function
968 PRINT ""
971 PRINT ""
972 PRINT ""
975 PRINT ""
976 PRINT ""
1120 PRINT ""
1122 PRINT ""
1124 PRINT ""
5817 PRINT ""
[all …]
/dports/devel/libtickit/libtickit-0.4.2a/t/
H A D37renderbuffer-copy.c25 GOTO(0,0), SETPEN(), PRINT("Hello"), in main()
26 GOTO(1,1), SETPEN(), PRINT("A"), in main()
29 GOTO(4,2), SETPEN(), PRINT("Hello"), in main()
30 GOTO(5,3), SETPEN(), PRINT("A"), in main()
47 GOTO(0,0), SETPEN(), PRINT("ABCDE"), in main()
50 GOTO(4,0), SETPEN(), PRINT("ABC"), in main()
70 GOTO(4,2), SETPEN(), PRINT("CDE"), in main()
123 GOTO(0,0), SETPEN(), PRINT("Def"), in main()
124 SETPEN(), PRINT("Ghi"), in main()
160 GOTO(5,3), SETPEN(), PRINT("A"), in main()
[all …]

12345678910>>...295