Home
last modified time | relevance | path

Searched refs:imap (Results 1 – 6 of 6) sorted by relevance

/oneTBB/python/tbb/
H A Dtest.py113 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 Dpool.py114 def imap(self, func, iterable, chunksize=1): member in Pool
/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp261 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 Dapi.hpp82 char imap[96]; /* name of image map */ member
H A Dparse.cpp474 fscanf(dfile, "%s", tex.imap); in GetTexBody()
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt40 src/imap.cpp