Home
last modified time | relevance | path

Searched refs:c_out (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dports/math/py-heyoka/heyoka.py-0.16.0/heyoka/
H A Dtaylor_expose_c_output.cpp83 (*c_out)(tm); in expose_c_output_impl()
118 … out.insert(out.end(), c_out->get_output().begin(), c_out->get_output().end()); in expose_c_output_impl()
154 (*c_out)(u_tm(i)); in expose_c_output_impl()
156 … std::copy(c_out->get_output().begin(), c_out->get_output().end(), ret_ptr + i * ncols); in expose_c_output_impl()
168 if (c_out->get_output().empty()) { in expose_c_output_impl()
190 if (c_out->get_times().empty()) { in expose_c_output_impl()
282 if (c_out->get_output().empty()) { in expose_c_output_batch_impl()
323 (*c_out)(tm.data()); in expose_c_output_batch_impl()
327 (*c_out)(tm_copy); in expose_c_output_batch_impl()
376 (*c_out)(tmp_buffer); in expose_c_output_batch_impl()
[all …]
H A Dtest.py2293 c_out = copy(c_out)
2306 c_out = deepcopy(c_out)
2320 c_out = loads(dumps(c_out))
2492 c_out = copy(c_out)
2499 c_out = deepcopy(c_out)
2505 c_out = loads(dumps(c_out))
2514 c_out = loads(dumps(c_out))
2582 c_out = copy(c_out)
2593 c_out = deepcopy(c_out)
2714 c_out = copy(c_out)
[all …]
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dcallback.c167 c_out(const char *s, int flag) in c_out() function
195 case CALLBACK_EVENT_PASS1_END: c_out("CALLBACK_EVENT_PASS1_END", f); break; in callback_debug_stdout()
197 case CALLBACK_RESULT_PASS1: c_out("CALLBACK_RESULT_PASS1", f); break; in callback_debug_stdout()
199 case CALLBACK_STATUS_PARAM: c_out("CALLBACK_STATUS_PARAM", f); break; in callback_debug_stdout()
202 case CALLBACK_RESULT: c_out("CALLBACK_RESULT", f); break; in callback_debug_stdout()
203 case CALLBACK_RESULT_GMM: c_out("CALLBACK_RESULT_GMM", f); break; in callback_debug_stdout()
204 case CALLBACK_RESULT_GRAPH: c_out("CALLBACK_RESULT_GRAPH", f); break; in callback_debug_stdout()
205 case CALLBACK_RESULT_CONFNET: c_out("CALLBACK_RESULT_CONFNET", f); break; in callback_debug_stdout()
208 case CALLBACK_EVENT_PAUSE: c_out("CALLBACK_EVENT_PAUSE", f); break; in callback_debug_stdout()
209 case CALLBACK_EVENT_RESUME: c_out("CALLBACK_EVENT_RESUME", f); break; in callback_debug_stdout()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Dpw_fpga.F143 SUBROUTINE pw_fpga_r3dc1d_3d_dp(n, c_out) argument
148 MARK_USED(c_out)
156 CALL pw_fpga_fft3d_dp(+1, n, c_out)
172 MARK_USED(c_out)
180 CALL pw_fpga_fft3d_dp(-1, n, c_out)
196 MARK_USED(c_out)
206 c_in_sp = CMPLX(c_out, KIND=sp)
214 c_out = CMPLX(c_in_sp, KIND=dp)
230 MARK_USED(c_out)
241 c_in_sp = CMPLX(c_out, KIND=sp)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Dpw_fpga.F143 SUBROUTINE pw_fpga_r3dc1d_3d_dp(n, c_out) argument
148 MARK_USED(c_out)
156 CALL pw_fpga_fft3d_dp(+1, n, c_out)
172 MARK_USED(c_out)
180 CALL pw_fpga_fft3d_dp(-1, n, c_out)
196 MARK_USED(c_out)
206 c_in_sp = CMPLX(c_out, KIND=sp)
214 c_out = CMPLX(c_in_sp, KIND=dp)
230 MARK_USED(c_out)
241 c_in_sp = CMPLX(c_out, KIND=sp)
[all …]
/dports/math/mppp/mppp-0.26/benchmark/
H A Dinteger1_uint_conversion.cpp84 std::vector<unsigned> c_out(size); in main() local
88 std::transform(v.begin(), v.end(), c_out.begin(), in main()
93 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0ul)… in main()
101 std::vector<unsigned> c_out(size); in main() local
109 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0ul)… in main()
116 std::vector<unsigned> c_out(size); in main() local
120 std::transform(v.begin(), v.end(), c_out.begin(), in main()
125 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0ul)… in main()
134 std::vector<unsigned> c_out(size); in main() local
138 std::transform(v.begin(), v.end(), c_out.begin(), in main()
[all …]
H A Dinteger1_int_conversion.cpp84 std::vector<int> c_out(size); in main() local
88 std::transform(v.begin(), v.end(), c_out.begin(), in main()
93 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0l)); in main()
101 std::vector<int> c_out(size); in main() local
109 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0l)); in main()
116 std::vector<int> c_out(size); in main() local
120 std::transform(v.begin(), v.end(), c_out.begin(), in main()
125 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0l)); in main()
134 std::vector<int> c_out(size); in main() local
138 std::transform(v.begin(), v.end(), c_out.begin(), in main()
[all …]
H A Dinteger2_int_conversion.cpp84 std::vector<int> c_out(size); in main() local
88 std::transform(v.begin(), v.end(), c_out.begin(), in main()
93 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0l)); in main()
101 std::vector<int> c_out(size); in main() local
109 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0l)); in main()
116 std::vector<int> c_out(size); in main() local
120 std::transform(v.begin(), v.end(), c_out.begin(), in main()
125 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0l)); in main()
134 std::vector<int> c_out(size); in main() local
138 std::transform(v.begin(), v.end(), c_out.begin(), in main()
[all …]
H A Dinteger2_uint_conversion.cpp84 std::vector<unsigned> c_out(size); in main() local
88 std::transform(v.begin(), v.end(), c_out.begin(), in main()
93 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0ul)… in main()
101 std::vector<unsigned> c_out(size); in main() local
109 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0ul)… in main()
116 std::vector<unsigned> c_out(size); in main() local
120 std::transform(v.begin(), v.end(), c_out.begin(), in main()
125 …(mppp_benchmark::res_print_format, name, runtime, std::accumulate(c_out.begin(), c_out.end(), 0ul)… in main()
134 std::vector<unsigned> c_out(size); in main() local
138 std::transform(v.begin(), v.end(), c_out.begin(), in main()
[all …]
/dports/security/nmap/nmap-7.91/ncat/test/
H A Dncat-test.pl359 push @client_outs, $c_out;
374 push @client_outs, $c_out;
397 push @client_outs, $c_out;
940 $resp = timeout_read($c_out);
957 $resp = timeout_read($c_out);
974 $resp = timeout_read($c_out);
993 $resp = timeout_read($c_out);
1010 $resp = timeout_read($c_out);
1109 $resp = timeout_read($c_out);
1359 $resp = timeout_read($c_out);
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LuaAutoC/
H A Dlautoc.h56 #define luaA_to(L, type, c_out, index) luaA_to_type(L, luaA_type(L, type), c_out, index) argument
97 void luaA_to_bool(lua_State* L, luaA_Type, void* c_out, int index);
98 void luaA_to_char(lua_State* L, luaA_Type, void* c_out, int index);
101 void luaA_to_short(lua_State* L, luaA_Type, void* c_out, int index);
103 void luaA_to_int(lua_State* L, luaA_Type, void* c_out, int index);
105 void luaA_to_long(lua_State* L, luaA_Type, void* c_out, int index);
109 void luaA_to_float(lua_State* L, luaA_Type, void* c_out, int index);
129 #define luaA_struct_to(L, type, c_out, index) luaA_struct_to_type(L, luaA_type(L, type), c_out, ind… argument
130 …o_member(L, type, member, c_out, index) luaA_struct_to_member_offset_type(L, luaA_type(L, type), o… argument
131 …ct_to_member_name(L, type, member, c_out, index) luaA_struct_to_member_name_type(L, luaA_type(L, t… argument
[all …]
H A Dlautoc.c218 func(L, type_id, c_out, index); in luaA_to_type()
230 luaA_enum_to_type(L, type_id, c_out, index); in luaA_to_type()
265 *(bool*)c_out = lua_toboolean(L, index); in luaA_to_bool()
274 *(char*)c_out = lua_tointeger(L, index); in luaA_to_char()
301 *(short*)c_out = lua_tointeger(L, index); in luaA_to_short()
319 *(int*)c_out = lua_tointeger(L, index); in luaA_to_int()
337 *(long*)c_out = lua_tointeger(L, index); in luaA_to_long()
355 *(long long*)c_out = lua_tointeger(L, index); in luaA_to_long_long()
373 *(float*)c_out = lua_tonumber(L, index); in luaA_to_float()
382 *(double*)c_out = lua_tonumber(L, index); in luaA_to_double()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/LuaAutoC/
H A Dlautoc.h56 #define luaA_to(L, type, c_out, index) luaA_to_type(L, luaA_type(L, type), c_out, index) argument
97 void luaA_to_bool(lua_State* L, luaA_Type, void* c_out, int index);
98 void luaA_to_char(lua_State* L, luaA_Type, void* c_out, int index);
101 void luaA_to_short(lua_State* L, luaA_Type, void* c_out, int index);
103 void luaA_to_int(lua_State* L, luaA_Type, void* c_out, int index);
105 void luaA_to_long(lua_State* L, luaA_Type, void* c_out, int index);
109 void luaA_to_float(lua_State* L, luaA_Type, void* c_out, int index);
129 #define luaA_struct_to(L, type, c_out, index) luaA_struct_to_type(L, luaA_type(L, type), c_out, ind… argument
130 …o_member(L, type, member, c_out, index) luaA_struct_to_member_offset_type(L, luaA_type(L, type), o… argument
131 …ct_to_member_name(L, type, member, c_out, index) luaA_struct_to_member_name_type(L, luaA_type(L, t… argument
[all …]
H A Dlautoc.c218 func(L, type_id, c_out, index); in luaA_to_type()
230 luaA_enum_to_type(L, type_id, c_out, index); in luaA_to_type()
265 *(bool*)c_out = lua_toboolean(L, index); in luaA_to_bool()
274 *(char*)c_out = lua_tointeger(L, index); in luaA_to_char()
301 *(short*)c_out = lua_tointeger(L, index); in luaA_to_short()
319 *(int*)c_out = lua_tointeger(L, index); in luaA_to_int()
337 *(long*)c_out = lua_tointeger(L, index); in luaA_to_long()
355 *(long long*)c_out = lua_tointeger(L, index); in luaA_to_long_long()
373 *(float*)c_out = lua_tonumber(L, index); in luaA_to_float()
382 *(double*)c_out = lua_tonumber(L, index); in luaA_to_double()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/tools/
H A Dfind_inverse.cpp114 FILE *c_out = fopen("IntegerDivisionTable.cpp", "w"); in main() local
132 fprintf(c_out, "%s", in main()
159 fprintf(c_out, "const int64_t table_u%d[256][4] = {\n", bits); in main()
167 fprintf(c_out, " {%d, 0, 0, %d},\n", den, shift); in main()
191 fprintf(c_out, "};\n"); in main()
198 fprintf(c_out, "const int64_t table_s%d[256][4] = {\n", bits); in main()
206 fprintf(c_out, " {%d, 0, 0, %d},\n", den, shift); in main()
219 fprintf(c_out, "ERROR! No solution found for signed %d\n", den); in main()
222 fprintf(c_out, "};\n"); in main()
227 fprintf(c_out, "}\n}\n}\n"); in main()
[all …]
/dports/science/libquantum/libquantum-1.1.1/
H A Doaddn.c120 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
125 quantum_toffoli(L,c_in,c_out, reg); in muxfa()
127 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
133 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
135 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
137 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
145 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
147 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
149 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa()
162 quantum_toffoli(b_in,c_in,c_out, reg); in muxfa_inv()
[all …]
/dports/emulators/kcemu/KCemu-0.5.1/src/kc/muglerpc/
H A Dctc.cc71 c_out(0, val); in out()
74 c_out(1, val); in out()
77 c_out(2, val); in out()
80 c_out(3, val); in out()
173 c_out(0, val); in out()
176 c_out(1, val); in out()
179 c_out(2, val); in out()
182 c_out(3, val); in out()
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dsubcone.cc39 BigObject c_out("Cone", mlist<Scalar>()); in subcone() local
40 c_out.set_description() << "subcone of " << c_in.name() << endl; in subcone()
42 c_out.take("RAYS") << V.minor(selection,All); in subcone()
43 c_out.take("LINEALITY_SPACE") << L; in subcone()
44 c_out.take("CONE_AMBIENT_DIM") << adim; in subcone()
48 c_out.take("RAY_LABELS") << select(labels, selection); in subcone()
51 return c_out; in subcone()
/dports/net-im/climm/climm-0.7.1/src/
H A Doscar_oldicq.c359 PacketWriteLNTS (pak, c_out (text)); in SnacCliMetasetabout()
438 PacketWriteLNTS (pak, c_out (newpass)); in SnacCliMetasetpass()
481 PacketWriteLLNTS (pak, c_out (name)); in SnacCliSearchbypersinf()
483 PacketWriteLLNTS (pak, c_out (surname)); in SnacCliSearchbypersinf()
485 PacketWriteLLNTS (pak, c_out (nick)); in SnacCliSearchbypersinf()
487 PacketWriteLLNTS (pak, c_out (email)); in SnacCliSearchbypersinf()
500 PacketWriteLLNTS (pak, c_out (email)); in SnacCliSearchbymail()
554 PacketWriteLNTS (pak, c_out (wp->first)); in SnacCliSearchwp()
555 PacketWriteLNTS (pak, c_out (wp->last)); in SnacCliSearchwp()
556 PacketWriteLNTS (pak, c_out (wp->nick)); in SnacCliSearchwp()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DGenerateOpcodeFiles.py44 def generate_header(c_out, inputs, pat, includeguard, listname): argument
47 c_out.write(HEADER_TEMPLATE % {
54 def generate_mir_header(c_out, *inputs): argument
56 generate_header(c_out, inputs, pat, 'jit_MOpcodesGenerated_h', 'MIR_OPCODE_LIST')
59 def generate_lir_header(c_out, *inputs): argument
61 generate_header(c_out, inputs, pat, 'jit_LOpcodesGenerated_h', 'LIR_OPCODE_LIST')
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A Dembedjs.py81 def embed(cxx, preprocessorOption, msgs, sources, c_out, js_out, namespace, env): argument
92 c_out.write(HEADER_TEMPLATE % {
141 def process_inputs(namespace, c_out, msg_file, inputs): argument
148 js_path = re.sub(r"\.out\.h$", "", c_out.name) + ".js"
151 embed(cxx, cxx_option, msgs, sources, c_out, js_out, namespace, env)
153 def generate_selfhosted(c_out, msg_file, *inputs): argument
155 process_inputs('selfhosted', c_out, msg_file, inputs)
157 def generate_shellmoduleloader(c_out, msg_file, *inputs): argument
159 process_inputs('moduleloader', c_out, msg_file, inputs)
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A Dembedjs.py81 def embed(cxx, preprocessorOption, cppflags, msgs, sources, c_out, js_out, namespace, env): argument
92 c_out.write(HEADER_TEMPLATE % {
140 def process_inputs(namespace, c_out, msg_file, inputs): argument
149 js_path = re.sub(r"\.out\.h$", "", c_out.name) + ".js"
152 embed(cxx, pp_option, cppflags, msgs, sources, c_out, js_out, namespace, env)
154 def generate_selfhosted(c_out, msg_file, *inputs): argument
156 process_inputs('selfhosted', c_out, msg_file, inputs)
158 def generate_shellmoduleloader(c_out, msg_file, *inputs): argument
160 process_inputs('moduleloader', c_out, msg_file, inputs)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A Dembedjs.py81 def embed(cxx, preprocessorOption, msgs, sources, c_out, js_out, namespace, env): argument
92 c_out.write(HEADER_TEMPLATE % {
145 def process_inputs(namespace, c_out, msg_file, inputs): argument
152 js_path = re.sub(r"\.out\.h$", "", c_out.name) + ".js"
155 embed(cxx, cxx_option, msgs, sources, c_out, js_out, namespace, env)
157 def generate_selfhosted(c_out, msg_file, *inputs): argument
159 process_inputs('selfhosted', c_out, msg_file, inputs)
161 def generate_shellmoduleloader(c_out, msg_file, *inputs): argument
163 process_inputs('moduleloader', c_out, msg_file, inputs)
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A Dembedjs.py94 cxx, preprocessorOption, cppflags, msgs, sources, c_out, js_out, namespace, env argument
120 c_out.write(
179 def process_inputs(namespace, c_out, msg_file, inputs): argument
190 js_path = re.sub(r"\.out\.h$", "", c_out.name) + ".js"
193 embed(cxx, pp_option, cppflags, msgs, sources, c_out, js_out, namespace, env)
196 def generate_selfhosted(c_out, msg_file, *inputs): argument
198 process_inputs("selfhosted", c_out, msg_file, inputs)
201 def generate_shellmoduleloader(c_out, msg_file, *inputs): argument
203 process_inputs("moduleloader", c_out, msg_file, inputs)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A Dembedjs.py93 def embed(cxx, preprocessorOption, cppflags, msgs, sources, c_out, js_out, namespace, env): argument
108 c_out.write(HEADER_TEMPLATE % {
164 def process_inputs(namespace, c_out, msg_file, inputs): argument
173 js_path = re.sub(r"\.out\.h$", "", c_out.name) + ".js"
176 embed(cxx, pp_option, cppflags, msgs, sources, c_out, js_out, namespace, env)
179 def generate_selfhosted(c_out, msg_file, *inputs): argument
181 process_inputs('selfhosted', c_out, msg_file, inputs)
184 def generate_shellmoduleloader(c_out, msg_file, *inputs): argument
186 process_inputs('moduleloader', c_out, msg_file, inputs)

12345678910>>...20