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

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
set_operations.h 383 __num_threads = omp_get_num_threads();
multiway_merge.h     [all...]
random_shuffle.h 344 _ThreadIndex __num_threads = omp_get_num_threads();
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 214 if(omp_get_num_threads() < 2)
multiway_mergesort.h 421 __num_threads = omp_get_num_threads(); //no more threads than requested
set_operations.h 383 __num_threads = omp_get_num_threads();
multiway_merge.h     [all...]
random_shuffle.h 344 _ThreadIndex __num_threads = omp_get_num_threads();
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 214 if(omp_get_num_threads() < 2)
multiway_mergesort.h 421 __num_threads = omp_get_num_threads(); //no more threads than requested
set_operations.h 383 __num_threads = omp_get_num_threads();
multiway_merge.h     [all...]
random_shuffle.h 344 _ThreadIndex __num_threads = omp_get_num_threads();
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 214 if(omp_get_num_threads() < 2)
multiway_mergesort.h 421 __num_threads = omp_get_num_threads(); //no more threads than requested
set_operations.h 383 __num_threads = omp_get_num_threads();
multiway_merge.h     [all...]
random_shuffle.h 344 _ThreadIndex __num_threads = omp_get_num_threads();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h     [all...]
random_shuffle.h 344 _ThreadIndex __num_threads = omp_get_num_threads();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h     [all...]
random_shuffle.h 344 _ThreadIndex __num_threads = omp_get_num_threads();
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 87 int threads = omp_get_num_threads();
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
  /external/ImageMagick/
configure     [all...]

Completed in 1317 milliseconds

1 2 34