Home
last modified time | relevance | path

Searched defs:exp (Results 51 – 75 of 17041) sorted by relevance

12345678910>>...682

/dports/devel/idutils/idutils-4.6/gnulib-tests/
H A Dtest-frexp.c37 #define exp exponent macro
61 int exp = -9999; in main() local
69 int exp = -9999; in main() local
77 int exp = -9999; in main() local
85 int exp = -9999; in main() local
95 int exp = -9999; in main() local
106 int exp = -9999; in main() local
113 int exp = -9999; in main() local
120 int exp = -9999; in main() local
128 int exp = -9999; in main() local
[all …]
H A Dtest-frexpl.c38 #define exp exponent macro
73 int exp = -9999; in main() local
81 int exp = -9999; in main() local
89 int exp = -9999; in main() local
97 int exp = -9999; in main() local
107 int exp = -9999; in main() local
118 int exp = -9999; in main() local
125 int exp = -9999; in main() local
132 int exp = -9999; in main() local
140 int exp = -9999; in main() local
[all …]
/dports/devel/m4/m4-1.4.19/tests/
H A Dtest-frexp.h34 int exp = -9999; in test_function() local
42 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
58 int exp = -9999; in test_function() local
68 int exp = -9999; in test_function() local
79 int exp = -9999; in test_function() local
86 int exp = -9999; in test_function() local
93 int exp = -9999; in test_function() local
101 int exp = -9999; in test_function() local
108 int exp = -9999; in test_function() local
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-frexp.h34 int exp = -9999; in test_function() local
42 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
58 int exp = -9999; in test_function() local
68 int exp = -9999; in test_function() local
79 int exp = -9999; in test_function() local
86 int exp = -9999; in test_function() local
93 int exp = -9999; in test_function() local
101 int exp = -9999; in test_function() local
108 int exp = -9999; in test_function() local
[all …]
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-frexp.h34 int exp = -9999; in test_function() local
42 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
58 int exp = -9999; in test_function() local
68 int exp = -9999; in test_function() local
79 int exp = -9999; in test_function() local
86 int exp = -9999; in test_function() local
93 int exp = -9999; in test_function() local
101 int exp = -9999; in test_function() local
108 int exp = -9999; in test_function() local
[all …]
/dports/devel/libunistring/libunistring-0.9.10/tests/
H A Dtest-frexp.h34 int exp = -9999; in test_function() local
42 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
58 int exp = -9999; in test_function() local
68 int exp = -9999; in test_function() local
79 int exp = -9999; in test_function() local
86 int exp = -9999; in test_function() local
93 int exp = -9999; in test_function() local
101 int exp = -9999; in test_function() local
108 int exp = -9999; in test_function() local
[all …]
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-frexp.h34 int exp = -9999; in test_function() local
42 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
58 int exp = -9999; in test_function() local
68 int exp = -9999; in test_function() local
79 int exp = -9999; in test_function() local
86 int exp = -9999; in test_function() local
93 int exp = -9999; in test_function() local
101 int exp = -9999; in test_function() local
108 int exp = -9999; in test_function() local
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-frexp.h34 int exp = -9999; in test_function() local
42 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
58 int exp = -9999; in test_function() local
68 int exp = -9999; in test_function() local
79 int exp = -9999; in test_function() local
86 int exp = -9999; in test_function() local
93 int exp = -9999; in test_function() local
101 int exp = -9999; in test_function() local
108 int exp = -9999; in test_function() local
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/metrics/
H A Dhistogram.go3 // Histograms calculate distribution statistics from a series of int64 values.
14 StdDev() float64
17 Variance() float64
20 // GetOrRegisterHistogram returns an existing Histogram or constructs and
54 func (*HistogramSnapshot) Clear() {
82 func (h *HistogramSnapshot) Percentiles(ps []float64) []float64 {
87 func (h *HistogramSnapshot) Sample() Sample { return h.sample }
113 // Count is a no-op.
120 func (NilHistogram) Mean() float64 { return 0.0 }
139 // StdDev is a no-op.
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Audio/
H A DIEnvGen.sc4 envelope = this.convertEnv(envelope);
7
8 *kr { arg envelope, index, mul = 1, add = 0;
10 ^this.multiNewList(['control', index, envelope]).madd(mul, add)
13 *convertEnv { arg env;
16 }
19 ^super.new.rate_(rate).addToSynth.init([index] ++ envArray.dereference)
22 init { arg theInputs;
25 }
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/metrics/exp/
H A Dexp.go3 package exp package
16 type exp struct { struct
18 registry metrics.Registry
21 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
72 exp.expvarLock.Lock() argument
86 exp.expvarLock.Lock() argument
98 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
103 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
126 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
135 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/rcrowley/go-metrics/go-metrics-10cdbea86bc0/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/rcrowley/go-metrics/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/rcrowley/go-metrics/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/rcrowley/go-metrics/go-metrics-e2704e165165/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/rcrowley/go-metrics/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/rcrowley/go-metrics/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/rcrowley/go-metrics/exp/
H A Dexp.go3 package exp package
14 type exp struct { struct
16 registry metrics.Registry
19 func (exp *exp) expHandler(w http.ResponseWriter, r *http.Request) {
55 exp.expvarLock.Lock() argument
69 exp.expvarLock.Lock() argument
81 func (exp *exp) publishCounter(name string, metric metrics.Counter) {
86 func (exp *exp) publishGauge(name string, metric metrics.Gauge) {
109 func (exp *exp) publishMeter(name string, metric metrics.Meter) {
118 func (exp *exp) publishTimer(name string, metric metrics.Timer) {
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_safety_checks.h113 #define EINA_SAFETY_ON_NULL_RETURN(exp) \ argument
124 #define EINA_SAFETY_ON_NULL_RETURN_VAL(exp, val) \ argument
225 #define EINA_SAFETY_ON_NULL_RETURN(exp) \ argument
234 #define EINA_SAFETY_ON_NULL_RETURN_VAL(exp, val) \ argument
243 #define EINA_SAFETY_ON_NULL_GOTO(exp, label) \ argument
251 #define EINA_SAFETY_ON_TRUE_RETURN(exp) \ argument
260 #define EINA_SAFETY_ON_TRUE_RETURN_VAL(exp, val) \ argument
269 #define EINA_SAFETY_ON_TRUE_GOTO(exp, label) \ argument
277 #define EINA_SAFETY_ON_FALSE_RETURN(exp) \ argument
286 #define EINA_SAFETY_ON_FALSE_RETURN_VAL(exp, val) \ argument
[all …]
/dports/math/gismo/gismo-21.12.0/unittests/
H A DgsAbs_Diff_test.cpp29 unsigned int exp = 2; in SUITE() local
39 unsigned int exp = UINT32_MAX; in SUITE() local
49 unsigned int exp = INT32_MAX; in SUITE() local
59 unsigned int exp = INT32_MAX + 1U; in SUITE() local
89 unsigned int exp = INT32_MAX; in SUITE() local
109 unsigned int exp = 0; in SUITE() local
119 unsigned int exp = INT32_MAX; in SUITE() local
129 unsigned int exp = 0; in SUITE() local
139 unsigned long long exp = 2; in SUITE() local
221 unsigned long long exp = 0; in SUITE() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/unittests/
H A Dpreprocessor.spec.ts34 const exp = 'a 3 b'; constant
40 const exp = 'a x'; constant
46 const exp = 'a x b'; constant
57 const exp = '\na\n\nb'; constant
67 const exp = '\na\nc\nd\n'; constant
77 const exp = '\na\n\nd\n'; constant
91 const exp = '\na\n\nb\n\nd\n'; constant
105 const exp = '\na\n\nc\n\nd\n'; constant
121 const exp = '\na\n\ne\n\nd\n'; constant
137 const exp = '\na\n\nb\n\nd\n'; constant
[all …]
/dports/math/petanque/arybo-release-1.1.0/petanque/tests/
H A Didentify_ors_no_rec.cpp30 Expr exp = ExprOr({a,b}); in main() local
35 Expr exp = ExprOr({a,b,c}); in main() local
40 Expr exp = ExprOr({a,b,c,d}); in main() local
45 Expr exp = ExprAdd({ExprOr({a,b,c,d}), e}); in main() local
50 Expr exp = ExprAdd({ExprOr({a,b,c,d}), e, ExprImm(true)}); in main() local
55 Expr exp = ExprAdd({e*f, ExprOr({a,b,c,d}), e, ExprImm(true)}); in main() local
61 Expr exp = ExprAdd({e*f, ExprESF(2, {a,b,e}), ExprOr({a,b,c,d}), e, ExprImm(true)}); in main() local
67 Expr exp = ExprAdd({ExprOr({a,b}), ExprOr({c,d})}); in main() local
72 Expr exp = ExprAdd({ExprOr({a,b}), ExprOr({c,d}), ExprOr({e, f})}); in main() local
77 Expr exp = ExprAdd({ExprOr({a,b,c}), ExprOr({d,e,f}), ExprImm(true)}); in main() local
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtornode.h299 btor_node_is_unary (const BtorNode *exp) in btor_node_is_unary()
334 btor_node_is_proxy (const BtorNode *exp) in btor_node_is_proxy()
359 btor_node_is_bv_eq (const BtorNode *exp) in btor_node_is_bv_eq()
429 btor_node_is_cond (const BtorNode *exp) in btor_node_is_cond()
439 btor_node_is_uf (const BtorNode *exp) in btor_node_is_uf()
446 btor_node_is_array (const BtorNode *exp) in btor_node_is_array()
502 btor_node_is_fun (const BtorNode *exp) in btor_node_is_fun()
516 btor_node_is_param (const BtorNode *exp) in btor_node_is_param()
523 btor_node_is_args (const BtorNode *exp) in btor_node_is_args()
569 btor_node_get_id (const BtorNode *exp) in btor_node_get_id()
[all …]
/dports/graphics/geos/geos-3.9.1/tests/unit/operation/overlayng/
H A DOverlayNGTest.cpp107 std::string exp = "GEOMETRYCOLLECTION EMPTY"; in test() local
118 std::string exp = "POLYGON EMPTY"; in test() local
129 std::string exp = "POLYGON EMPTY"; in test() local
140 std::string exp = "POLYGON EMPTY"; in test() local
151 std::string exp = "POLYGON EMPTY"; in test() local
184 std::string exp = "LINESTRING EMPTY"; in test() local
195 std::string exp = "LINESTRING EMPTY"; in test() local
206 std::string exp = "POINT EMPTY"; in test() local
217 std::string exp = "POLYGON EMPTY"; in test() local
450 std::string exp = "LINESTRING (8 1, 9 1)"; in test() local
[all …]
/dports/math/spot/spot-2.10.2/tests/python/
H A Dtra2tba.py44 exp = """HOA: v1 variable
81 exp = """HOA: v1 variable
118 exp = """HOA: v1 variable
152 exp = """HOA: v1 variable
195 exp = """HOA: v1 variable
240 exp = """HOA: v1 variable
279 exp = """HOA: v1 variable
334 exp = """HOA: v1 variable
396 exp = """HOA: v1 variable
436 exp = """HOA: v1 variable
[all …]

12345678910>>...682