Searched refs:Number (Results 1 – 3 of 3) sorted by relevance
71 void NativeParallelFor( Index Number, const Body& body ) { in NativeParallelFor() argument73 for (Index idx = 0; idx < Number; ++idx) { in NativeParallelFor()91 void NativeParallelFor( Index Number, Index block_size, const Body& body ) { in NativeParallelFor() argument92 NativeParallelFor(Number / block_size, [block_size, &body] (Index idx) { in NativeParallelFor()
96 tls.local() = std::pair<int, int>(proc.Group, proc.Number); in TestNumaDistribution()
331 assert(p>t->begin(),"Number too large to fit in buffer.\n");