Searched refs:parallel (Results 1 - 25 of 1335) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dparallel.h25 /** @file parallel/parallel.h
28 * This file is a GNU parallel extension to the Standard C++ Library.
36 #include <parallel/features.h>
37 #include <parallel/compiletime_settings.h>
38 #include <parallel/types.h>
39 #include <parallel/tags.h>
40 #include <parallel/settings.h>
H A Dfor_each.h25 /** @file parallel/for_each.h
26 * @brief Main interface for embarrassingly parallel functions.
30 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/settings.h>
39 #include <parallel/par_loop.h>
40 #include <parallel/omp_loop.h>
41 #include <parallel/workstealing.h>
H A Domp_loop.h25 /** @file parallel/omp_loop.h
26 * @brief Parallelization of embarrassingly parallel execution by
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/settings.h>
39 #include <parallel/basic_iterator.h>
40 #include <parallel/base.h>
44 /** @brief Embarrassingly parallel algorithm for random access
82 # pragma omp parallel num_threads(__num_threads)
99 } //parallel
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dparallel.h25 /** @file parallel/parallel.h
28 * This file is a GNU parallel extension to the Standard C++ Library.
36 #include <parallel/features.h>
37 #include <parallel/compiletime_settings.h>
38 #include <parallel/types.h>
39 #include <parallel/tags.h>
40 #include <parallel/settings.h>
H A Domp_loop.h25 /** @file parallel/omp_loop.h
26 * @brief Parallelization of embarrassingly parallel execution by
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/settings.h>
39 #include <parallel/basic_iterator.h>
40 #include <parallel/base.h>
44 /** @brief Embarrassingly parallel algorithm for random access
82 # pragma omp parallel num_threads(__num_threads)
99 } //parallel
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dparallel-bad-1.d1 #name: C6X bad parallel syntax
2 #error_output: parallel-bad-1.l
H A Dparallel-bad-2.d1 #name: C6X bad parallel positioning
2 #error_output: parallel-bad-2.l
H A Dparallel-bad-3.d1 #name: C6X too many parallel instructions
2 #error_output: parallel-bad-3.l
H A Dparallel-bad-4.d1 #name: C6X too many parallel instructions, multiple sections
2 #error_output: parallel-bad-4.l
H A Dinsns-parallel.s1 # Test parallel instructions.
H A Dparallel-bad-2.l2 [^:]*:5: Error: parallel instruction not following another instruction
3 [^:]*:8: Error: parallel instruction not following another instruction
H A Dresource-func-unit-1.d1 #name: C6X parallel instructions on same functional unit
H A Dresource-func-unit-2.d1 #name: C6X parallel instructions on same functional unit, multiple sections
H A Dparallel-bad-2.s1 # Test bad positions for parallel operations.
H A Dinsns-parallel-be.d2 #name: C6X parallel instructions, big-endian
4 #source: insns-parallel.s
H A Dinsns-parallel-le.d2 #name: C6X parallel instructions, little-endian
4 #source: insns-parallel.s
H A Dresource-func-unit-1.s1 # Test parallel instructions on same functional unit.
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dvit_max2.s1 # Blackfin testcase for parallel VIT_MAX (taken from PRM)
10 # Do parallel VIT_MAX's with stores to same reg; don't really
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dvit_max2.s1 # Blackfin testcase for parallel VIT_MAX (taken from PRM)
10 # Do parallel VIT_MAX's with stores to same reg; don't really
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m32r/
H A Dparallel.s1 ; Test error messages where parallel instructions conflict
7 .global parallel
8 parallel: label
10 ; { dg-warning "output of 1st instruction" "parallel output overlaps input" { target *-*-* } { 9 } }
12 ; { dg-warning "output of 2nd instruction" "parallel output overlaps input" { target *-*-* } { 11 } }
14 ; { dg-error "instructions write to the same destination register" "parallel overlapping destinations" { target *-*-* } { 13 } }
H A Drelax-2.s1 ; Test whether parallel insns get inappropriately moved during relaxation.
/netbsd-current/external/gpl3/gcc/lib/libstdc++-v3/include/parallel/
H A DMakefile11 INCSDIR= /usr/include/g++/parallel
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dparallel_settings.cc1 // Default settings for parallel mode -*- C++ -*-
25 #include <parallel/settings.h>
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/include/parallel/
H A DMakefile11 INCSDIR= /usr/include/g++/parallel
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dparallel_settings.cc1 // Default settings for parallel mode -*- C++ -*-
25 #include <parallel/settings.h>

Completed in 306 milliseconds

1234567891011>>