Home
last modified time | relevance | path

Searched refs:internal_run (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/movit/movit-1.6.3/
H A Dtest_util.cpp132 internal_run<float>({out_data}, format, color_space, gamma_curve, alpha_format); in run()
137 internal_run<float>(out_data, format, color_space, gamma_curve, alpha_format); in run()
142 internal_run<unsigned char>({out_data}, format, color_space, gamma_curve, alpha_format); in run()
147 internal_run<unsigned char>(out_data, format, color_space, gamma_curve, alpha_format); in run()
152 internal_run<uint16_t>({out_data}, format, color_space, gamma_curve, alpha_format); in run()
157 internal_run<uint32_t>({out_data}, format, color_space, gamma_curve, alpha_format); in run_10_10_10_2()
164 internal_run<float>({out_data}, format, color_space, gamma_curve, alpha_format, &state); in benchmark()
169 internal_run<float>(out_data, format, color_space, gamma_curve, alpha_format, &state); in benchmark()
179 internal_run<fp16_int_t>(out_data, format, color_space, gamma_curve, alpha_format, &state); in benchmark()
194 internal_run<uint16_t>({out_data}, format, color_space, gamma_curve, alpha_format, &state); in benchmark()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dtask_group.h103 void internal_run( __TBB_FORWARDING_REF(F) f ) { in internal_run() function
139 internal_run< internal::task_handle_task<F> >( h ); in run()
175 internal_run< internal::task_handle_task<F> >( h ); in run()
184internal_run< internal::function_task< typename internal::strip<F>::type > >( std::forward< F >(f)… in run()
189 internal_run<internal::function_task<F> >(f); in run()
/dports/devel/binutils/binutils-2.37/gold/
H A Dgold-threads.cc328 once_pointer->internal_run(once_arg); in c_run_once()
359 this->internal_run(arg); in run_once()
367 this->internal_run(arg); in run_once()
419 Once::internal_run(void* arg) in internal_run() function in gold::Once
H A Dgold-threads.h216 internal_run(void* arg);
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dgold-threads.cc328 once_pointer->internal_run(once_arg); in c_run_once()
359 this->internal_run(arg); in run_once()
367 this->internal_run(arg); in run_once()
419 Once::internal_run(void* arg) in internal_run() function in gold::Once
H A Dgold-threads.h216 internal_run(void* arg);
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dgold-threads.cc328 once_pointer->internal_run(once_arg); in c_run_once()
359 this->internal_run(arg); in run_once()
367 this->internal_run(arg); in run_once()
419 Once::internal_run(void* arg) in internal_run() function in gold::Once
H A Dgold-threads.h216 internal_run(void* arg);
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dgold-threads.cc328 once_pointer->internal_run(once_arg); in c_run_once()
359 this->internal_run(arg); in run_once()
367 this->internal_run(arg); in run_once()
419 Once::internal_run(void* arg) in internal_run() function in gold::Once
H A Dgold-threads.h216 internal_run(void* arg);
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dgold-threads.cc328 once_pointer->internal_run(once_arg); in c_run_once()
359 this->internal_run(arg); in run_once()
367 this->internal_run(arg); in run_once()
419 Once::internal_run(void* arg) in internal_run() function in gold::Once
H A Dgold-threads.h216 internal_run(void* arg);
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtask_group.h99 void internal_run( F& f ) { in internal_run() function
135 internal_run< task_handle<F>, internal::task_handle_task<F> >( h ); in run()
170 internal_run< task_handle<F>, internal::task_handle_task<F> >( h ); in run()
178 internal_run< const F, internal::function_task<F> >( f ); in run()
/dports/x11/workrave/workrave-1.10.44/common/src/
H A DGlibThread.cc92 Thread::internal_run() in internal_run() function in Thread
105 t->internal_run(); in thread_handler()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dinternal_run.php23 class internal_run implements pts_option_interface class
/dports/x11/workrave/workrave-1.10.44/common/include/
H A DGlibThread.hh42 void internal_run();
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/src/
H A Dwasm_wrapper.rs7 match panic::catch_unwind(|| common_wrapper::internal_run(&input)) { in run_parinfer()
H A Dcommon_wrapper.rs5 pub fn internal_run(json_str: &str) -> Result<String, Error> { in internal_run() function
H A Dc_wrapper.rs137 let response = common_wrapper::internal_run(json_str)?; in unwrap_c_pointers()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dre.erl36 -export([internal_run/4]).
105 -spec internal_run(Subject, RE, Options, FirstCall) -> {match, Captured} |
136 internal_run(_, _, _, _) -> function
814 case re:internal_run(Subject,RE,[{offset,X}]++Options,First) of
826 case re:internal_run(Subject,RE,[{offset,X},notempty_atstart,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dre.erl36 -export([internal_run/4]).
105 -spec internal_run(Subject, RE, Options, FirstCall) -> {match, Captured} |
136 internal_run(_, _, _, _) -> function
814 case re:internal_run(Subject,RE,[{offset,X}]++Options,First) of
826 case re:internal_run(Subject,RE,[{offset,X},notempty_atstart,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dre.erl36 -export([internal_run/4]).
109 -spec internal_run(Subject, RE, Options, FirstCall) -> {match, Captured} |
140 internal_run(_, _, _, _) -> function
832 case re:internal_run(Subject,RE,[{offset,X}]++Options,First) of
844 case re:internal_run(Subject,RE,[{offset,X},notempty_atstart,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dre.erl36 -export([internal_run/4]).
109 -spec internal_run(Subject, RE, Options, FirstCall) -> {match, Captured} |
140 internal_run(_, _, _, _) -> function
832 case re:internal_run(Subject,RE,[{offset,X}]++Options,First) of
844 case re:internal_run(Subject,RE,[{offset,X},notempty_atstart,
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dre.erl36 -export([internal_run/4]).
109 -spec internal_run(Subject, RE, Options, FirstCall) -> {match, Captured} |
140 internal_run(_, _, _, _) -> function
832 case re:internal_run(Subject,RE,[{offset,X}]++Options,First) of
844 case re:internal_run(Subject,RE,[{offset,X},notempty_atstart,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dre.erl36 -export([internal_run/4]).
109 -spec internal_run(Subject, RE, Options, FirstCall) -> {match, Captured} |
140 internal_run(_, _, _, _) -> function
832 case re:internal_run(Subject,RE,[{offset,X}]++Options,First) of
844 case re:internal_run(Subject,RE,[{offset,X},notempty_atstart,

12