Home
last modified time | relevance | path

Searched refs:allow_eq (Results 1 – 3 of 3) sorted by relevance

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dredblack32.go246 func (t *node32) glb(key int32, allow_eq bool) *node32 {
250 if key == t.key && allow_eq {
264 func (t *node32) lub(key int32, allow_eq bool) *node32 {
268 if key == t.key && allow_eq {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Dredblack32.go246 func (t *node32) glb(key int32, allow_eq bool) *node32 {
250 if key == t.key && allow_eq {
264 func (t *node32) lub(key int32, allow_eq bool) *node32 {
268 if key == t.key && allow_eq {
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dreduce_bnd.c484 SCIP_Bool allow_eq, /**< test for equality? */ in bottleneckRuleOut() argument
492 assert(!allow_eq ||(eqstack != NULL && eqstack_size != NULL && eqmark != NULL)); in bottleneckRuleOut()
494 if( allow_eq ) in bottleneckRuleOut()
533 if( allow_eq ) in bottleneckRuleOut()
608 const SCIP_Bool allow_eq = (eqmark != NULL && eqmark[((unsigned) e) / 2] == FALSE); in ruleOutSubtree() local
611 ecost, curredge, e, dfsdepth, allow_eq, eqstack, eqstack_size, eqmark) ) in ruleOutSubtree()
634 …const SCIP_Bool allow_eq = (eqmark != NULL && eqmark[((unsigned) e) / 2] == FALSE && eqmark[((unsi… in ruleOutSubtree() local
639 …odepos, treeedges, currcost, extcost, curredge, flipedge(e2), dfsdepth, allow_eq, eqstack, eqstack… in ruleOutSubtree()