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

  /external/chromium_org/third_party/cython/src/Cython/Includes/
openmp.pxd 14 extern int omp_get_num_threads() nogil
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 106 // FIXME omp_get_num_threads()>1 only works for openmp, what if the user does not use openmp?
107 if((!Condition) || (omp_get_num_threads()>1))
GeneralMatrixMatrix.h 81 Index threads = omp_get_num_threads();
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 61 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
  /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()));

Completed in 217 milliseconds