Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 28) sorted by relevance

12

/oneTBB/examples/parallel_for/tachyon/src/
H A Dbndbox.cpp65 bndbox *newbndbox(vector min, vector max) { in newbndbox()
80 static int bndbox_bbox(void *obj, vector *min, vector *max) { in bndbox_bbox()
H A Dbox.cpp58 int box_bbox(void *obj, vector *min, vector *max) { in box_bbox()
72 box *newbox(void *tex, vector min, vector max) { in newbox()
H A Dbox.hpp58 vector max; member
H A Dbndbox.hpp58 vector max; member
H A Dextvol.cpp65 int extvol_bbox(void *obj, vector *min, vector *max) { in extvol_bbox()
81 vector max, in newextvol()
H A Dvol.cpp64 int scalarvol_bbox(void *obj, vector *min, vector *max) { in scalarvol_bbox()
75 vector max, in newscalarvol()
H A Dobjbound.cpp60 vector min, max; in globalbound() local
96 static int objinside(object *obj, vector *min, vector *max) { in objinside()
H A Dplane.cpp80 static int plane_bbox(void *obj, vector *min, vector *max) { in plane_bbox()
H A Dgrid.cpp76 object *newgrid(int xsize, int ysize, int zsize, vector min, vector max) { in newgrid()
105 static int grid_bbox(void *obj, vector *min, vector *max) { in grid_bbox()
140 vector min, max; in globalbound() local
177 vector min, max, cellmin, cellmax; in cellbound() local
H A Dcylinder.cpp86 static int cylinder_bbox(void *obj, vector *min, vector *max) { in cylinder_bbox()
175 static int fcylinder_bbox(void *obj, vector *min, vector *max) { in fcylinder_bbox()
H A Dquadric.cpp58 int quadric_bbox(void *obj, vector *min, vector *max) { in quadric_bbox()
H A Dextvol.hpp59 vector max; member
H A Dlight.cpp79 static int light_bbox(void *obj, vector *min, vector *max) { in light_bbox()
H A Dsphere.cpp79 static int sphere_bbox(void *obj, vector *min, vector *max) { in sphere_bbox()
H A Dring.cpp81 static int ring_bbox(void *obj, vector *min, vector *max) { in ring_bbox()
H A Dapi.cpp332 vector max, in rt_scalarvol()
342 void rt_extvol(void *tex, vector min, vector max, int samples, flt (*evaluator)(flt, flt, flt)) { in rt_extvol()
346 void rt_box(void *tex, vector min, vector max) { in rt_box()
H A Dgrid.hpp72 vector max; /* the maximum coords for the box containing the grid */ member
H A Dtriangle.cpp139 static int tri_bbox(void *obj, vector *min, vector *max) { in tri_bbox()
H A Dapitrigeom.cpp164 void rt_tri_box(void *tex, vector min, vector max) { in rt_tri_box()
/oneTBB/examples/getting_started/sub_string_finder/
H A Dsub_string_finder_pretty.cpp69 std::vector<std::size_t> max(num_elem); in main() local
H A Dsub_string_finder.cpp78 std::vector<std::size_t> max(num_elem); in main() local
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h85 size_type max = ~(std::size_t(0)) / sizeof(value_type); in max_size() local
H A Dmemory_pool.h121 size_type max = static_cast<size_type>(-1) / sizeof (value_type); in max_size() local
/oneTBB/src/tbb/
H A Dmisc.h123 T max ( const T& val1, const T& val2 ) { in max() function
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h254 FillBody( std::size_t n, T max, T min, tbb::concurrent_priority_queue<T, C>* cpq ) in FillBody() argument

12