Home
last modified time | relevance | path

Searched refs:integerPoints (Results 1 – 11 of 11) sorted by relevance

/dports/math/latte-integrale/latte-version_1_7_6/code/latte/buildPolytopes/
H A DBuildRandomPolytope.cpp16 integerPoints = true; in BuildRandomPolytope()
43 if ( integerPoints == true) in makePoints()
H A DBuildPolytope.h38 …bool integerPoints; //if true, makes random integer points; if false, makes random rational point… variable
H A DBuildPolytope.cpp21 integerPoints(true), in BuildPolytope()
747 void BuildPolytope::setIntegerPoints(bool t) { integerPoints = t; } in setIntegerPoints()
764 if ( integerPoints ) in forDebugging()
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go326 type integerPoints []IntegerPoint type
328 func (a integerPoints) Len() int { return len(a) }
329 func (a integerPoints) Less(i, j int) bool {
335 func (a integerPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go901 sort.Sort(integerPoints(points))
943 points integerPoints // the reservoir
950 points: make(integerPoints, size),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go326 type integerPoints []IntegerPoint type
328 func (a integerPoints) Len() int { return len(a) }
329 func (a integerPoints) Less(i, j int) bool {
335 func (a integerPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go901 sort.Sort(integerPoints(points))
943 points integerPoints // the reservoir
950 points: make(integerPoints, size),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go324 type integerPoints []IntegerPoint type
326 func (a integerPoints) Len() int { return len(a) }
327 func (a integerPoints) Less(i, j int) bool {
333 func (a integerPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go931 sort.Sort(integerPoints(points))
973 points integerPoints // the reservoir
980 points: make(integerPoints, size),
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go326 type integerPoints []IntegerPoint type
328 func (a integerPoints) Len() int { return len(a) }
329 func (a integerPoints) Less(i, j int) bool {
335 func (a integerPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go901 sort.Sort(integerPoints(points))
943 points integerPoints // the reservoir
950 points: make(integerPoints, size),