Home
last modified time | relevance | path

Searched refs:xs (Results 11976 – 12000 of 46487) sorted by relevance

1...<<471472473474475476477478479480>>...1860

/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/bifunctors-5.5.8/old-src/ghc801/Data/
H A DBifoldable.hs212 bifoldr' f g z0 xs = bifoldl f' g' id xs z0 where
220 bifoldr1 f xs = fromMaybe (error "bifoldr1: empty structure")
221 (bifoldr mbf mbf Nothing xs)
230 bifoldrM f g z0 xs = bifoldl f' g' return xs z0 where
243 bifoldl' f g z0 xs = bifoldr f' g' id xs z0 where
251 bifoldl1 f xs = fromMaybe (error "bifoldl1: empty structure")
252 (bifoldl mbf mbf Nothing xs)
261 bifoldlM f g z0 xs = bifoldr f' g' return xs z0 where
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBifoldable.hs212 bifoldr' f g z0 xs = bifoldl f' g' id xs z0 where
220 bifoldr1 f xs = fromMaybe (error "bifoldr1: empty structure")
221 (bifoldr mbf mbf Nothing xs)
230 bifoldrM f g z0 xs = bifoldl f' g' return xs z0 where
243 bifoldl' f g z0 xs = bifoldr f' g' id xs z0 where
251 bifoldl1 f xs = fromMaybe (error "bifoldl1: empty structure")
252 (bifoldl mbf mbf Nothing xs)
261 bifoldlM f g z0 xs = bifoldr f' g' return xs z0 where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBifoldable.hs212 bifoldr' f g z0 xs = bifoldl f' g' id xs z0 where
220 bifoldr1 f xs = fromMaybe (error "bifoldr1: empty structure")
221 (bifoldr mbf mbf Nothing xs)
230 bifoldrM f g z0 xs = bifoldl f' g' return xs z0 where
243 bifoldl' f g z0 xs = bifoldr f' g' id xs z0 where
251 bifoldl1 f xs = fromMaybe (error "bifoldl1: empty structure")
252 (bifoldl mbf mbf Nothing xs)
261 bifoldlM f g z0 xs = bifoldr f' g' return xs z0 where
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBifoldable.hs219 bifoldr' f g z0 xs = bifoldl f' g' id xs z0 where
227 bifoldr1 f xs = fromMaybe (error "bifoldr1: empty structure")
228 (bifoldr mbf mbf Nothing xs)
237 bifoldrM f g z0 xs = bifoldl f' g' return xs z0 where
250 bifoldl' f g z0 xs = bifoldr f' g' id xs z0 where
258 bifoldl1 f xs = fromMaybe (error "bifoldl1: empty structure")
259 (bifoldl mbf mbf Nothing xs)
268 bifoldlM f g z0 xs = bifoldr f' g' return xs z0 where
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBifoldable.hs219 bifoldr' f g z0 xs = bifoldl f' g' id xs z0 where
227 bifoldr1 f xs = fromMaybe (error "bifoldr1: empty structure")
228 (bifoldr mbf mbf Nothing xs)
237 bifoldrM f g z0 xs = bifoldl f' g' return xs z0 where
250 bifoldl' f g z0 xs = bifoldr f' g' id xs z0 where
258 bifoldl1 f xs = fromMaybe (error "bifoldl1: empty structure")
259 (bifoldl mbf mbf Nothing xs)
268 bifoldlM f g z0 xs = bifoldr f' g' return xs z0 where
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/primitive-0.7.0.1/Data/Primitive/
H A DByteArray.hs273 byteArrayFromList xs = byteArrayFromListN (length xs) xs function
281 go !ix (x : xs) = if ix < n
284 go (ix + 1) xs
498 pasteByteArrays !marr !ix (x : xs) = do function
500 pasteByteArrays marr (ix + sizeofByteArray x) xs
504 calcLength (x : xs) !n = calcLength xs (sizeofByteArray x + n) function
544 fromList xs = byteArrayFromListN (length xs) xs
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-2.13.0.1/Database/Persist/Class/
H A DPersistUnique.hs355 (x:xs) -> x :| xs
508 checkUniques (x:xs) = do
511 Nothing -> checkUniques xs
570 checkUniqueKeys (x:xs) = do
573 Nothing -> checkUniqueKeys xs
612 checkUniqueKeysUpdateable key (x:xs) = do
615 Nothing -> checkUniqueKeysUpdateable key xs
617 | key == k -> checkUniqueKeysUpdateable key xs
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtpackedsets.nim164 var xs = toSeq(items(x))
165 xs.sort(cmp[A])
166 doAssert xs == typSeq(@[1, 2, 7, 1056])
211 xs = toSeq(items(x))
212 xs.sort(cmp[A])
213 doAssert xs == typSeq(@[1, 2, 4, 7, 50, 1001, 1056])
232 xs = toSeq(items(x))
233 xs.sort(cmp[A])
234 doAssert xs == typSeq(@[1, 4, 7, 1001, 1056])
/dports/math/z3/z3-z3-4.8.13/src/sat/smt/
H A Dbv_delay_internalize.cpp243 void solver::encode_msb_tail(expr* x, expr_ref_vector& xs) { in encode_msb_tail() argument
252 xs.push_back(tmp); in encode_msb_tail()
259 void solver::encode_lsb_tail(expr* x, expr_ref_vector& xs) { in encode_lsb_tail() argument
268 xs.push_back(tmp); in encode_lsb_tail()
287 expr_ref_vector xs(m), ys(m), zs(m); in check_umul_no_overflow() local
291 encode_msb_tail(n->get_arg(0), xs); in check_umul_no_overflow()
294 sat::literal bit0 = mk_literal(xs.get(i - 1)); in check_umul_no_overflow()
301 encode_msb_tail(n->get_arg(0), xs); in check_umul_no_overflow()
306 expr_ref msb_ge_sz(m.mk_and(xs.get(i - 1), ys.get(sz - i - 1)), m); in check_umul_no_overflow()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/criterion-0.2.11/src/plot/
H A Dpdf.rs30 let (xs, ys) = kde::sweep(&avg_times, KDE_POINTS, None); in pdf()
42 let xs_ = Sample::new(&xs); in pdf()
61 x: &*xs, in pdf()
221 let (xs, ys, mean_y) = kde::sweep_and_estimate(avg_times, KDE_POINTS, None, mean); in pdf_small()
222 let xs_ = Sample::new(&xs); in pdf_small()
246 x: &*xs, in pdf_small()
282 let (xs, ys, y_mean) = in pdf_comparison_figure()
285 let xs_ = Sample::new(&xs); in pdf_comparison_figure()
322 x: &*xs, in pdf_comparison_figure()
/dports/devel/py-thrift/thrift-0.14.0/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/devel/thrift-c_glib/thrift-0.14.0/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/devel/thrift-cpp/thrift-0.14.0/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/devel/thrift/thrift-0.14.0/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/smt/
H A Dbv_delay_internalize.cpp241 void solver::encode_msb_tail(expr* x, expr_ref_vector& xs) { in encode_msb_tail() argument
250 xs.push_back(tmp); in encode_msb_tail()
257 void solver::encode_lsb_tail(expr* x, expr_ref_vector& xs) { in encode_lsb_tail() argument
266 xs.push_back(tmp); in encode_lsb_tail()
285 expr_ref_vector xs(m), ys(m), zs(m); in check_umul_no_overflow() local
289 encode_msb_tail(n->get_arg(0), xs); in check_umul_no_overflow()
292 sat::literal bit0 = mk_literal(xs.get(i - 1)); in check_umul_no_overflow()
299 encode_msb_tail(n->get_arg(0), xs); in check_umul_no_overflow()
304 expr_ref msb_ge_sz(m.mk_and(xs.get(i - 1), ys.get(sz - i - 1)), m); in check_umul_no_overflow()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/devel/node-thrift/thrift-0.14.0/test/go/src/common/
H A Dclientserver_test.go192 xs := thrifttest.NewXtruct()
193 xs.StringThing = "thing"
194 xs.ByteThing = 42
195 xs.I32Thing = 4242
196 xs.I64Thing = 424242
197 xsret, err := client.TestStruct(defaultCtx, xs)
201 if *xs != *xsret {
202 t.Errorf("Unexpected TestStruct() result expected %#v, got %#v ", xs, xsret)
206 x2.StructThing = xs
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/Readers/TeX/
H A DMacros.hs235 apply args ('#':d:xs) | isDigit d, d /= '0' =
238 then args !! (argnum - 1) ++ apply args xs
239 else '#' : d : apply args xs
240 apply args ('\\':'#':xs) = '\\':'#' : apply args xs
241 apply args (x:xs) = x : apply args xs
273 escaped xs = try $ char '\\' >> oneOf xs >>= \x -> return ['\\',x] function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/Readers/TeX/
H A DMacros.hs235 apply args ('#':d:xs) | isDigit d, d /= '0' =
238 then args !! (argnum - 1) ++ apply args xs
239 else '#' : d : apply args xs
240 apply args ('\\':'#':xs) = '\\':'#' : apply args xs
241 apply args (x:xs) = x : apply args xs
273 escaped xs = try $ char '\\' >> oneOf xs >>= \x -> return ['\\',x] function
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/example/core/
H A Ddefault.cpp32 static void apply(Stream& out, std::vector<T> const& xs) { in apply()
34 std::copy(begin(xs), end(xs), std::ostream_iterator<T>{out, ", "}); in apply()
/dports/devel/boost-docs/boost_1_72_0/libs/hana/example/core/
H A Ddefault.cpp32 static void apply(Stream& out, std::vector<T> const& xs) { in apply()
34 std::copy(begin(xs), end(xs), std::ostream_iterator<T>{out, ", "}); in apply()
/dports/misc/vxl/vxl-3.3.2/contrib/tbl/vipl/examples/
H A Dexample_sobel.cxx49 int xs = in.ni(); in main() local
52 img_type src(xs, ys); in main()
53 img_type dst(xs, ys); in main()

1...<<471472473474475476477478479480>>...1860