HomeSort by relevance Sort by last modified time
    Searched refs:parallel (Results 76 - 100 of 219) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_shuffle.h 25 /** @file parallel/random_shuffle.h
26 * @brief Parallel implementation of std::random_shuffle().
27 * This file is a GNU parallel extension to the Standard C++ Library.
37 #include <parallel/parallel.h>
38 #include <parallel/random_number.h>
256 /** @brief Main parallel random shuffle step.
342 # pragma omp parallel num_threads(__num_threads)
389 // Now shuffle in parallel.
391 } // parallel
    [all...]
algo.h 25 /** @file parallel/algo.h
26 * @brief Parallel STL function calls corresponding to the stl_algo.h header.
32 * This file is a GNU parallel extension to the Standard C++ Library.
40 #include <parallel/algorithmfwd.h>
43 #include <parallel/iterator.h>
44 #include <parallel/base.h>
45 #include <parallel/sort.h>
46 #include <parallel/workstealing.h>
47 #include <parallel/par_loop.h>
48 #include <parallel/omp_loop.h
    [all...]
for_each_selectors.h 25 /** @file parallel/for_each_selectors.h
27 * generic parallelization methods for embarrassingly parallel functions.
28 * This file is a GNU parallel extension to the Standard C++ Library.
36 #include <parallel/basic_iterator.h>
40 /** @brief Generic __selector for embarrassingly parallel functions. */
multiway_merge.h 25 /** @file parallel/multiway_merge.h
26 * @brief Implementation of sequential and parallel multiway merge.
34 * This file is a GNU parallel extension to the Standard C++ Library.
45 #include <parallel/features.h>
46 #include <parallel/parallel.h>
47 #include <parallel/losertree.h>
48 #include <parallel/multiseq_selection.h>
50 #include <parallel/checkers.h>
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh 16 readonly PARALLEL=0
148 if [ ${PARALLEL} == 1 ]; then
182 --disable-parallel-mark \
  /external/valgrind/main/drd/tests/
omp_matinv.c 197 # pragma omp parallel for private(j)
212 # pragma omp parallel for private(j, k)
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 67 ldr count, [sp, #40] ; count for 8-in-parallel
79 mov count, count, lsl #1 ; 4-in-parallel
274 ldr count, [sp, #40] ; count for 8-in-parallel
286 mov count, count, lsl #1 ; 4-in-parallel
587 ldr count, [sp, #40] ; count for 8-in-parallel
600 mov count, count, lsl #1 ; 4-in-parallel
610 ; transpose the source data for 4-in-parallel operation
636 ; transpose the source data for 4-in-parallel operation
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 186 #pragma omp parallel for schedule(dynamic) private(iy) firstprivate(span)
255 #pragma omp parallel for schedule(dynamic) private(iy) firstprivate(span)
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 10 /* Determine the intersection point of two lines. This assumes the lines are not parallel,
44 void SkIntersections::cleanUpParallelLines(bool parallel) {
48 if (fUsed == 2 && !parallel) {
135 // detect parallel lines the same way here and in SkOpAngle operator <
136 // so that non-parallel means they are also sortable
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 186 #pragma omp parallel for schedule(dynamic) private(iy) firstprivate(span)
255 #pragma omp parallel for schedule(dynamic) private(iy) firstprivate(span)
  /external/skia/src/pathops/
SkDLineIntersection.cpp 10 /* Determine the intersection point of two lines. This assumes the lines are not parallel,
44 void SkIntersections::cleanUpParallelLines(bool parallel) {
48 if (fUsed == 2 && !parallel) {
135 // detect parallel lines the same way here and in SkOpAngle operator <
136 // so that non-parallel means they are also sortable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h 25 /** @file parallel/algo.h
26 * @brief Parallel STL function calls corresponding to the stl_algo.h header.
32 * This file is a GNU parallel extension to the Standard C++ Library.
40 #include <parallel/algorithmfwd.h>
43 #include <parallel/iterator.h>
44 #include <parallel/base.h>
45 #include <parallel/sort.h>
46 #include <parallel/workstealing.h>
47 #include <parallel/par_loop.h>
48 #include <parallel/omp_loop.h
    [all...]
for_each_selectors.h 25 /** @file parallel/for_each_selectors.h
27 * generic parallelization methods for embarrassingly parallel functions.
28 * This file is a GNU parallel extension to the Standard C++ Library.
36 #include <parallel/basic_iterator.h>
41 /** @brief Generic selector for embarrassingly parallel functions. */
multiway_merge.h 25 /** @file parallel/multiway_merge.h
26 * @brief Implementation of sequential and parallel multiway merge.
34 * This file is a GNU parallel extension to the Standard C++ Library.
45 #include <parallel/features.h>
46 #include <parallel/parallel.h>
47 #include <parallel/losertree.h>
49 #include <parallel/checkers.h>
    [all...]
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.cc 69 // offsets for parallel access.
150 // in parallel, since they do not co-occur in any residual block.
151 #pragma omp parallel for num_threads(options.num_threads)
program_evaluator.h 164 #pragma omp parallel for num_threads(options_.num_threads)
covariance_impl.cc 534 #pragma omp parallel for num_threads(num_threads) schedule(dynamic)
714 #pragma omp parallel for num_threads(num_threads) schedule(dynamic)
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 148 /* register definitions for parallel port DMA */
310 /* Parallel port */
323 struct mace_parallel parallel; member in struct:mace_isa
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 317 struct mace_parallel parallel; member in struct:mace_isa

Completed in 4339 milliseconds

1 2 34 5 6 7 8 9