Home
last modified time | relevance | path

Searched +refs:lazy +refs:number (Results 1 – 25 of 12116) sorted by relevance

12345678910>>...485

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/
H A DNASHORN-759.js.EXPECTED2 number
6 number
10 number
21 The quick gray n,ashorn jumps ove,r the lazy zebra,.
22 The quick gray nashorn jumps ove,r the lazy zebra.
23 The quick gray nashorn jumps over the lazy zebra.
24 The quick gray nashorn jumps over the lazy zebra. The quick gray nashorn jumps over the lazy zebra.…
26 number
34 The quick gray nashorn jumps ove,r the lazy zebra.
35 The quick gray nashorn jumps over the lazy zebra.
[all …]
/dports/lang/racket/racket-8.3/src/expander/read/
H A Dnumber.rkt164 (define (lazy-number n radix exp)
189 (define n-n (if (lazy-expt? n) (lazy-expt-n n) n))
190 (define n-exp (if (lazy-expt? n) (lazy-expt-exp n) 0))
191 (define d-n (if (lazy-expt? d) (lazy-expt-n d) d))
193 (define radix (if (lazy-expt? n) (lazy-expt-radix n) (lazy-expt-radix d)))
194 (lazy-number (/ n-n d-n) radix (- n-exp d-exp))]
203 (* (lazy-expt-n n) (expt (lazy-expt-radix n) (lazy-expt-exp n)))]
610 (lazy-number (* sgn (digits->integer n radix)) radix (- exp))
656 (define (get-n) (lazy-number (* sgn n) radix exp))
705 (lazy-number sgn-n radix (+ exp (* sgn2 (digits->integer exp2 radix))))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/read/
H A Dnumber.rkt164 (define (lazy-number n radix exp)
189 (define n-n (if (lazy-expt? n) (lazy-expt-n n) n))
190 (define n-exp (if (lazy-expt? n) (lazy-expt-exp n) 0))
191 (define d-n (if (lazy-expt? d) (lazy-expt-n d) d))
193 (define radix (if (lazy-expt? n) (lazy-expt-radix n) (lazy-expt-radix d)))
194 (lazy-number (/ n-n d-n) radix (- n-exp d-exp))]
203 (* (lazy-expt-n n) (expt (lazy-expt-radix n) (lazy-expt-exp n)))]
610 (lazy-number (* sgn (digits->integer n radix)) radix (- exp))
656 (define (get-n) (lazy-number (* sgn n) radix exp))
705 (lazy-number sgn-n radix (+ exp (* sgn2 (digits->integer exp2 radix))))
[all …]
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/checks/
H A Dldbenchmark.cpp109 (*it).lazy.push_back(cost); in readResults()
133 f.write(QByteArray::number(::median(res.lazy))); in writeCSV()
135 f.write(QByteArray::number(::min(res.lazy))); in writeCSV()
137 f.write(QByteArray::number(::max(res.lazy))); in writeCSV()
139 f.write(QByteArray::number(::median(res.now))); in writeCSV()
141 f.write(QByteArray::number(::min(res.now))); in writeCSV()
143 f.write(QByteArray::number(::max(res.now))); in writeCSV()
156 return ::median(mode == LoadMode::Lazy ? res.lazy : res.now); in median()
162 return ::min(mode == LoadMode::Lazy ? res.lazy : res.now); in min()
/dports/lang/racket/racket-8.3/share/pkgs/lazy/tests/
H A Dpromise.rkt11 (for ([v (list (delay 1) (lazy 1) (delay (delay 1)) (lazy (lazy 1)))])
44 (t (force (lazy (lazy ?))))
46 (t (force (lazy (lazy (lazy (lazy ?))))))
51 (t* (force (lazy (lazy (lazy (delay ?))))))
58 (t* (force (force (lazy (lazy (lazy (delay (delay ?))))))))
59 (t* (force (force (lazy (lazy (delay (lazy (delay ?))))))))
60 (t* (force (force (lazy (delay (lazy (lazy (delay ?))))))))
61 (t* (force (force (delay (lazy (lazy (lazy (delay ?))))))))
71 (t* (force (delay (force (lazy (lazy (lazy (delay ?))))))))
171 #rx"contract violation.*expected: number|not a number")
[all …]
/dports/textproc/R-cran-rex/rex/man/
H A Dcounts.Rd12 n_times(x, n, type = c("greedy", "lazy", "possessive"))
14 between(x, low, high, type = c("greedy", "lazy", "possessive"))
16 at_least(x, n, type = c("greedy", "lazy", "possessive"))
18 at_most(x, n, type = c("greedy", "lazy", "possessive"))
23 \item{n}{An integer number}
30 …\item \code{lazy}: match the shortest string. This matches the shortest string from the same anch…
34 \item{low}{An integer number for the lower limit.}
36 \item{high}{An integer number for the upper limit.}
39 Functions to restrict a regex to a specific number
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-2.10.0/src/well_known_types/
H A Dtype_pb.rs430 pub number: i32,
490 self.number
493 self.number = 0;
498 self.number = v;
735 if self.number != 0 {
914 self.number = 0;
1470 pub number: i32,
1520 self.number
1523 self.number = 0;
1528 self.number = v;
[all …]
/dports/sysutils/vector/tracing-65547d8809fcc726b8187db85b23c42e32ef5dce/examples/examples/
H A Dfutures-spawn.rs8 future::lazy(move || { in parent_task()
11 .map(|number| { in parent_task()
12 debug!(message = "creating subtask;", number); in parent_task()
13 subtask(number) in parent_task()
26 fn subtask(number: usize) -> impl Future<Item = usize, Error = ()> { in subtask()
27 future::lazy(move || { in subtask()
29 Ok(number) in subtask()
31 .instrument(span!(Level::TRACE, "subtask", number)) in subtask()
/dports/lang/racket-minimal/racket-8.3/src/regexp/match/
H A Dlazy-bytes.rkt7 (provide make-lazy-bytes
8 lazy-bytes-before-end?
9 lazy-bytes-ref
10 lazy-bytes-bstr
11 lazy-bytes-failed?
13 lazy-bytes-advance!)
16 [end #:mutable] ; number of available bytes --- plus discarded bytes
27 max-peek)) ; maximum number of bytes to peek or #f
53 (bytes-ref (lazy-bytes-bstr s) (- pos (lazy-bytes-discarded-count s))))
63 (when (and (lazy-bytes? s)
[all …]
/dports/lang/racket/racket-8.3/src/regexp/match/
H A Dlazy-bytes.rkt7 (provide make-lazy-bytes
8 lazy-bytes-before-end?
9 lazy-bytes-ref
10 lazy-bytes-bstr
11 lazy-bytes-failed?
13 lazy-bytes-advance!)
16 [end #:mutable] ; number of available bytes --- plus discarded bytes
27 max-peek)) ; maximum number of bytes to peek or #f
53 (bytes-ref (lazy-bytes-bstr s) (- pos (lazy-bytes-discarded-count s))))
63 (when (and (lazy-bytes? s)
[all …]
/dports/devel/tig/tig-2.5.4/test/diff/
H A Deditor-test9 set diff-view-line-number = yes
10 set stage-view-line-number = yes
29 | lazy val parent: Project = Project(
35 205| lazy val common = project("Common", defaultSettings)
36 | - lazy val deltablue = project("DeltaBlue", benchmarkSettings).dependsOn(c
37 | - lazy val richards = project("Richards", benchmarkSettings).dependsOn(com
38 | - lazy val sudoku = project("Sudoku", benchmarkSettings).dependsOn(common)
42 | + lazy val sudoku = project("Sudoku", defaultSettings).dependsOn(common)
43 | + lazy val tracer = project("Tracer", defaultSettings).dependsOn(common)
142 | lazy val parent: Project = Project(
[all …]
H A Dworktree-editor-test21 set diff-view-line-number = yes
22 set stage-view-line-number = yes
54 | lazy val parent: Project = Project(
60 205| lazy val common = project("Common", defaultSettings)
61 | - lazy val deltablue = project("DeltaBlue", benchmarkSettings).dependsOn(c
62 | - lazy val richards = project("Richards", benchmarkSettings).dependsOn(com
63 | - lazy val sudoku = project("Sudoku", benchmarkSettings).dependsOn(common)
67 | + lazy val sudoku = project("Sudoku", defaultSettings).dependsOn(common)
68 | + lazy val tracer = project("Tracer", defaultSettings).dependsOn(common)
167 | lazy val parent: Project = Project(
[all …]
H A Dsubmodule-editor-test21 set diff-view-line-number = yes
22 set stage-view-line-number = yes
56 | lazy val parent: Project = Project(
62 205| lazy val common = project("Common", defaultSettings)
63 | - lazy val deltablue = project("DeltaBlue", benchmarkSettings).dependsOn(c
64 | - lazy val richards = project("Richards", benchmarkSettings).dependsOn(com
65 | - lazy val sudoku = project("Sudoku", benchmarkSettings).dependsOn(common)
69 | + lazy val sudoku = project("Sudoku", defaultSettings).dependsOn(common)
70 | + lazy val tracer = project("Tracer", defaultSettings).dependsOn(common)
172 | lazy val parent: Project = Project(
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/lazy-regex-2.2.2/
H A DREADME.md3 [s1]: https://img.shields.io/crates/v/lazy-regex.svg
4 [l1]: https://crates.io/crates/lazy-regex
9 [s3]: https://docs.rs/lazy-regex/badge.svg
10 [l3]: https://docs.rs/lazy-regex/
16 # lazy-regex
21 * they're wrapped in `once_cell` lazy static initializers so that they're compiled only once
113 It's checked at compile time to ensure you have the right number of capturing groups.
131 The number of arguments given to the closure is checked at compilation time to match the number of …
134 # Shared lazy static
139 The `regex!` macro, while being backed by a lazy static regex, returns a reference.
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-2.14.0/src/well_known_types/
H A Dtype_pb.rs424 pub number: i32, field
484 self.number in get_number()
487 self.number = 0; in clear_number()
492 self.number = v; in set_number()
729 if self.number != 0 { in compute_size()
902 self.number = 0; in clear()
1446 pub number: i32, field
1496 self.number in get_number()
1499 self.number = 0; in clear_number()
1504 self.number = v; in set_number()
[all …]
/dports/devel/p5-Mo/Mo-0.40/lib/Mo/
H A Ddefault.pod19 ref, then a shallow copy is made for the default. If there is an odd number of
30 Default attribute values in Mo are lazy by default.
31 This can be changed by explicitly setting the C<lazy> argument to false, in
35 has status => 'active'; # lazy
36 has location => sub { ... }, lazy => 1; # lazy
37 has target => sub { ... }, lazy => 0; # eager
44 has location => sub { ... }, lazy => 1; # lazy
45 has target => sub { ... }, lazy => 0; # eager
/dports/math/R/R-4.1.2/src/library/base/man/
H A Dagrep.Rd17 weighted number of insertions, deletions and substitutions needed to
42 \item{\code{cost}:}{maximum number/fraction of match cost
44 \item{\code{all}:}{maximal number/fraction of \emph{all}
48 \item{\code{substitutions}:}{maximum number/fraction of
52 other transformation number bounds default to \code{all}.
74 it is the (possibly cost-weighted) total number of insertions,
112 agrep("lasy", "1 lazy 2")
113 agrep("lasy", c(" 1 lazy 2", "1 lasy 2"), max.distance = list(sub = 0))
114 agrep("laysy", c("1 lazy", "1", "1 LAZY"), max.distance = 2)
115 agrep("laysy", c("1 lazy", "1", "1 LAZY"), max.distance = 2, value = TRUE)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A Dagrep.Rd17 weighted number of insertions, deletions and substitutions needed to
42 \item{\code{cost}:}{maximum number/fraction of match cost
44 \item{\code{all}:}{maximal number/fraction of \emph{all}
48 \item{\code{substitutions}:}{maximum number/fraction of
52 other transformation number bounds default to \code{all}.
74 it is the (possibly cost-weighted) total number of insertions,
112 agrep("lasy", "1 lazy 2")
113 agrep("lasy", c(" 1 lazy 2", "1 lasy 2"), max.distance = list(sub = 0))
114 agrep("laysy", c("1 lazy", "1", "1 LAZY"), max.distance = 2)
115 agrep("laysy", c("1 lazy", "1", "1 LAZY"), max.distance = 2, value = TRUE)
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/type_constraints/
H A Dcustom_type_errors.t13 message {"This number ($_) is not a positive integer!"};
16 message {"This number ($_) is not less than ten!"};
21 lazy => 1,
29 like( exception { my $fern = Animal->new( leg_count => 0 ) }, qr/This number \(0\) is not less than…
31 like( exception { my $centipede = Animal->new( leg_count => 30 ) }, qr/This number \(30\) is not le…
36 like( exception { $chimera->leg_count(0) }, qr/This number \(0\) is not less than ten!/, 'gave cust…
38 like( exception { $chimera->leg_count(16) }, qr/This number \(16\) is not less than ten!/, 'gave cu…
43 …ption { $gimp->leg_count }, qr/This number \(0\) is not less than ten!/, 'gave custom supertype er…

12345678910>>...485