Home
last modified time | relevance | path

Searched refs:Nt (Results 1 – 25 of 1123) sorted by relevance

12345678910>>...45

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py11 replay = [StateTermValue(0, Nt(InitNt(goal=Nt('grammar'))), value, False)]
346 …ken': 6, 'var': 7, Nt('grammar'): 43, Nt('nt_defs'): 1, Nt('nt_def'): 44, Nt('token_defs'): 5, Nt(…
414 …9, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 23, Nt('prod'): 50, Nt('terms'): 24, Nt('te…
438 …{'}': 56, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 24, Nt('term'): 51, Nt('symbol'): 2…
442 … {';': 58, 'IDENT': 52, 'STR': 53, '=>': 31, Nt('term'): 59, Nt('symbol'): 25, Nt('reducer'): 30},
450 …1, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 32, Nt('prod'): 50, Nt('terms'): 24, Nt('te…
458 …2, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 34, Nt('prod'): 50, Nt('terms'): 24, Nt('te…
474 …{'}': 68, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 24, Nt('term'): 51, Nt('symbol'): 2…
478 …9, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 37, Nt('prod'): 50, Nt('terms'): 24, Nt('te…
482 …{'}': 70, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 24, Nt('term'): 51, Nt('symbol'): 2…
[all …]
H A Drewrites.py228 elif isinstance(e, Nt):
270 def expand(nt: Nt) -> NtDef: argument
293 elif isinstance(e, Nt):
296 e = Nt(e.name, args)
402 elif isinstance(e, Nt):
446 elif isinstance(e, Nt):
504 subsumes_relation: OrderedSet[typing.Tuple[Nt, Nt]]
513 def visit(nt: Nt) -> None: argument
528 assert isinstance(nt, Nt)
561 nt: Nt
[all …]
/dports/biology/stacks/stacks-2.4/src/
H A Dnucleotides.h116 template<typename Nt>
126 for (Nt nt : Nt::all) in Counts()
132 void clear() {for (Nt nt : Nt::all) counts_[size_t(nt)]=0;} in clear()
140 size_t sum() const {return (*this)[Nt::a] + (*this)[Nt::c] + (*this)[Nt::g] + (*this)[Nt::t];} in sum()
173 template<typename Nt>
174 array<pair<size_t,Nt>,4> Counts<Nt>::sorted() const { in sorted()
176 {(*this)[Nt::t], Nt::t}, in sorted()
177 {(*this)[Nt::g], Nt::g}, in sorted()
178 {(*this)[Nt::c], Nt::c}, in sorted()
179 {(*this)[Nt::a], Nt::a} in sorted()
[all …]
H A DDNASeq4.h9 template<class Nt>
16 NtArray(const NtArray<Nt>& other) : a_(other.a_) {} in NtArray()
17 NtArray<Nt>& operator= (const NtArray<Nt>& other) {a_ = other.a_; return *this;}
19 void set(size_t i, Nt nt) {a_ |= uint64_t(size_t(nt)) << (i*Nt::nbits);} in set()
22 Nt operator[] (size_t i) const {return Nt(size_t((a_ >> (i*Nt::nbits)) & lowbits));}
28 void push_front(Nt nt) {a_ <<= Nt::nbits; a_ |= uint64_t(size_t(nt));}
29 void pop_front() {a_ >>= Nt::nbits;}
31 static const size_t n_nts = sizeof a_ * 8 / Nt::nbits;
34 static const uint64_t lowbits = (1 << Nt::nbits) - 1;
138 namespace std { template<class Nt>
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py924 …49, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 4, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
928 …61, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 5, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
932 …62, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 6, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
936 …69, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 7, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
940 …{'}': 56, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
944 …{'}': 68, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
948 …{'}': 70, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
952 …{'}': 71, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
956 {';': 58, 'IDENT': 52, 'STR': 53, '=>': 15, Nt('term'): 59, Nt('symbol'): 9, Nt('reducer'): 38},
960 …{'=>': 79, 'STR': 79, 'IDENT': 79, ';': 79, '?': 60, Nt('reducer'): 79, Nt('symbol'): 79, Nt('term…
[all …]
H A Drewrites.py228 elif isinstance(e, Nt):
270 def expand(nt: Nt) -> NtDef: argument
293 elif isinstance(e, Nt):
296 e = Nt(e.name, args)
402 elif isinstance(e, Nt):
446 elif isinstance(e, Nt):
504 subsumes_relation: OrderedSet[typing.Tuple[Nt, Nt]]
513 def visit(nt: Nt) -> None: argument
528 assert isinstance(nt, Nt)
561 nt: Nt
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py924 …49, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 4, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
928 …61, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 5, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
932 …62, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 6, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
936 …69, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 7, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
940 …{'}': 56, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
944 …{'}': 68, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
948 …{'}': 70, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
952 …{'}': 71, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
956 {';': 58, 'IDENT': 52, 'STR': 53, '=>': 15, Nt('term'): 59, Nt('symbol'): 9, Nt('reducer'): 38},
960 …{'=>': 79, 'STR': 79, 'IDENT': 79, ';': 79, '?': 60, Nt('reducer'): 79, Nt('symbol'): 79, Nt('term…
[all …]
H A Drewrites.py228 elif isinstance(e, Nt):
270 def expand(nt: Nt) -> NtDef: argument
293 elif isinstance(e, Nt):
296 e = Nt(e.name, args)
402 elif isinstance(e, Nt):
446 elif isinstance(e, Nt):
504 subsumes_relation: OrderedSet[typing.Tuple[Nt, Nt]]
513 def visit(nt: Nt) -> None: argument
528 assert isinstance(nt, Nt)
561 nt: Nt
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py924 …49, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 4, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
928 …61, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 5, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
932 …62, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 6, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
936 …69, 'IDENT': 52, 'STR': 53, 'COMMENT': 54, Nt('prods'): 7, Nt('prod'): 50, Nt('terms'): 8, Nt('ter…
940 …{'}': 56, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
944 …{'}': 68, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
948 …{'}': 70, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
952 …{'}': 71, 'IDENT': 52, 'STR': 53, Nt('prod'): 57, Nt('terms'): 8, Nt('term'): 51, Nt('symbol'): 9},
956 {';': 58, 'IDENT': 52, 'STR': 53, '=>': 15, Nt('term'): 59, Nt('symbol'): 9, Nt('reducer'): 38},
960 …{'=>': 79, 'STR': 79, 'IDENT': 79, ';': 79, '?': 60, Nt('reducer'): 79, Nt('symbol'): 79, Nt('term…
[all …]
H A Drewrites.py228 elif isinstance(e, Nt):
270 def expand(nt: Nt) -> NtDef: argument
293 elif isinstance(e, Nt):
296 e = Nt(e.name, args)
402 elif isinstance(e, Nt):
446 elif isinstance(e, Nt):
504 subsumes_relation: OrderedSet[typing.Tuple[Nt, Nt]]
513 def visit(nt: Nt) -> None: argument
528 assert isinstance(nt, Nt)
561 nt: Nt
[all …]
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother/
H A DWeightedexponential.pm39 my $Nt = $self->{samples}->[$idx];
43 push @Wts, $self->_get_Wt( $Wt_1, $Nt );
45 my $coeff_a = $self->_get_coeff_A( $Wt_1, $Nt );
46 my $coeff_b = $self->_get_coeff_B( $Wt_1, $Nt );
57 my ( $self, $Wt_1, $Nt ) = @_;
60 my $coeff_a = $self->_get_coeff_A( $Wt_1, $Nt );
61 my $coeff_b = $self->_get_coeff_B( $Wt_1, $Nt );
68 my ( $self, $Wt_1, $Nt ) = @_;
71 return $C * ( $Wt_1 / ( $Wt_1 + $Nt ) );
76 my ( $self, $Wt_1, $Nt ) = @_;
[all …]
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Dboxtype.py30 Nt = 0 variable
39 global Nt
40 x = Nt % 4
41 y = int(Nt / 4)
42 Nt = Nt + 1
62 Nt = Nt + 2 # go to start of next row to line up boxes & frames variable
98 Nt = Nt+2 variable
101 Nt = Nt+2 variable
113 Nt = Nt+2 variable
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dsinh.c80 Nt = MAX (MPFR_PREC (x), MPFR_PREC (y)); in mpfr_sinh()
82 Nt = Nt + MPFR_INT_CEIL_LOG2 (Nt) + 4; in mpfr_sinh()
85 Nt -= 2*MPFR_GET_EXP (x); in mpfr_sinh()
88 MPFR_GROUP_INIT_2 (group, Nt, t, ti); in mpfr_sinh()
91 MPFR_ZIV_INIT (loop, Nt); in mpfr_sinh()
138 err = Nt - 3; in mpfr_sinh()
145 err = Nt; /* double the precision */ in mpfr_sinh()
163 err = Nt - (MAX (d, 0) + 1); in mpfr_sinh()
174 Nt += err; in mpfr_sinh()
175 MPFR_ZIV_NEXT (loop, Nt); in mpfr_sinh()
[all …]
H A Datanh.c107 mpfr_prec_t Nx, Ny, Nt; in mpfr_atanh() local
160 Nt = MAX (Nx, Ny); in mpfr_atanh()
161 Nt = Nt + MPFR_INT_CEIL_LOG2 (Nt) + 4; in mpfr_atanh()
164 mpfr_init2 (t, Nt); in mpfr_atanh()
165 mpfr_init2 (te, Nt); in mpfr_atanh()
167 MPFR_ZIV_INIT (loop, Nt); in mpfr_atanh()
180 err = Nt - mpfr_atanh_small (t, x); in mpfr_atanh()
194 err = Nt - (MAX (4 - MPFR_GET_EXP (t), 0) + 1); in mpfr_atanh()
202 MPFR_ZIV_NEXT (loop, Nt); in mpfr_atanh()
203 mpfr_set_prec (t, Nt); in mpfr_atanh()
[all …]
H A Dtanh.c77 mpfr_prec_t Nt; /* working precision */ in mpfr_tanh() local
96 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 4; in mpfr_tanh()
99 Nt += -MPFR_GET_EXP (x); in mpfr_tanh()
104 if (Nt < MPFR_PREC(x)) in mpfr_tanh()
105 Nt = MPFR_PREC(x); in mpfr_tanh()
108 MPFR_GROUP_INIT_2 (group, Nt, t, te); in mpfr_tanh()
110 MPFR_ZIV_INIT (loop, Nt); in mpfr_tanh()
139 err = Nt - (d + 1); in mpfr_tanh()
142 if (MPFR_LIKELY (d <= Nt / 2 && in mpfr_tanh()
154 MPFR_ZIV_NEXT (loop, Nt); in mpfr_tanh()
[all …]
H A Dhypot.c36 mpfr_prec_t Nt; /* precision of the intermediary variable */ in mpfr_hypot() local
143 Nt = Nz + MPFR_INT_CEIL_LOG2 (Nz) + 4; in mpfr_hypot()
145 mpfr_init2 (t, Nt); in mpfr_hypot()
146 mpfr_init2 (te, Nt); in mpfr_hypot()
147 mpfr_init2 (ti, Nt); in mpfr_hypot()
172 MPFR_ZIV_INIT (loop, Nt); in mpfr_hypot()
184 err = Nt < N ? 4 : 2; in mpfr_hypot()
189 MPFR_ZIV_NEXT (loop, Nt); in mpfr_hypot()
190 mpfr_set_prec (t, Nt); in mpfr_hypot()
191 mpfr_set_prec (te, Nt); in mpfr_hypot()
[all …]
H A Dlog2.c101 mpfr_prec_t Nt; /* working precision */ in mpfr_log2() local
107 Nt = Ny + 3 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_log2()
110 mpfr_init2 (t, Nt); in mpfr_log2()
111 mpfr_init2 (tt, Nt); in mpfr_log2()
114 MPFR_ZIV_INIT (loop, Nt); in mpfr_log2()
123 err = Nt-3; in mpfr_log2()
128 MPFR_ZIV_NEXT (loop, Nt); in mpfr_log2()
129 mpfr_set_prec (t, Nt); in mpfr_log2()
130 mpfr_set_prec (tt, Nt); in mpfr_log2()
H A Dfactorial.c41 mpfr_prec_t Nt; /* Precision of Intermediary Calculation variable */ in mpfr_fac_ui() local
58 Nt = Ny + 2 * MPFR_INT_CEIL_LOG2 (x) + 7; in mpfr_fac_ui()
60 mpfr_init2 (t, Nt); /* initialize of intermediary variable */ in mpfr_fac_ui()
63 MPFR_ZIV_INIT (loop, Nt); in mpfr_fac_ui()
77 err = Nt - 1 - MPFR_INT_CEIL_LOG2 (Nt); in mpfr_fac_ui()
100 MPFR_ZIV_NEXT (loop, Nt); in mpfr_fac_ui()
101 mpfr_set_prec (t, Nt); in mpfr_fac_ui()
H A Dlog10.c100 mpfr_prec_t Nt; /* Precision of the intermediary variable */ in mpfr_log10() local
105 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_log10()
108 mpfr_init2 (t, Nt); in mpfr_log10()
109 mpfr_init2 (tt, Nt); in mpfr_log10()
112 MPFR_ZIV_INIT (loop, Nt); in mpfr_log10()
122 err = Nt - 4; in mpfr_log10()
136 MPFR_ZIV_NEXT (loop, Nt); in mpfr_log10()
137 mpfr_set_prec (t, Nt); in mpfr_log10()
138 mpfr_set_prec (tt, Nt); in mpfr_log10()
H A Dacosh.c77 mpfr_prec_t Nt; /* Precision of the intermediary variable */ in mpfr_acosh() local
83 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_acosh()
86 mpfr_init2 (t, Nt); in mpfr_acosh()
89 MPFR_ZIV_INIT (loop, Nt); in mpfr_acosh()
106 pln2 = Nt - MPFR_PREC_MIN < MPFR_GET_EXP (t) ? in mpfr_acosh()
107 MPFR_PREC_MIN : Nt - MPFR_GET_EXP (t); in mpfr_acosh()
142 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - err, Ny, rnd_mode))) in mpfr_acosh()
146 MPFR_ZIV_NEXT (loop, Nt); in mpfr_acosh()
147 mpfr_set_prec (t, Nt); in mpfr_acosh()
H A Dexpm1.c111 mpfr_prec_t Nt; /* working precision */ in mpfr_expm1() local
117 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_expm1()
122 Nt += - ex; in mpfr_expm1()
125 mpfr_init2 (t, Nt); in mpfr_expm1()
128 MPFR_ZIV_INIT (loop, Nt); in mpfr_expm1()
153 err = Nt - (MAX (exp_te - MPFR_GET_EXP (t), 0) + 1); in mpfr_expm1()
162 MPFR_ZIV_NEXT (loop, Nt); in mpfr_expm1()
163 mpfr_set_prec (t, Nt); in mpfr_expm1()
/dports/math/R-cran-deldir/deldir/inst/code.discarded/
H A Dtrigraf.c24 int Nv, Ne, Nt; local
33 Nt = 0;
86 it[Nt] = i;
87 jt[Nt] = j;
88 kt[Nt] = k;
89 Nt++;
98 *nt = Nt;
120 int Nv, Ne, Nt; local
128 Nt = 0;
160 Nt++;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit-test/tests/wasm/spec/
H A Dlinking.wast79 (module $Nt
100 (assert_return (invoke $Nt "call" (i32.const 2)) (i32.const 5))
105 (assert_return (invoke $Nt "call" (i32.const 1)) (i32.const 5))
110 (assert_return (invoke $Nt "call" (i32.const 0)) (i32.const 5))
114 (assert_trap (invoke $Nt "Mt.call" (i32.const 20)) "undefined")
115 (assert_trap (invoke $Nt "call" (i32.const 7)) "undefined")
118 (assert_return (invoke $Nt "call" (i32.const 3)) (i32.const -4))
119 (assert_trap (invoke $Nt "call" (i32.const 4)) "indirect call")
141 (assert_return (invoke $Nt "call" (i32.const 2)) (i32.const 5))
147 (assert_return (invoke $Nt "call" (i32.const 1)) (i32.const 5))
[all …]
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/lib/DateTime/Locale/
H A Dmas.pod107 Ntʉ́ŋʉ́s
122 Ntʉ́
153 Ntʉ́ŋʉ́s
168 Ntʉ́
264 1995-12-22T09:05:02 = 22 Ntʉ́ 1995
405 1995-12-22T09:05:02 = EY 1995 Ntʉ́
471 1995-12-22T09:05:02 = Ntʉ́
477 1995-12-22T09:05:02 = Iju, Ntʉ́ 22
495 1995-12-22T09:05:02 = Ntʉ́ŋʉ́s 22
501 1995-12-22T09:05:02 = Ntʉ́ 22
[all …]
H A Dmas_KE.pod107 Ntʉ́ŋʉ́s
122 Ntʉ́
153 Ntʉ́ŋʉ́s
168 Ntʉ́
264 1995-12-22T09:05:02 = 22 Ntʉ́ 1995
405 1995-12-22T09:05:02 = EY 1995 Ntʉ́
471 1995-12-22T09:05:02 = Ntʉ́
477 1995-12-22T09:05:02 = Iju, Ntʉ́ 22
495 1995-12-22T09:05:02 = Ntʉ́ŋʉ́s 22
501 1995-12-22T09:05:02 = Ntʉ́ 22
[all …]

12345678910>>...45