Home
last modified time | relevance | path

Searched defs:Ap (Results 1 – 25 of 3197) sorted by relevance

12345678910>>...128

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/free-5.1.6/src/Control/Applicative/Free/
H A DFinal.hs43 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } function
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/free-5.1.6/src/Control/Applicative/Free/
H A DFinal.hs43 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } function
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/free-5.1.6/src/Control/Applicative/Free/
H A DFinal.hs43 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } function
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/free-5.1.7/src/Control/Applicative/Free/
H A DFinal.hs43 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } type
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/free-5.1.3/src/Control/Applicative/Free/
H A DFinal.hs42 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } type
65 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/free-5.1.3/src/Control/Applicative/Free/
H A DFinal.hs42 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } type
65 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/free-5.1.3/src/Control/Applicative/Free/
H A DFinal.hs42 newtype Ap f a = Ap { _runAp :: forall g. Applicative g => (forall x. f x -> g x) -> g a } function
65 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/tasty-1.4.1/Test/Tasty/Runners/
H A DReducers.hs64 newtype Ap f a = Ap { getApp :: f a } type
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/Runners/
H A DReducers.hs64 newtype Ap f a = Ap { getApp :: f a } type
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/Runners/
H A DReducers.hs64 newtype Ap f a = Ap { getApp :: f a } function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tasty-1.3.1/Test/Tasty/Runners/
H A DReducers.hs64 newtype Ap f a = Ap { getApp :: f a } type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-1.4.2/Test/Tasty/Runners/
H A DReducers.hs64 newtype Ap f a = Ap { getApp :: f a } function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-1.4.1/Test/Tasty/Runners/
H A DReducers.hs64 newtype Ap f a = Ap { getApp :: f a } type
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dmatrix-hom.h195 void map (FMatrix & Ap, const IMatrix& A) in map()
202 void map (SparseMatrix<Field, Vect2>& Ap, const SparseMatrix<Ring, Vect1>& A) in map()
211 void map (BlasMatrix<Field,_Rep> &Ap, const BlasMatrix<Ring,_Rep>& A ) in map()
217 void map (BlasMatrix<Field,_Rep> &Ap, const IMatrix &A) in map()
224 typename IPoly::template rebind<Field>::other> &Ap, in map()
231 void map (ScalarMatrix<Field> &Ap, in map()
238 void map (SparseMatrix<Field, Vect> &Ap, in map()
247 void map (SparseMatrix<Field, Vect> &Ap, in map()
258 void map (SparseMatrix<Field, Vect> &Ap, const IMatrix& A) in map()
/dports/lang/ghc/ghc-8.10.7/libraries/bytestring/tests/
H A DBench.hs326 instance Ap B.ByteString where app = fst1 function
327 instance Ap L.ByteString where app = snd1 function
328 instance Ap [B.ByteString] where app = fst2list function
329 instance Ap [L.ByteString] where app = snd2list function
330 instance Ap (B.ByteString, B.ByteString) where app = fst2 function
331 instance Ap (L.ByteString, L.ByteString) where app = snd2 function
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dpptrf.tcc46 float *Ap) in pptrf()
68 double *Ap) in pptrf()
88 pptrf(char uplo, in pptrf()
112 std::complex<double> *Ap) in pptrf()
H A Dpptri.tcc46 float *Ap) in pptri()
69 double *Ap) in pptri()
90 pptri(char uplo, in pptri()
114 std::complex<double> *Ap) in pptri()
H A Dsptrf.tcc46 float *Ap, in sptrf()
71 double *Ap, in sptrf()
93 sptrf(char uplo, in sptrf()
119 std::complex<double> *Ap, in sptrf()
H A Dtptri.tcc47 float *Ap) in tptri()
72 double *Ap) in tptri()
93 tptri(char uplo, in tptri()
120 std::complex<double> *Ap) in tptri()
H A Dlansp.tcc47 const float *Ap, in lansp()
65 const double *Ap, in lansp()
79 lansp(char norm, in lansp()
99 const std::complex<double> *Ap, in lansp()
H A Dtpttf.tcc47 const float *Ap, in tpttf()
74 const double *Ap, in tpttf()
97 tpttf(char transr, in tpttf()
126 const std::complex<double> *Ap, in tpttf()
H A Dtpttr.tcc46 const float *Ap, in tpttr()
73 const double *Ap, in tpttr()
97 tpttr(char uplo, in tpttr()
125 const std::complex<double> *Ap, in tpttr()
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/sparsetools/
H A Dcsc.h30 const I Ap[], in csc_matvec()
72 const I Ap[], in csc_matvecs()
96 const I Ap[], in csc_diagonal()
106 const I Ap[], in csc_tocsr()
117 const I Ap[], in csc_matmat_maxnnz()
126 const I Ap[], in csc_matmat()
139 const I Ap[], const I Ai[], const T Ax[], in csc_ne_csc()
148 const I Ap[], const I Ai[], const T Ax[], in csc_lt_csc()
157 const I Ap[], const I Ai[], const T Ax[], in csc_gt_csc()
166 const I Ap[], const I Ai[], const T Ax[], in csc_le_csc()
[all …]
/dports/math/gsl/gsl-2.7/cblas/
H A Dtest_hpr.c16 float Ap[] = { -0.273f, -0.499f, -0.305f, -0.277f, 0.238f, -0.369f }; in test_hpr() local
36 float Ap[] = { -0.273f, -0.499f, -0.305f, -0.277f, 0.238f, -0.369f }; in test_hpr() local
56 float Ap[] = { -0.273f, -0.499f, -0.305f, -0.277f, 0.238f, -0.369f }; in test_hpr() local
76 float Ap[] = { -0.273f, -0.499f, -0.305f, -0.277f, 0.238f, -0.369f }; in test_hpr() local
96 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
116 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
136 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
156 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
H A Dtest_spr.c16 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
35 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
54 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
73 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
92 double Ap[] = { 0.819, 0.175, -0.809 }; in test_spr() local
111 double Ap[] = { 0.819, 0.175, -0.809 }; in test_spr() local
130 double Ap[] = { 0.819, 0.175, -0.809 }; in test_spr() local
149 double Ap[] = { 0.819, 0.175, -0.809 }; in test_spr() local

12345678910>>...128