Home
last modified time | relevance | path

Searched refs:globalbound (Results 1 – 12 of 12) sorted by relevance

/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp59 static void globalbound(object ** rootlist, vector * gmin, vector * gmax) { in globalbound() function
146 globalbound(rootlist, &gmin, &gmax); /* find global min and max */ in octreespace()
238 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
244 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
250 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
256 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
262 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
268 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
274 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
281 globalbound(&box1->objlist, &box1->min, &box1->max); in octreespace()
[all …]
H A Dobjbound.h56 static void globalbound(object **, vector *, vector *);
H A Dgrid.cpp141 static void globalbound(object ** rootlist, vector * gmin, vector * gmax) { in globalbound() function
278 globalbound(list, &gmin, &gmax); in engrid_scene()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp59 static void globalbound(object ** rootlist, vector * gmin, vector * gmax) { in globalbound() function
146 globalbound(rootlist, &gmin, &gmax); /* find global min and max */ in octreespace()
238 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
244 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
250 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
256 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
262 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
268 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
274 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
281 globalbound(&box1->objlist, &box1->min, &box1->max); in octreespace()
[all …]
H A Dobjbound.h56 static void globalbound(object **, vector *, vector *);
H A Dgrid.cpp141 static void globalbound(object ** rootlist, vector * gmin, vector * gmax) { in globalbound() function
278 globalbound(list, &gmin, &gmax); in engrid_scene()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp59 static void globalbound(object **rootlist, vector *gmin, vector *gmax) { in globalbound() function
154 globalbound(rootlist, &gmin, &gmax); /* find global min and max */ in octreespace()
247 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
253 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
259 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
265 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
271 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
277 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
283 globalbound(&cur->objlist, &cur->min, &cur->max); in octreespace()
290 globalbound(&box1->objlist, &box1->min, &box1->max); in octreespace()
[all …]
H A Dobjbound.hpp56 static void globalbound(object **, vector *, vector *);
H A Dgrid.cpp139 static void globalbound(object **rootlist, vector *gmin, vector *gmax) { in globalbound() function
289 globalbound(list, &gmin, &gmax); in engrid_scene()
/dports/graphics/tachyon/tachyon/src/
H A Dgrid.c98 static void globalbound(object ** rootlist, vector * gmin, vector * gmax) { in globalbound() function
234 globalbound(&scene->objgroup.boundedobj, &gmin, &gmax); in engrid_scene()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_vbounds.c1808 SCIP_Real globalbound; in propagateVbounds() local
1910 globalbound = ( lower ? SCIPvarGetLbGlobal(startvar) : SCIPvarGetUbGlobal(startvar)); in propagateVbounds()
1911 global = SCIPisEQ(scip, startbound, globalbound); in propagateVbounds()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dreduce_bnd.c164 SCIP_Real* globalbound, /**< points to global bound */ in finalizeSubtree() argument
171 if( localbound > *globalbound ) in finalizeSubtree()
172 *globalbound = localbound; in finalizeSubtree()