Home
last modified time | relevance | path

Searched refs:MYMAX (Results 1 – 7 of 7) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp150 max->x = MYMAX(t->v0.x, MYMAX(v1.x, v2.x)); in tri_bbox()
151 max->y = MYMAX(t->v0.y, MYMAX(v1.y, v2.y)); in tri_bbox()
152 max->z = MYMAX(t->v0.z, MYMAX(v1.z, v2.z)); in tri_bbox()
H A Dgrid.cpp167 gmax->x = MYMAX(gmax->x, max.x); in globalbound()
168 gmax->y = MYMAX(gmax->y, max.y); in globalbound()
169 gmax->z = MYMAX(gmax->z, max.z); in globalbound()
216 cmax->x = MYMAX(cmax->x, max.x); in cellbound()
217 cmax->y = MYMAX(cmax->y, max.y); in cellbound()
218 cmax->z = MYMAX(cmax->z, max.z); in cellbound()
348 len = 1.0 / (MYMAX(MYMAX(gsize.x, gsize.y), gsize.z)); in engrid_cell()
H A Dbox.cpp181 t = MYMAX(a.x, MYMAX(a.y, a.z)); in box_normal()
H A Dcylinder.cpp193 max->x = MYMAX(mintmp.x, maxtmp.x); in fcylinder_bbox()
194 max->y = MYMAX(mintmp.y, maxtmp.y); in fcylinder_bbox()
195 max->z = MYMAX(mintmp.z, maxtmp.z); in fcylinder_bbox()
H A Dobjbound.cpp88 gmax->x = MYMAX(gmax->x, max.x); in globalbound()
89 gmax->y = MYMAX(gmax->y, max.y); in globalbound()
90 gmax->z = MYMAX(gmax->z, max.z); in globalbound()
H A Dmacros.hpp53 #define MYMAX(a, b) ((a) > (b) ? (a) : (b)) macro
/oneTBB/examples/graph/fgbzip2/
H A Dhuffman.cpp74 #define MYMAX(zz2, zz3) ((zz2) > (zz3) ? (zz2) : (zz3)) macro
77 (WEIGHTOF(zw1) + WEIGHTOF(zw2)) | (1 + MYMAX(DEPTHOF(zw1), DEPTHOF(zw2)))