Home
last modified time | relevance | path

Searched refs:Ap (Results 1 – 25 of 7234) sorted by relevance

12345678910>>...290

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/free-5.1.6/src/Control/Applicative/
H A DFree.hs34 Ap(..)
56 data Ap f a where type
57 Pure :: a -> Ap f a
58 Ap :: f a -> Ap f (a -> b) -> Ap f b
83 fmap f (Ap x y) = Ap x ((f .) <$> y)
87 Ap x y <.> z = Ap x (flip <$> y <.> z) function
92 Ap x y <*> z = Ap x (flip <$> y <*> z) function
98 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
112 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
114 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/free-5.1.6/src/Control/Applicative/
H A DFree.hs34 Ap(..)
56 data Ap f a where type
57 Pure :: a -> Ap f a
58 Ap :: f a -> Ap f (a -> b) -> Ap f b
83 fmap f (Ap x y) = Ap x ((f .) <$> y)
87 Ap x y <.> z = Ap x (flip <$> y <.> z) function
92 Ap x y <*> z = Ap x (flip <$> y <*> z) function
98 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
112 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
114 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/free-5.1.6/src/Control/Applicative/
H A DFree.hs34 Ap(..)
56 data Ap f a where type
57 Pure :: a -> Ap f a
58 Ap :: f a -> Ap f (a -> b) -> Ap f b
83 fmap f (Ap x y) = Ap x ((f .) <$> y)
87 Ap x y <.> z = Ap x (flip <$> y <.> z) function
92 Ap x y <*> z = Ap x (flip <$> y <*> z) function
98 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
112 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
114 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/free-5.1.7/src/Control/Applicative/
H A DFree.hs34 Ap(..)
56 data Ap f a where type
57 Pure :: a -> Ap f a
58 Ap :: f a -> Ap f (a -> b) -> Ap f b
83 fmap f (Ap x y) = Ap x ((f .) <$> y)
87 Ap x y <.> z = Ap x (flip <$> y <.> z) function
92 Ap x y <*> z = Ap x (flip <$> y <*> z) function
98 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
112 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
114 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/free-5.1.3/src/Control/Applicative/
H A DFree.hs31 Ap(..)
53 data Ap f a where type
54 Pure :: a -> Ap f a
55 Ap :: f a -> Ap f (a -> b) -> Ap f b
80 fmap f (Ap x y) = Ap x ((f .) <$> y)
84 Ap x y <.> z = Ap x (flip <$> y <.> z) function
89 Ap x y <*> z = Ap x (flip <$> y <*> z) function
95 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
109 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
111 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/free-5.1.3/src/Control/Applicative/
H A DFree.hs31 Ap(..)
53 data Ap f a where type
54 Pure :: a -> Ap f a
55 Ap :: f a -> Ap f (a -> b) -> Ap f b
80 fmap f (Ap x y) = Ap x ((f .) <$> y)
84 Ap x y <.> z = Ap x (flip <$> y <.> z) function
89 Ap x y <*> z = Ap x (flip <$> y <*> z) function
95 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
109 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
111 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/free-5.1.3/src/Control/Applicative/
H A DFree.hs31 Ap(..)
53 data Ap f a where type
54 Pure :: a -> Ap f a
55 Ap :: f a -> Ap f (a -> b) -> Ap f b
80 fmap f (Ap x y) = Ap x ((f .) <$> y)
84 Ap x y <.> z = Ap x (flip <$> y <.> z) function
89 Ap x y <*> z = Ap x (flip <$> y <*> z) function
95 duplicate (Ap x y) = Ap (duplicate x) (extend (flip Ap) y)
109 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
111 hoistAp f (Ap x y) = Ap (f x) (hoistAp f y)
[all …]
/dports/math/gsl/gsl-2.7/cblas/
H A Dtest_hpr.c20 cblas_chpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
40 cblas_chpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
60 cblas_chpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
80 cblas_chpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
96 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
100 cblas_zhpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
116 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
120 cblas_zhpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
136 double Ap[] = { 0.265, 0.362, -0.855, 0.035, 0.136, 0.133 }; in test_hpr() local
140 cblas_zhpr(order, uplo, N, alpha, X, incX, Ap); in test_hpr()
[all …]
H A Dtest_hpr2.c16 float Ap[] = { 0.159f, -0.13f }; in test_hpr2() local
22 cblas_chpr2(order, uplo, N, alpha, X, incX, Y, incY, Ap); in test_hpr2()
38 float Ap[] = { 0.159f, -0.13f }; in test_hpr2() local
44 cblas_chpr2(order, uplo, N, alpha, X, incX, Y, incY, Ap); in test_hpr2()
60 float Ap[] = { 0.159f, -0.13f }; in test_hpr2() local
66 cblas_chpr2(order, uplo, N, alpha, X, incX, Y, incY, Ap); in test_hpr2()
82 float Ap[] = { 0.159f, -0.13f }; in test_hpr2() local
104 double Ap[] = { 0.772, 0.997 }; in test_hpr2() local
126 double Ap[] = { 0.772, 0.997 }; in test_hpr2() local
148 double Ap[] = { 0.772, 0.997 }; in test_hpr2() local
[all …]
H A Dtest_spr.c16 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
20 cblas_sspr(order, uplo, N, alpha, X, incX, Ap); in test_spr()
35 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
39 cblas_sspr(order, uplo, N, alpha, X, incX, Ap); in test_spr()
54 float Ap[] = { -0.764f, -0.257f, -0.064f }; in test_spr() local
58 cblas_sspr(order, uplo, N, alpha, X, incX, Ap); in test_spr()
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
[all …]
H A Dtest_spr2.c16 float Ap[] = { 0.493f, -0.175f, -0.831f }; in test_spr2() local
22 cblas_sspr2(order, uplo, N, alpha, X, incX, Y, incY, Ap); in test_spr2()
37 float Ap[] = { 0.493f, -0.175f, -0.831f }; in test_spr2() local
43 cblas_sspr2(order, uplo, N, alpha, X, incX, Y, incY, Ap); in test_spr2()
58 float Ap[] = { 0.493f, -0.175f, -0.831f }; in test_spr2() local
64 cblas_sspr2(order, uplo, N, alpha, X, incX, Y, incY, Ap); in test_spr2()
79 float Ap[] = { 0.493f, -0.175f, -0.831f }; in test_spr2() local
100 double Ap[] = { 0.938, 0.342, 0.74 }; in test_spr2() local
121 double Ap[] = { 0.938, 0.342, 0.74 }; in test_spr2() local
142 double Ap[] = { 0.938, 0.342, 0.74 }; in test_spr2() local
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/free-5.1.6/src/Control/Applicative/Free/
H A DFinal.hs24 Ap(..)
63 fmap f (Ap g) = Ap (\k -> fmap f (g k))
65 instance Apply (Ap f) where
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 pure x = Ap (\_ -> pure x)
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
73 liftAp :: f a -> Ap f a
74 liftAp x = Ap (\k -> k x)
77 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
78 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/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.hs24 Ap(..)
63 fmap f (Ap g) = Ap (\k -> fmap f (g k))
65 instance Apply (Ap f) where
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 pure x = Ap (\_ -> pure x)
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
73 liftAp :: f a -> Ap f a
74 liftAp x = Ap (\k -> k x)
77 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
78 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/free-5.1.6/src/Control/Applicative/Free/
H A DFinal.hs24 Ap(..)
63 fmap f (Ap g) = Ap (\k -> fmap f (g k))
65 instance Apply (Ap f) where
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 pure x = Ap (\_ -> pure x)
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
73 liftAp :: f a -> Ap f a
74 liftAp x = Ap (\k -> k x)
77 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
78 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/free-5.1.7/src/Control/Applicative/Free/
H A DFinal.hs24 Ap(..)
63 fmap f (Ap g) = Ap (\k -> fmap f (g k))
65 instance Apply (Ap f) where
66 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
69 pure x = Ap (\_ -> pure x)
70 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
73 liftAp :: f a -> Ap f a
74 liftAp x = Ap (\k -> k x)
77 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
78 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/free-5.1.3/src/Control/Applicative/Free/
H A DFinal.hs23 Ap(..)
62 fmap f (Ap g) = Ap (\k -> fmap f (g k))
64 instance Apply (Ap f) where
65 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
68 pure x = Ap (\_ -> pure x)
69 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
72 liftAp :: f a -> Ap f a
73 liftAp x = Ap (\k -> k x)
76 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
77 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/free-5.1.3/src/Control/Applicative/Free/
H A DFinal.hs23 Ap(..)
62 fmap f (Ap g) = Ap (\k -> fmap f (g k))
64 instance Apply (Ap f) where
65 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
68 pure x = Ap (\_ -> pure x)
69 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
72 liftAp :: f a -> Ap f a
73 liftAp x = Ap (\k -> k x)
76 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
77 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/free-5.1.3/src/Control/Applicative/Free/
H A DFinal.hs23 Ap(..)
62 fmap f (Ap g) = Ap (\k -> fmap f (g k))
64 instance Apply (Ap f) where
65 Ap f <.> Ap x = Ap (\k -> f k <*> x k) function
68 pure x = Ap (\_ -> pure x)
69 Ap f <*> Ap x = Ap (\k -> f k <*> x k) function
72 liftAp :: f a -> Ap f a
73 liftAp x = Ap (\k -> k x)
76 hoistAp :: (forall a. f a -> g a) -> Ap f b -> Ap g b
77 hoistAp f (Ap g) = Ap (\k -> g (k . f))
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/tigr/
H A Dshow-tiling.cc490 for ( Ap = begin; Ap < end; Ap ++ ) in getSubsetQryCoverage()
496 cov += Ap->eQ - Ap->sQ + 1; in getSubsetQryCoverage()
524 for ( Ap = begin; Ap < end; Ap ++ ) in getSubsetQrySyntenyCoverage()
551 for ( Ap = begin; Ap < end; Ap ++ ) in getSubsetIdentity()
556 len = Ap->eQ - Ap->sQ + 1; in getSubsetIdentity()
687 for ( Ap = begin; Ap < end; Ap ++ ) in longestConsistentSubset()
690 A[N].Ap = Ap; in longestConsistentSubset()
707 OlapR = (A[j].Ap->eR - A[j].Ap->SeqLenR) + (1 - A[i].Ap->sR); in longestConsistentSubset()
1186 len1 = Ap->eR - Ap->sR + 1; in printAlignment()
1187 len2 = Ap->eQ - Ap->sQ + 1; in printAlignment()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaOpenCL/
H A Datomic-ops.cl88 void memory_checks(atomic_int *Ap, int *p, int val) {
90 (void)__opencl_atomic_load(Ap, 1.0f, memory_scope_work_group);
92 (void)__opencl_atomic_load(Ap, forder, memory_scope_work_group);
96 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_work_group);
115 (void)__opencl_atomic_init(Ap, val);
160 void synchscope_checks(atomic_int *Ap, int scope) {
163 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_device);
171 (void)__opencl_atomic_load(Ap, memory_order_relaxed, scope);
176 (void)__opencl_atomic_load(Ap, memory_order_relaxed, 1.0f);
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaOpenCL/
H A Datomic-ops.cl88 void memory_checks(atomic_int *Ap, int *p, int val) {
90 (void)__opencl_atomic_load(Ap, 1.0f, memory_scope_work_group);
92 (void)__opencl_atomic_load(Ap, forder, memory_scope_work_group);
96 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_work_group);
115 (void)__opencl_atomic_init(Ap, val);
160 void synchscope_checks(atomic_int *Ap, int scope) {
163 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_device);
171 (void)__opencl_atomic_load(Ap, memory_order_relaxed, scope);
176 (void)__opencl_atomic_load(Ap, memory_order_relaxed, 1.0f);
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaOpenCL/
H A Datomic-ops.cl88 void memory_checks(atomic_int *Ap, int *p, int val) {
90 (void)__opencl_atomic_load(Ap, 1.0f, memory_scope_work_group);
92 (void)__opencl_atomic_load(Ap, forder, memory_scope_work_group);
96 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_work_group);
115 (void)__opencl_atomic_init(Ap, val);
160 void synchscope_checks(atomic_int *Ap, int scope) {
163 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_device);
171 (void)__opencl_atomic_load(Ap, memory_order_relaxed, scope);
176 (void)__opencl_atomic_load(Ap, memory_order_relaxed, 1.0f);
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaOpenCL/
H A Datomic-ops.cl88 void memory_checks(atomic_int *Ap, int *p, int val) {
90 (void)__opencl_atomic_load(Ap, 1.0f, memory_scope_work_group);
92 (void)__opencl_atomic_load(Ap, forder, memory_scope_work_group);
96 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_work_group);
115 (void)__opencl_atomic_init(Ap, val);
160 void synchscope_checks(atomic_int *Ap, int scope) {
163 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_device);
171 (void)__opencl_atomic_load(Ap, memory_order_relaxed, scope);
176 (void)__opencl_atomic_load(Ap, memory_order_relaxed, 1.0f);
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaOpenCL/
H A Datomic-ops.cl88 void memory_checks(atomic_int *Ap, int *p, int val) {
90 (void)__opencl_atomic_load(Ap, 1.0f, memory_scope_work_group);
92 (void)__opencl_atomic_load(Ap, forder, memory_scope_work_group);
96 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_work_group);
115 (void)__opencl_atomic_init(Ap, val);
160 void synchscope_checks(atomic_int *Ap, int scope) {
163 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_device);
171 (void)__opencl_atomic_load(Ap, memory_order_relaxed, scope);
176 (void)__opencl_atomic_load(Ap, memory_order_relaxed, 1.0f);
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaOpenCL/
H A Datomic-ops.cl88 void memory_checks(atomic_int *Ap, int *p, int val) {
90 (void)__opencl_atomic_load(Ap, 1.0f, memory_scope_work_group);
92 (void)__opencl_atomic_load(Ap, forder, memory_scope_work_group);
96 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_work_group);
115 (void)__opencl_atomic_init(Ap, val);
160 void synchscope_checks(atomic_int *Ap, int scope) {
163 (void)__opencl_atomic_load(Ap, memory_order_relaxed, memory_scope_device);
171 (void)__opencl_atomic_load(Ap, memory_order_relaxed, scope);
176 (void)__opencl_atomic_load(Ap, memory_order_relaxed, 1.0f);
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);
[all …]

12345678910>>...290