Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dextvol.cpp155 flt t, tdist, dt, ddt, sum, tt; in ext_volume_texture() local
245 tt = (xvol->opacity / tdist); in ext_volume_texture()
264 transval = tt * scalar; in ext_volume_texture()
280 8.0 * tt; in ext_volume_texture()
284 8.0 * tt; in ext_volume_texture()
288 8.0 * tt; in ext_volume_texture()
H A Dvol.cpp165 flt t, tdist, dt, sum, tt; in scalar_volume_texture() local
252 tt = (vol->opacity / tdist); in scalar_volume_texture()
280 sum += tt * scalar; in scalar_volume_texture()
282 transval = tt * scalar; in scalar_volume_texture()
/oneTBB/examples/graph/fgbzip2/
H A Ddecompress.cpp260 s->tt = (UInt32*)BZALLOC(s->blockSize100k * 100000 * sizeof(Int32)); in BZ2_decompress()
261 if (s->tt == nullptr) in BZ2_decompress()
485 s->tt[nblock] = (UInt32)uc; in BZ2_decompress()
556 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()
642 uc = (UChar)(s->tt[i] & 0xff); in BZ2_decompress()
643 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
647 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
H A Dbzlib_private.hpp407 UInt32* tt; member
471 s->tPos = s->tt[s->tPos]; \
H A Dbzlib.cpp558 s->tt = nullptr; in BZ_API()
653 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
747 s->tt = c_tt; in unRLE_obuf_to_output_FAST()
989 if (s->tt != nullptr) in BZ_API()
990 BZFREE(s->tt); in BZ_API()