HomeSort by: relevance | last modified time | path
    Searched refs:execution (Results 1 - 25 of 211) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
glue_execution_defs.h 20 using __pstl::execution::is_execution_policy;
26 using __pstl::execution::is_execution_policy_v;
30 namespace execution namespace in namespace:std
33 using __pstl::execution::parallel_policy;
34 using __pstl::execution::parallel_unsequenced_policy;
35 using __pstl::execution::sequenced_policy;
38 using __pstl::execution::par;
39 using __pstl::execution::par_unseq;
40 using __pstl::execution::seq;
44 // we include it into namespace std::execution as wel
    [all...]
execution_defs.h 17 namespace execution namespace in namespace:__pstl
22 // 2.4, Sequential execution policy
44 // 2.5, Parallel execution policy
66 // 2.6, Parallel+Vector execution policy
109 // 2.8, Execution policy objects
115 // 2.3, Execution policy type trait
122 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type
126 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
130 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
134 struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_typ
    [all...]
execution_impl.h 23 using namespace __pstl::execution;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
glue_execution_defs.h 20 using __pstl::execution::is_execution_policy;
26 using __pstl::execution::is_execution_policy_v;
30 namespace execution namespace in namespace:std
33 using __pstl::execution::parallel_policy;
34 using __pstl::execution::parallel_unsequenced_policy;
35 using __pstl::execution::sequenced_policy;
38 using __pstl::execution::par;
39 using __pstl::execution::par_unseq;
40 using __pstl::execution::seq;
44 // we include it into namespace std::execution as wel
    [all...]
execution_defs.h 17 namespace execution namespace in namespace:__pstl
22 // 2.4, Sequential execution policy
27 // 2.5, Parallel execution policy
32 // 2.6, Parallel+Vector execution policy
41 // 2.8, Execution policy objects
47 // 2.3, Execution policy type trait
54 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type
58 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
62 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
66 struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_typ
    [all...]
execution_impl.h 71 __select_backend(__pstl::execution::sequenced_policy, _IteratorTypes&&...)
78 __select_backend(__pstl::execution::unsequenced_policy, _IteratorTypes&&...)
85 __select_backend(__pstl::execution::parallel_policy, _IteratorTypes&&...)
92 __select_backend(__pstl::execution::parallel_unsequenced_policy, _IteratorTypes&&...)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-cmd-error.exp 18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
32 # A synchronous execution execution command that errors out.
37 "failing sync execution command"
40 # A non-execution command that errors out.
45 "failing non-execution command"
65 "failing sync execution command"
66 "failing non-execution command"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-cmd-error.exp 18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
32 # A synchronous execution execution command that errors out.
37 "failing sync execution command"
40 # A non-execution command that errors out.
45 "failing non-execution command"
65 "failing sync execution command"
66 "failing non-execution command"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
tui-layout.exp 38 # When EXECUTION is true then a call to runto_main is used, otherwise
42 proc test_layout_or_focus {layout_name terminal execution} {
61 if {$execution} {
91 foreach_with_prefix execution {false true} {
93 test_layout_or_focus $layout $terminal $execution
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
tui-layout.exp 38 # When EXECUTION is true then a call to runto_main is used, otherwise
42 proc test_layout_or_focus {layout_name terminal execution} {
61 if {$execution} {
91 foreach_with_prefix execution {false true} {
93 test_layout_or_focus $layout $terminal $execution
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 11 This interface provides an OCaml API for LLVM execution engine (JIT/
22 (** An execution engine is either a JIT compiler or an interpreter, capable of
42 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
50 (** [dispose ee] releases the memory used by the execution engine and must be
54 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
57 (** [remove_module m ee] removes the module [m] from the execution engine
62 the execution engine [ee]. *)
66 the execution engine [ee]. *)
69 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
72 (** [add_global_mapping gv ptr ee] tells the execution engine [ee] tha
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cache.exp 55 # called during the execution of a caching proc. This sets the global
182 trace add execution gdb_exit enter gdb_exit_called
241 trace remove execution gdb_exit enter gdb_exit_called
  /src/bin/sh/
option.list 45 xflag xtrace x # trace command execution
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
intercept.py 19 The module implements the build command execution and the post-processing of
145 def intercept_compiler_wrapper_impl(_, execution):
148 It does generate execution report into target directory.
151 message_prefix = 'execution report might be incomplete: %s'
157 # write current execution info to the pid file
161 logging.debug('writing execution report to: %s', target_file)
162 write_exec_trace(target_file, execution)
168 """ Write execution report file.
170 This method shall be sync with the execution report writer in interception
173 :param filename: path to the output execution trace file
    [all...]
analyze.py 304 def analyze_compiler_wrapper_impl(result, execution):
312 compilation = split_command(execution.cmd)
324 'directory': execution.cwd,
325 'command': [execution.cmd[0], '-c'] + compilation.flags,
479 And some more execution context also saved into '.info.txt' file. """
  /src/external/bsd/libc++/include/
Makefile 61 execution \
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreibwl/
mul_1.asm 60 C * Trim nop execution after L(f2).
61 C * Port to DOS64, not forgetting nop execution.
  /src/sys/arch/m68k/060sp/dist/
changes 60 this return value and continues with program execution
  /src/external/lgpl3/gmp/dist/tune/
pentium.asm 40 C cpuid is used to serialize execution. On big measurements this won't be
x86_64.asm 40 C cpuid is used to serialize execution. On big measurements this won't be
  /src/sys/arch/x68k/stand/common/
start.S 114 | execution start
117 | a2: command line, a3: environ, a4: execution start
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp.c 93 static enum mod_hdcp_status execution(struct mod_hdcp *hdcp, function
469 exec_status = execution(hdcp, &event_ctx, &hdcp->auth.trans_input);
  /src/usr.bin/make/unit-tests/
varmod-loop-delete.mk 19 # Disabled since the details of the crash depend on the execution
  /src/external/gpl2/groff/dist/contrib/pdfmark/
pdfroff.sh 220 execution of '$CMD', will be deleted on completion of
  /src/external/gpl3/gcc.old/dist/contrib/
dglib.pm 154 # a test within the file -- an execution test, specifically --
244 } elsif($test =~ /(compile|compilation|execute|execution)/) {

Completed in 99 milliseconds

1 2 3 4 5 6 7 8 9