Home
last modified time | relevance | path

Searched refs:xs (Results 11926 – 11950 of 46487) sorted by relevance

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

/dports/devel/hs-git-annex/git-annex-8.20210903/_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/games/hs-scroll/scroll-1.20180421/_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/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_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/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_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/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/Subjects/
H A DReplaySubjectTest.cs66 var xs = scheduler.CreateHotObservable( in Infinite()
94 scheduler.ScheduleAbsolute(200, () => subscription = xs.Subscribe(subject)); in Infinite()
134 var xs = scheduler.CreateHotObservable( in Infinite2()
164 scheduler.ScheduleAbsolute(200, () => subscription = xs.Subscribe(subject)); in Infinite2()
205 var xs = scheduler.CreateHotObservable( in Finite()
232 scheduler.ScheduleAbsolute(200, () => subscription = xs.Subscribe(subject)); in Finite()
273 var xs = scheduler.CreateHotObservable( in Error()
300 scheduler.ScheduleAbsolute(200, () => subscription = xs.Subscribe(subject)); in Error()
339 var xs = scheduler.CreateHotObservable( in Canceled()
455 var xs = scheduler.CreateHotObservable( in ReplaySubjectDiesOut()
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_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/cad/z88/Z88OS-15/src/z88r/common/
H A Dsshq88.c114 FR_DOUBLE r,s,t,xs,ys,zs,sigv,ax,ay,az,rmin; in sshq88() local
266 xs= 0.; in sshq88()
272 xs+= h[j] * xx[ j]; in sshq88()
283 ,xs,ys,zs,sig[1],sig[2],sig[3],sig[4],sig[5],sig[6]); in sshq88()
298 ,xs,ys,zs,sig[1],sig[2],sig[3],sig[4],sig[5],sig[6],sigv); in sshq88()
329 xs= 0.; in sshq88()
335 xs+= h[j] * xx[ j]; in sshq88()
345 ax = xk[j] - xs; in sshq88()
458 xs= 0.; in sshq88()
464 xs+= h[j] * xx[ j]; in sshq88()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_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/finance/hs-hledger/hledger-1.19/_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/finance/hs-hledger-ui/hledger-ui-1.19/_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/science/PETSc/petsc-3.14.1/src/snes/tutorials/
H A Dex14.c217 PetscInt i,j,k,Mx,My,Mz,xs,ys,zs,xm,ym,zm; in FormInitialGuess() local
246 ierr = DMDAGetCorners(user->da,&xs,&ys,&zs,&xm,&ym,&zm);CHKERRQ(ierr); in FormInitialGuess()
255 for (i=xs; i<xs+xm; i++) { in FormInitialGuess()
288 PetscInt i,j,k,Mx,My,Mz,xs,ys,zs,xm,ym,zm; in FormFunctionLocal() local
315 ierr = DMDAGetCorners(da,&xs,&ys,&zs,&xm,&ym,&zm);CHKERRQ(ierr); in FormFunctionLocal()
322 for (i=xs; i<xs+xm; i++) { in FormFunctionLocal()
406 PetscInt xs,ys,zs,xm,ym,zm; in FormJacobian() local
441 ierr = DMDAGetCorners(da,&xs,&ys,&zs,&xm,&ym,&zm);CHKERRQ(ierr); in FormJacobian()
456 for (i=xs; i<xs+xm; i++) { in FormJacobian()
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dex15.c162 PetscInt i,j,Mx,My,xs,ys,xm,ym; in FormIFunction() local
190 ierr = DMDAGetCorners(da,&xs,&ys,NULL,&xm,&ym,NULL);CHKERRQ(ierr); in FormIFunction()
194 for (i=xs; i<xs+xm; i++) { in FormIFunction()
250 PetscInt i,j,Mx,My,xs,ys,xm,ym,nc; in FormIJacobian() local
258 ierr = DMDAGetCorners(da,&xs,&ys,NULL,&xm,&ym,NULL);CHKERRQ(ierr); in FormIJacobian()
264 for (i=xs; i<xs+xm; i++) { in FormIJacobian()
313 PetscInt i,j,xs,ys,xm,ym,Mx,My; in FormInitialSolution() local
327 ierr = DMDAGetCorners(da,&xs,&ys,NULL,&xm,&ym,NULL);CHKERRQ(ierr); in FormInitialSolution()
332 for (i=xs; i<xs+xm; i++) { in FormInitialSolution()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex34.c40 PetscInt i,j,k,mx,my,mz,xm,ym,zm,xs,ys,zs,d,dof; in main() local
75 ierr = DMDAGetCorners(da,&xs,&ys,&zs,&xm,&ym,&zm);CHKERRQ(ierr); in main()
80 for (i=xs; i<xs+xm; i++) { in main()
111 PetscInt d,dof,i,j,k,mx,my,mz,xm,ym,zm,xs,ys,zs; in ComputeRHS() local
123 ierr = DMDAGetCorners(da,&xs,&ys,&zs,&xm,&ym,&zm);CHKERRQ(ierr); in ComputeRHS()
127 for (i=xs; i<xs+xm; i++) { in ComputeRHS()
155 PetscInt dof,i,j,k,d,mx,my,mz,xm,ym,zm,xs,ys,zs,num, numi, numj, numk; in ComputeMatrix() local
171 ierr = DMDAGetCorners(da,&xs,&ys,&zs,&xm,&ym,&zm);CHKERRQ(ierr); in ComputeMatrix()
174 for (i=xs; i<xs+xm; i++) { in ComputeMatrix()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_cbook.py379 xs, y1s, y2s = cbook.pts_to_prestep(x, y1, y2)
385 assert_array_equal(x_target, xs)
389 xs, y1s = cbook.pts_to_prestep(x, y1)
390 assert_array_equal(x_target, xs)
410 assert_array_equal(x_target, xs)
414 xs, y1s = cbook.pts_to_poststep(x, y1)
415 assert_array_equal(x_target, xs)
429 xs, y1s, y2s = cbook.pts_to_midstep(x, y1, y2)
435 assert_array_equal(x_target, xs)
439 xs, y1s = cbook.pts_to_midstep(x, y1)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_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/hs-spago/spago-0.20.3/_cabal_deps/classy-prelude-1.5.0/src/
H A DClassyPrelude.hs401 go s (x:xs) | x `HashSet.member` s = go s xs
402 | otherwise = x : go (HashSet.insert x s) xs
411 go s (x:xs) | x `Set.member` s = go s xs
412 | otherwise = x : go (Set.insert x s) xs
423 go m (x:xs) = let b = p x in case b `Map.lookup` m of
424 Nothing -> x : go (Map.insert b [x] m) xs
426 | elem_by f x bucket -> go m xs
427 | otherwise -> x : go (Map.insert b (x:bucket) m) xs
432 elem_by eq y (x:xs) = y `eq` x || elem_by eq y xs
/dports/devel/hs-spago/spago-0.20.3/_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/devel/hs-hasktags/hasktags-0.72.0/_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/hs-hlint/hlint-3.3.4/_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/devel/hs-haskell-language-server/haskell-language-server-1.4.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/devel/hs-shake/shake-0.19.6/_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/hs-profiteur/profiteur-0.4.6.0/_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/hs-hls-install/haskell-language-server-1.4.0/install/_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/devel/hs-hpack/hpack-0.34.4/_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/hs-hpack/hpack-0.34.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

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