Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dvol.cpp82 texture *tx, *tex; in newscalarvol() local
105 tx->ctr.x = 0.0; in newscalarvol()
106 tx->ctr.y = 0.0; in newscalarvol()
107 tx->ctr.z = 0.0; in newscalarvol()
108 tx->rot = tx->ctr; in newscalarvol()
109 tx->scale = tx->ctr; in newscalarvol()
110 tx->uaxs = tx->ctr; in newscalarvol()
111 tx->vaxs = tx->ctr; in newscalarvol()
113 tx->islight = 0; in newscalarvol()
117 tx->ambient = 1.0; in newscalarvol()
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp176 double tx = TimeFindPrimes(32); in TestFindPrimes() local
178 double tx = TimeFindPrimes(128); in TestFindPrimes() local
180 INFO("TestFindPrimes: t2 == " << t2 << " tx == " << tx << "k == " << tx / t2); in TestFindPrimes()
186 WARN_MESSAGE( tx <= 1.3*t2, "Warning: grow_by is pathetically slow"); in TestFindPrimes()
187 INFO("t2 == " << t2 << " tx == " << tx << "k == " << tx / t2); in TestFindPrimes()