Home
last modified time | relevance | path

Searched refs:ys (Results 1 – 25 of 7181) sorted by relevance

12345678910>>...288

/dports/math/yacas/yacas-1.9.1/scripts/
H A Dpackages.ys2 "array.rep/code.ys",
3 "assoc.rep/code.ys",
4 "base.rep/math.ys",
5 "c_form.rep/code.ys",
7 "complex.rep/code.ys",
10 "cse.rep/cse.ys",
11 "debug.rep/code.ys",
13 "deriv.rep/code.ys",
21 "io.rep/code.ys",
64 "standard.ys",
[all …]
/dports/games/fillets-ng/fillets-ng-data-1.0.1/script/experiments/
H A Dprog_pld.lua19 leader.pldik[i].ys = 0
49 leader.pldik[0].ys = 1
90 …kliddole = klec[selected.xs][selected.ys + 1] == pldjsem or klec[selected.xs][selected.ys + 1] == …
119 pldik[leader.pocet].ys = selected.ys
125 klec[nx][selected.ys] = pldjdu
130 …if klec[nx][selected.ys] == 0 and (klec[nx][selected.ys + 1] == 2 or klec[nx][selected.ys + 1] == …
135 klec[nx][selected.ys] = pldjdu
137 elseif klec[nx][selected.ys] == 0 and klec[nx][selected.ys + 1] == 0 then
144 …lec[nx][selected.ys] == pldjsem or klec[nx][selected.ys] == pldzed) and klec[selected.xs][selected…
171 selected.ys = selected.ys + 1
[all …]
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang.c430 if ((ys = malloc(sizeof(*ys))) == NULL){ in ys_new()
434 memset(ys, 0, sizeof(*ys)); in ys_new()
479 free(ys); in ys_free1()
865 while ((ys = yn_each(yn, ys)) != NULL){ in yang_find_datanode()
902 while ((ys = yn_each(yn, ys)) != NULL){ in yang_find_datanode()
1189 if (yang_datanode(ys) && ys == y) in order1_choice()
1337 if (ys==NULL || ys->ys_keyword==Y_SPEC) in ys_module()
1345 ys = ys->ys_mymodule; in ys_module()
1493 while ((ys = yn_each(yn, ys)) != NULL) { in yang_print_cbuf()
2590 while ((ys = yn_each(yp, ys)) != NULL) { in schema_nodeid_iterate()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4gra/
H A Ddk4grepp.ctr34 /ThirtyLeft % xs xe ys ye dy
97 pop pop % xs xe ys ye dy
255 1 index 5 index % xs xe ys ye dx x nr x ys
256 1 index 6 index % xs xe ys ye dx x nr x ys x ye
317 1 index 6 index % xs xe ys ye dx x x ye x ys
340 1 index 6 index % xs xe ys ye dx x x ye x ys
346 pop % xs xe ys ye dy
380 pop % xs xe ys ye dy
434 pop % xs xe ys ye dy
470 1 index 6 index % xs xe ys ye dx x x ye x ys
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utility-ht-0.0.16/src/DocTest/Data/List/Match/
H A DPrivate.hs32 (\(Shape xs) (List ys) -> Match.take xs ys == List.take (length xs) ys)
37 (\(Shape xs) (List ys) -> Match.drop xs ys == List.drop (length xs) ys)
42 (\(Shape xs) (List ys) -> Match.take xs ys ++ Match.drop xs ys == ys)
47 (\(Shape xs) (List ys) -> Match.drop xs ys == dropRec xs ys)
52 (\(Shape xs) (List ys) -> Match.drop xs ys == drop0 xs ys)
57 (\(Shape xs) (List ys) -> Match.drop xs ys == drop1 xs ys)
62 (\(Shape xs) (List ys) -> Match.drop xs ys == drop2 xs ys)
90 (\(Shape xs) (List ys) -> Match.splitAt xs ys == (Match.take xs ys, Match.drop xs ys))
95 (\(Shape xs) (List ys) -> Match.splitAt xs ys == List.splitAt (length xs) ys)
110 (\(Shape xs) (List ys) -> equalLength xs ys == (length xs == length ys))
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/util/
H A DFastMathCalc.java140 splitMult(ys, ys, as); in buildSinCosTables()
212 ys[0] = ys[1] = 0.0; in slowCos()
216 ys[0] = as[0]; ys[1] = as[1]; in slowCos()
231 ys[0] = as[0]; ys[1] = as[1]; in slowCos()
239 return ys[0] + ys[1]; in slowCos()
256 ys[0] = ys[1] = 0.0; in slowSin()
260 ys[0] = as[0]; ys[1] = as[1]; in slowSin()
283 return ys[0] + ys[1]; in slowSin()
300 ys[0] = ys[1] = 0.0; in slowexp()
320 return ys[0] + ys[1]; in slowexp()
[all …]
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/itertools-0.4.19/benches/
H A Dbench1.rs62 let ys = black_box(ys); in zip_default_zip() localVariable
78 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
95 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
113 let ys = black_box(ys); in zip_default_zip3() localVariable
149 let ys = black_box(ys); in zipslices() localVariable
181 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
198 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
216 let ys = black_box(ys); in ziptrusted() localVariable
233 let ys = black_box(ys); in zipdot_i32_ziptrusted() localVariable
251 let ys = black_box(ys); in zipdot_f32_ziptrusted() localVariable
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/util/
H A Dconvergence.py82 left = (ys[n] - ys[n - 1]) / (xs[n] - xs[n - 1])
138 a0 = ys[len(ys) - 1]
176 b0 = (n0 ** -xs[-1] - n0 ** -xs[1]) / (ys[-1] - ys[1])
239 b = (ys[-1] - ys[-2]) / (1 / (xs[-1]) - 1 / (xs[-2]))
270 b = (ys[-1] - ys[1]) / (1 / xs[-1] ** c - 1 / xs[1] ** c)
301 b = (ys[-1] - ys[1]) / (1 / xs[-1] ** c - 1 / xs[1] ** c)
331 b = (ys[-1] - ys[1]) / (1 / xs[-1] ** c - 1 / xs[1] ** c)
346 b = (ys[-2] - ys[-1]) / (1 / (xs[-2]) - 1 / (xs[-1]))
356 y1 = (ys[-3] + ys[-4]) / 2
357 y2 = (ys[-1] + ys[-2]) / 2
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_cycles.py18 ys = 0.25 * xs + 2
20 ys = 0.45 * xs + 3
22 ys = 0.65 * xs + 4
24 ys = 0.85 * xs + 5
36 ys = 0.25 * xs + 2
38 ys = 0.45 * xs + 3
40 ys = 0.65 * xs + 4
42 ys = 0.85 * xs + 5
51 ys = 0.25 * xs + 2
53 ys = 0.45 * xs + 3
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/itertools-0.8.0/benches/
H A Dbench1.rs43 let ys = black_box(ys); in zip_default_zip() localVariable
59 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
76 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
94 let ys = black_box(ys); in zip_default_zip3() localVariable
128 let ys = black_box(ys); in zipslices() localVariable
160 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
177 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
195 let ys = black_box(ys); in zip_checked_counted_loop() localVariable
218 let ys = black_box(ys); in zipdot_i32_checked_counted_loop() localVariable
241 let ys = black_box(ys); in zipdot_f32_checked_counted_loop() localVariable
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/itertools-0.8.0/benches/
H A Dbench1.rs43 let ys = black_box(ys); in zip_default_zip() localVariable
59 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
76 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
94 let ys = black_box(ys); in zip_default_zip3() localVariable
128 let ys = black_box(ys); in zipslices() localVariable
160 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
177 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
195 let ys = black_box(ys); in zip_checked_counted_loop() localVariable
218 let ys = black_box(ys); in zipdot_i32_checked_counted_loop() localVariable
241 let ys = black_box(ys); in zipdot_f32_checked_counted_loop() localVariable
[all …]
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/itertools-0.8.0/benches/
H A Dbench1.rs43 let ys = black_box(ys); in zip_default_zip() localVariable
59 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
76 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
94 let ys = black_box(ys); in zip_default_zip3() localVariable
128 let ys = black_box(ys); in zipslices() localVariable
160 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
177 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
195 let ys = black_box(ys); in zip_checked_counted_loop() localVariable
218 let ys = black_box(ys); in zipdot_i32_checked_counted_loop() localVariable
241 let ys = black_box(ys); in zipdot_f32_checked_counted_loop() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/itertools/benches/
H A Dbench1.rs43 let ys = black_box(ys); in zip_default_zip() localVariable
59 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
76 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
94 let ys = black_box(ys); in zip_default_zip3() localVariable
128 let ys = black_box(ys); in zipslices() localVariable
160 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
177 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
195 let ys = black_box(ys); in zip_checked_counted_loop() localVariable
218 let ys = black_box(ys); in zipdot_i32_checked_counted_loop() localVariable
241 let ys = black_box(ys); in zipdot_f32_checked_counted_loop() localVariable
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utility-ht-0.0.15/src/Test/Data/
H A DListMatch.hs18 take xs ys =
19 Match.take xs ys == List.take (length xs) ys
22 drop xs ys =
23 Match.drop xs ys == List.drop (length xs) ys
26 dropAlt xs ys =
37 Match.take xs ys ++ Match.drop xs ys == ys
40 splitAt xs ys =
41 (Match.take xs ys, Match.drop xs ys) == Match.splitAt xs ys
45 takeRev xs ys =
49 dropRev xs ys =
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utility-ht-0.0.15/src/Test/Data/
H A DListMatch.hs18 take xs ys =
19 Match.take xs ys == List.take (length xs) ys
22 drop xs ys =
23 Match.drop xs ys == List.drop (length xs) ys
26 dropAlt xs ys =
37 Match.take xs ys ++ Match.drop xs ys == ys
40 splitAt xs ys =
41 (Match.take xs ys, Match.drop xs ys) == Match.splitAt xs ys
45 takeRev xs ys =
49 dropRev xs ys =
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/utility-ht-0.0.15/src/Test/Data/
H A DListMatch.hs18 take xs ys =
19 Match.take xs ys == List.take (length xs) ys
22 drop xs ys =
23 Match.drop xs ys == List.drop (length xs) ys
26 dropAlt xs ys =
37 Match.take xs ys ++ Match.drop xs ys == ys
40 splitAt xs ys =
41 (Match.take xs ys, Match.drop xs ys) == Match.splitAt xs ys
45 takeRev xs ys =
49 dropRev xs ys =
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/utility-ht-0.0.15/src/Test/Data/
H A DListMatch.hs18 take xs ys =
19 Match.take xs ys == List.take (length xs) ys
22 drop xs ys =
23 Match.drop xs ys == List.drop (length xs) ys
26 dropAlt xs ys =
37 Match.take xs ys ++ Match.drop xs ys == ys
40 splitAt xs ys =
41 (Match.take xs ys, Match.drop xs ys) == Match.splitAt xs ys
45 takeRev xs ys =
49 dropRev xs ys =
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/itertools/benches/
H A Dbench1.rs43 let ys = black_box(ys); in zip_default_zip() localVariable
59 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
76 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
94 let ys = black_box(ys); in zip_default_zip3() localVariable
130 let ys = black_box(ys); in zipslices() localVariable
162 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
179 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
197 let ys = black_box(ys); in zip_checked_counted_loop() localVariable
220 let ys = black_box(ys); in zipdot_i32_checked_counted_loop() localVariable
243 let ys = black_box(ys); in zipdot_f32_checked_counted_loop() localVariable
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/
H A Dnumeric_util.rs73 let mut ys = &ys[..len]; in unrolled_dot() localVariable
96 ys = &ys[8..]; in unrolled_dot()
123 let mut ys = &ys[..len]; in unrolled_eq() localVariable
126 if (xs[0] != ys[0]) in unrolled_eq()
127 | (xs[1] != ys[1]) in unrolled_eq()
128 | (xs[2] != ys[2]) in unrolled_eq()
129 | (xs[3] != ys[3]) in unrolled_eq()
130 | (xs[4] != ys[4]) in unrolled_eq()
131 | (xs[5] != ys[5]) in unrolled_eq()
138 ys = &ys[8..]; in unrolled_eq()
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs27 foldl (\ys _ -> laxTail ys) ys0 xs
34 dropRec (_:xs) (_:ys) = dropRec xs ys
35 dropRec _ ys = ys
38 drop0 xs ys =
44 drop1 xs ys =
48 drop2 xs ys =
72 takeRev ys xs = drop (drop ys xs) xs function
75 dropRev ys xs = take (drop ys xs) xs function
82 equalLength xs ys =
97 let recourse (_:xs) (_:ys) = recourse xs ys
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs27 foldl (\ys _ -> laxTail ys) ys0 xs
34 dropRec (_:xs) (_:ys) = dropRec xs ys
35 dropRec _ ys = ys
38 drop0 xs ys =
44 drop1 xs ys =
48 drop2 xs ys =
72 takeRev ys xs = drop (drop ys xs) xs function
75 dropRev ys xs = take (drop ys xs) xs function
82 equalLength xs ys =
97 let recourse (_:xs) (_:ys) = recourse xs ys
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utility-ht-0.0.16/src/Data/List/Match/
H A DPrivate.hs51 foldl (\ys _ -> laxTail ys) ys0 xs
60 dropRec (_:xs) (_:ys) = dropRec xs ys
61 dropRec _ ys = ys
65 drop0 xs ys =
72 drop1 xs ys =
77 drop2 xs ys =
112 takeRev ys xs = drop (drop ys xs) xs function
116 dropRev ys xs = take (drop ys xs) xs function
127 equalLength xs ys =
148 let recourse (_:xs) (_:ys) = recourse xs ys
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs27 foldl (\ys _ -> laxTail ys) ys0 xs
34 dropRec (_:xs) (_:ys) = dropRec xs ys
35 dropRec _ ys = ys
38 drop0 xs ys =
44 drop1 xs ys =
48 drop2 xs ys =
72 takeRev ys xs = drop (drop ys xs) xs function
75 dropRev ys xs = take (drop ys xs) xs function
82 equalLength xs ys =
97 let recourse (_:xs) (_:ys) = recourse xs ys
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs27 foldl (\ys _ -> laxTail ys) ys0 xs
34 dropRec (_:xs) (_:ys) = dropRec xs ys
35 dropRec _ ys = ys
38 drop0 xs ys =
44 drop1 xs ys =
48 drop2 xs ys =
72 takeRev ys xs = drop (drop ys xs) xs function
75 dropRev ys xs = take (drop ys xs) xs function
82 equalLength xs ys =
97 let recourse (_:xs) (_:ys) = recourse xs ys
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/itertools-0.8.2/benches/
H A Dbench1.rs44 let ys = black_box(ys); in zip_default_zip() localVariable
60 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
77 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
95 let ys = black_box(ys); in zip_default_zip3() localVariable
129 let ys = black_box(ys); in zipslices() localVariable
161 let ys = black_box(ys); in zipdot_i32_zipslices() localVariable
178 let ys = black_box(ys); in zipdot_f32_zipslices() localVariable
196 let ys = black_box(ys); in zip_checked_counted_loop() localVariable
219 let ys = black_box(ys); in zipdot_i32_checked_counted_loop() localVariable
242 let ys = black_box(ys); in zipdot_f32_checked_counted_loop() localVariable
[all …]

12345678910>>...288