Home
last modified time | relevance | path

Searched refs:more_carries (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/gmp/gmp-6.2.1/mpn/cray/
H A Dadd_n.c43 int more_carries; in mpn_add_n() local
60 more_carries = 0; in mpn_add_n()
69 more_carries += c0; in mpn_add_n()
72 if (more_carries) in mpn_add_n()
H A Dsub_n.c43 int more_carries; in mpn_sub_n() local
60 more_carries = 0; in mpn_sub_n()
69 more_carries += c0; in mpn_sub_n()
72 if (more_carries) in mpn_sub_n()
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/cray/
H A Dadd_n.c44 int more_carries; in mpn_add_n() local
61 more_carries = 0; in mpn_add_n()
70 more_carries += c0; in mpn_add_n()
73 if (more_carries) in mpn_add_n()
H A Dsub_n.c44 int more_carries; in mpn_sub_n() local
61 more_carries = 0; in mpn_sub_n()
70 more_carries += c0; in mpn_sub_n()
73 if (more_carries) in mpn_sub_n()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/cray/
H A Dsub_n.c44 int more_carries; in mpn_sub_n() local
61 more_carries = 0; in mpn_sub_n()
70 more_carries += c0; in mpn_sub_n()
73 if (more_carries) in mpn_sub_n()
H A Dadd_n.c44 int more_carries; in mpn_add_n() local
61 more_carries = 0; in mpn_add_n()
70 more_carries += c0; in mpn_add_n()
73 if (more_carries) in mpn_add_n()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/cray/
H A Dadd_n.c43 int more_carries; in mpn_add_n() local
60 more_carries = 0; in mpn_add_n()
69 more_carries += c0; in mpn_add_n()
72 if (more_carries) in mpn_add_n()
H A Dsub_n.c43 int more_carries; in mpn_sub_n() local
60 more_carries = 0; in mpn_sub_n()
69 more_carries += c0; in mpn_sub_n()
72 if (more_carries) in mpn_sub_n()
/dports/math/gmp/gmp-6.2.1/mpn/cray/ieee/
H A Dmul_1.c44 int more_carries; in mpn_mul_1() local
73 more_carries = 0; in mpn_mul_1()
82 more_carries += c0; in mpn_mul_1()
85 if (more_carries) in mpn_mul_1()
H A Daddmul_1.c45 int more_carries; in mpn_addmul_1() local
80 more_carries = 0; in mpn_addmul_1()
89 more_carries += c0; in mpn_addmul_1()
92 if (more_carries) in mpn_addmul_1()
H A Dsubmul_1.c45 int more_carries; in mpn_submul_1() local
80 more_carries = 0; in mpn_submul_1()
89 more_carries += c0; in mpn_submul_1()
92 if (more_carries) in mpn_submul_1()
H A Dmul_basecase.c46 int more_carries; in mpn_mul_basecase() local
82 more_carries = 0; in mpn_mul_basecase()
91 more_carries += c0; in mpn_mul_basecase()
94 if (more_carries) in mpn_mul_basecase()
H A Dsqr_basecase.c44 int more_carries; in mpn_sqr_basecase() local
80 more_carries = 0; in mpn_sqr_basecase()
89 more_carries += c0; in mpn_sqr_basecase()
92 if (more_carries) in mpn_sqr_basecase()
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/cray/ieee/
H A Dmul_1.c45 int more_carries; in mpn_mul_1() local
74 more_carries = 0; in mpn_mul_1()
83 more_carries += c0; in mpn_mul_1()
86 if (more_carries) in mpn_mul_1()
H A Dsubmul_1.c46 int more_carries; in mpn_submul_1() local
81 more_carries = 0; in mpn_submul_1()
90 more_carries += c0; in mpn_submul_1()
93 if (more_carries) in mpn_submul_1()
H A Daddmul_1.c46 int more_carries; in mpn_addmul_1() local
81 more_carries = 0; in mpn_addmul_1()
90 more_carries += c0; in mpn_addmul_1()
93 if (more_carries) in mpn_addmul_1()
H A Dmul_basecase.c47 int more_carries; in mpn_mul_basecase() local
83 more_carries = 0; in mpn_mul_basecase()
92 more_carries += c0; in mpn_mul_basecase()
95 if (more_carries) in mpn_mul_basecase()
H A Dsqr_basecase.c45 int more_carries; in mpn_sqr_basecase() local
81 more_carries = 0; in mpn_sqr_basecase()
90 more_carries += c0; in mpn_sqr_basecase()
93 if (more_carries) in mpn_sqr_basecase()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/cray/ieee/
H A Dmul_1.c45 int more_carries; in mpn_mul_1() local
74 more_carries = 0; in mpn_mul_1()
83 more_carries += c0; in mpn_mul_1()
86 if (more_carries) in mpn_mul_1()
H A Dsubmul_1.c46 int more_carries; in mpn_submul_1() local
81 more_carries = 0; in mpn_submul_1()
90 more_carries += c0; in mpn_submul_1()
93 if (more_carries) in mpn_submul_1()
H A Daddmul_1.c46 int more_carries; in mpn_addmul_1() local
81 more_carries = 0; in mpn_addmul_1()
90 more_carries += c0; in mpn_addmul_1()
93 if (more_carries) in mpn_addmul_1()
H A Dmul_basecase.c47 int more_carries; in mpn_mul_basecase() local
83 more_carries = 0; in mpn_mul_basecase()
92 more_carries += c0; in mpn_mul_basecase()
95 if (more_carries) in mpn_mul_basecase()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/cray/ieee/
H A Dmul_1.c44 int more_carries; in mpn_mul_1() local
73 more_carries = 0; in mpn_mul_1()
82 more_carries += c0; in mpn_mul_1()
85 if (more_carries) in mpn_mul_1()
H A Dsubmul_1.c45 int more_carries; in mpn_submul_1() local
80 more_carries = 0; in mpn_submul_1()
89 more_carries += c0; in mpn_submul_1()
92 if (more_carries) in mpn_submul_1()
H A Daddmul_1.c45 int more_carries; in mpn_addmul_1() local
80 more_carries = 0; in mpn_addmul_1()
89 more_carries += c0; in mpn_addmul_1()
92 if (more_carries) in mpn_addmul_1()

12