Searched refs:imap (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/python/tbb/ |
| H A D | test.py | 113 assert list(pool.imap(return42, iter([]))) == [] 123 it = pool.imap(f, range(10)) 138 assert list(pool.imap(work, range(10, 3, -1), chunksize=4)) == list(map(
|
| H A D | pool.py | 114 def imap(self, func, iterable, chunksize=1): member in Pool
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | api.cpp | 261 tex->img = AllocateImage((char *)apitex->imap); in apitextotex() 266 tex->img = AllocateImage((char *)apitex->imap); in apitextotex() 271 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()
|
| H A D | api.hpp | 82 char imap[96]; /* name of image map */ member
|
| H A D | parse.cpp | 474 fscanf(dfile, "%s", tex.imap); in GetTexBody()
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | CMakeLists.txt | 40 src/imap.cpp
|