Home
last modified time | relevance | path

Searched defs:from1 (Results 101 – 125 of 737) sorted by relevance

12345678910>>...30

/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/bifunctors-5.5.10/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/bifunctors-5.5.7/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/bifunctors-5.5.11/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/bifunctors-5.5.11/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/bifunctors-5.5.7/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/bifunctors-5.5.11/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/bifunctors-5.5.10/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/bifunctors-5.5.7/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/bifunctors-5.5.8/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/bifunctors-5.5.11/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/bifunctors-5.5.7/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/bifunctors-5.5.7/src/Data/Bifunctor/
H A DSum.hs72 from1 (L2 p) = M1 (L1 (M1 (M1 (Rec1 p)))) function
73 from1 (R2 q) = M1 (R1 (M1 (M1 (Rec1 q)))) function
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_get_eids.c63 long int from1 = VECTOR(pairs)[2 * e]; in check_simple() local
81 long int from1 = VECTOR(path)[e]; in check_simple() local
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Ddecimal.c171 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
181 #define ADD2(to, from1, from2, carry) \ argument
195 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
204 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
2029 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
2036 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
2043 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
2081 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2208 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2477 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Ddecimal.c171 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
181 #define ADD2(to, from1, from2, carry) \ argument
195 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
204 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
2029 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
2036 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
2043 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
2081 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2208 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2477 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Ddecimal.c171 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
181 #define ADD2(to, from1, from2, carry) \ argument
195 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
204 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
2029 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
2036 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
2043 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
2081 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2208 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2477 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Ddecimal.c171 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
181 #define ADD2(to, from1, from2, carry) \ argument
195 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
204 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
2029 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
2036 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
2043 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
2081 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2208 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2477 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Ddecimal.c171 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
181 #define ADD2(to, from1, from2, carry) \ argument
195 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
204 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
2029 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
2036 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
2043 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
2081 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2208 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2477 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Ddecimal.c171 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
181 #define ADD2(to, from1, from2, carry) \ argument
195 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
204 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
2029 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
2036 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
2043 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
2081 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2208 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2477 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/strings/
H A Ddecimal.c167 #define ADD(to, from1, from2, carry) /* assume carry <= 1 */ \ argument
177 #define ADD2(to, from1, from2, carry) \ argument
191 #define SUB(to, from1, from2, carry) /* to=from1-from2 */ \ argument
200 #define SUB2(to, from1, from2, carry) /* to=from1-from2 */ \ argument
1935 int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_add()
1942 int decimal_sub(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_sub()
1949 int decimal_cmp(const decimal_t *from1, const decimal_t *from2) in decimal_cmp()
1987 int decimal_mul(const decimal_t *from1, const decimal_t *from2, decimal_t *to) in decimal_mul()
2112 static int do_div_mod(const decimal_t *from1, const decimal_t *from2, in do_div_mod()
2377 decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to, in decimal_div()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dchit.cpp85 CHit::CHit( CQuery* q, Uint4 seqOrd, double score1, int from1, int to1, int convTbl1, double score2… in CHit()
136 int from1 = a->GetRefBounding().GetFrom(); in CHit() local
286 Uint2 CHit::ComputeGeometry( int from1, int to1, int from2, int to2 ) in ComputeGeometry()
/dports/sysutils/heirloom/heirloom-070715/mail/
H A Dcat.c54 register const char *from1, register const char *from2) in cat()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/contourtreemesh/
H A DArcComparator.h99 vtkm::Id from1 = (x % 2 == 0) ? x / 2 : MaskedIndex(ArcsPortal.Get(x / 2)); in operator() local
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/transformers-compat-0.7/src/Control/Monad/Trans/
H A DInstances.hs644 from1 (Identity x) = M1 (M1 (M1 (Par1 x))) function
681 from1 (Compose x) = M1 (M1 (M1 (Comp1 (fmap Rec1 x)))) function
746 from1 (InL f) = M1 (L1 (M1 (M1 (Rec1 f)))) function
747 from1 (InR g) = M1 (R1 (M1 (M1 (Rec1 g)))) function
848 from1 (Constant x) = M1 (M1 (M1 (K1 x))) function
903 from1 (IdentityT x) = M1 (M1 (M1 (Rec1 x))) function
933 from1 (MaybeT x) = M1 (M1 (M1 ((.) Comp1 (fmap Rec1) x))) function
1101 from1 (Backwards x) = M1 (M1 (M1 (Rec1 x))) function
1131 from1 (Reverse x) = M1 (M1 (M1 (Rec1 x))) function
1163 from1 (Pure x) = M1 (L1 (M1 (M1 (Par1 x)))) function
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/read_blast_result/
H A Doverlaps.cpp243 TSeqPos from1, to1; in overlaps_prot_na() local
481 TSeqPos from1, to1, from2, to2; in overlaps() local
514 TSeqPos from1, to1; in overlaps() local
544 TSeqPos from1, to1, from2, to2; in complete_overlap() local
604 TSeqPos from1, to1, from2, to2; in overlaps() local

12345678910>>...30