Home
last modified time | relevance | path

Searched defs:evaluator (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/dports/net-mgmt/prometheus1/prometheus-1.8.2/promql/
H A Dfunctions.go40 func funcTime(ev *evaluator, args Expressions) model.Value {
134 func funcDelta(ev *evaluator, args Expressions) model.Value {
139 func funcRate(ev *evaluator, args Expressions) model.Value {
149 func funcIrate(ev *evaluator, args Expressions) model.Value {
154 func funcIdelta(ev *evaluator, args Expressions) model.Value {
297 func funcSort(ev *evaluator, args Expressions) model.Value {
549 func funcAbs(ev *evaluator, args Expressions) model.Value {
584 func funcCeil(ev *evaluator, args Expressions) model.Value {
594 func funcExp(ev *evaluator, args Expressions) model.Value {
604 func funcSqrt(ev *evaluator, args Expressions) model.Value {
[all …]
/dports/archivers/innoextract/innoextract-1.9/src/setup/
H A Dexpression.cpp42 struct evaluator { struct
44 const std::string & test;
45 const char * expr;
47 enum token_type {
55 } token;
56 const char * token_start;
57 size_t token_length;
59 evaluator(const std::string & expression, const std::string & variable) in evaluator() function
62 token_type next() { in next()
127 bool eval_term(bool lazy) { in eval_term()
[all …]
/dports/devel/R-cran-future/future/R/
H A DnbrOfWorkers.R14 nbrOfWorkers <- function(evaluator = NULL) { argument
20 nbrOfWorkers.cluster <- function(evaluator) { argument
41 nbrOfWorkers.uniprocess <- function(evaluator) { argument
49 nbrOfWorkers.multiprocess <- function(evaluator) { argument
65 nbrOfWorkers.future <- function(evaluator) { argument
83 nbrOfWorkers.NULL <- function(evaluator) { argument
103 nbrOfFreeWorkers <- function(evaluator = NULL, background = FALSE, ...) { argument
109 nbrOfFreeWorkers.cluster <- function(evaluator, background = FALSE, ...) { argument
154 nbrOfFreeWorkers.future <- function(evaluator, background = FALSE, ...) { argument
165 nbrOfFreeWorkers.NULL <- function(evaluator, background = FALSE, ...) { argument
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/flatzinc/
H A Dchecker.cc33 const std::function<int64_t(Variable*)>& evaluator) { in Eval()
53 const std::function<int64_t(Variable*)>& evaluator) { in EvalAt()
99 const std::function<int64_t(Variable*)>& evaluator) { in CheckAmong()
193 const std::function<int64_t(Variable*)>& evaluator) { in CheckBoolAnd()
219 const std::function<int64_t(Variable*)>& evaluator) { in CheckBoolNot()
226 const std::function<int64_t(Variable*)>& evaluator) { in CheckBoolOr()
339 const std::function<int64_t(Variable*)>& evaluator) { in CheckDiffn()
492 const std::function<int64_t(Variable*)>& evaluator) { in CheckIntEq()
515 const std::function<int64_t(Variable*)>& evaluator) { in CheckIntGe()
538 const std::function<int64_t(Variable*)>& evaluator) { in CheckIntGt()
[all …]
/dports/devel/libmatheval/libmatheval-1.1.11/lib/
H A Dg77_interface.c44 int64_t evaluator; /* Evaluator created for function. in evaluator_create__() local
64 evaluator_destroy__(int64_t * evaluator) in evaluator_destroy__()
71 evaluator_evaluate__(int64_t * evaluator, int *count, char *names, in evaluator_evaluate__()
111 evaluator_get_string_length__(int64_t * evaluator) in evaluator_get_string_length__()
129 evaluator_get_variables_length__(int64_t * evaluator) in evaluator_get_variables_length__()
154 evaluator_get_variables_chars__(int64_t * evaluator, char *string, in evaluator_get_variables_chars__()
185 evaluator_derivative__(int64_t * evaluator, char *name, int length) in evaluator_derivative__()
211 evaluator_evaluate_x__(int64_t * evaluator, double *x) in evaluator_evaluate_x__()
233 evaluator_derivative_x__(int64_t * evaluator) in evaluator_derivative_x__()
240 evaluator_derivative_y__(int64_t * evaluator) in evaluator_derivative_y__()
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/alea/include/alps/alea/internal/
H A Douter.hpp88 struct evaluator<outer_expr<Str, Arg1, Arg2> > struct
91 typedef outer_expr<Str, Arg1, Arg2> XprType;
98 typedef typename remove_all<Arg1Nested>::type Arg1NestedCleaned;
99 typedef typename remove_all<Arg2Nested>::type Arg2NestedCleaned;
101 typedef typename XprType::CoeffReturnType CoeffReturnType;
102 enum {
107 evaluator(const XprType& xpr) in evaluator() argument
114 CoeffReturnType coeff(Index i, Index j) const in coeff()
122 evaluator<Arg1NestedCleaned> arg1_impl_;
123 evaluator<Arg2NestedCleaned> arg2_impl_;
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go183 type evaluator struct { struct
185 expression string
187 server *Server
190 curNode ast.Node
193 evalError error
197 pc uint64
198 sp uint64
210 func (e *evaluator) err(s string) result {
1692 func (e *evaluator) uint8Result(v uint8) result {
1701 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go183 type evaluator struct { struct
185 expression string
187 server *Server
190 curNode ast.Node
193 evalError error
197 pc uint64
198 sp uint64
210 func (e *evaluator) err(s string) result {
1692 func (e *evaluator) uint8Result(v uint8) result {
1701 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/security/vault/google-cloud-go-storage-v1.6.0/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/security/vault/google-cloud-go-spanner-v1.5.1/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go182 type evaluator struct { struct
184 expression string
186 server *Server
189 curNode ast.Node
192 evalError error
196 pc uint64
197 sp uint64
209 func (e *evaluator) err(s string) result {
1691 func (e *evaluator) uint8Result(v uint8) result {
1700 func (e *evaluator) stringResult(s string) result {
[all …]

12345678910>>...36