Home
last modified time | relevance | path

Searched refs:prod_low (Results 1 – 25 of 132) sorted by relevance

123456

/dports/security/libgcrypt/libgcrypt-1.9.4/mpi/generic/
H A Dmpih-mul3.c41 mpi_limb_t prod_high, prod_low; in _gcry_mpih_submul_1() local
53 umul_ppmm( prod_high, prod_low, s1_ptr[j], s2_limb); in _gcry_mpih_submul_1()
55 prod_low += cy_limb; in _gcry_mpih_submul_1()
56 cy_limb = (prod_low < cy_limb?1:0) + prod_high; in _gcry_mpih_submul_1()
59 prod_low = x - prod_low; in _gcry_mpih_submul_1()
60 cy_limb += prod_low > x?1:0; in _gcry_mpih_submul_1()
61 res_ptr[j] = prod_low; in _gcry_mpih_submul_1()
H A Dmpih-mul2.c41 mpi_limb_t prod_high, prod_low; in _gcry_mpih_addmul_1() local
53 umul_ppmm( prod_high, prod_low, s1_ptr[j], s2_limb ); in _gcry_mpih_addmul_1()
55 prod_low += cy_limb; in _gcry_mpih_addmul_1()
56 cy_limb = (prod_low < cy_limb?1:0) + prod_high; in _gcry_mpih_addmul_1()
59 prod_low = x + prod_low; in _gcry_mpih_addmul_1()
60 cy_limb += prod_low < x?1:0; in _gcry_mpih_addmul_1()
61 res_ptr[j] = prod_low; in _gcry_mpih_addmul_1()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/mpi/
H A Dgeneric_mpih-mul2.c25 mpi_limb_t prod_high, prod_low; in mpihelp_addmul_1() local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_addmul_1()
38 prod_low += cy_limb; in mpihelp_addmul_1()
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_addmul_1()
42 prod_low = x + prod_low; in mpihelp_addmul_1()
43 cy_limb += prod_low < x ? 1 : 0; in mpihelp_addmul_1()
44 res_ptr[j] = prod_low; in mpihelp_addmul_1()
H A Dgeneric_mpih-mul3.c25 mpi_limb_t prod_high, prod_low; in mpihelp_submul_1() local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_submul_1()
38 prod_low += cy_limb; in mpihelp_submul_1()
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_submul_1()
42 prod_low = x - prod_low; in mpihelp_submul_1()
43 cy_limb += prod_low > x ? 1 : 0; in mpihelp_submul_1()
44 res_ptr[j] = prod_low; in mpihelp_submul_1()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/mpi/generic/
H A Dmpih-mul2.c41 mpi_limb_t prod_high, prod_low; in _gcry_mpih_addmul_1() local
53 umul_ppmm( prod_high, prod_low, s1_ptr[j], s2_limb ); in _gcry_mpih_addmul_1()
55 prod_low += cy_limb; in _gcry_mpih_addmul_1()
56 cy_limb = (prod_low < cy_limb?1:0) + prod_high; in _gcry_mpih_addmul_1()
59 prod_low = x + prod_low; in _gcry_mpih_addmul_1()
60 cy_limb += prod_low < x?1:0; in _gcry_mpih_addmul_1()
61 res_ptr[j] = prod_low; in _gcry_mpih_addmul_1()
H A Dmpih-mul3.c41 mpi_limb_t prod_high, prod_low; in _gcry_mpih_submul_1() local
53 umul_ppmm( prod_high, prod_low, s1_ptr[j], s2_limb); in _gcry_mpih_submul_1()
55 prod_low += cy_limb; in _gcry_mpih_submul_1()
56 cy_limb = (prod_low < cy_limb?1:0) + prod_high; in _gcry_mpih_submul_1()
59 prod_low = x - prod_low; in _gcry_mpih_submul_1()
60 cy_limb += prod_low > x?1:0; in _gcry_mpih_submul_1()
61 res_ptr[j] = prod_low; in _gcry_mpih_submul_1()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/mpi/
H A Dgeneric_mpih-mul3.c25 mpi_limb_t prod_high, prod_low; in mpihelp_submul_1() local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_submul_1()
38 prod_low += cy_limb; in mpihelp_submul_1()
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_submul_1()
42 prod_low = x - prod_low; in mpihelp_submul_1()
43 cy_limb += prod_low > x ? 1 : 0; in mpihelp_submul_1()
44 res_ptr[j] = prod_low; in mpihelp_submul_1()
H A Dgeneric_mpih-mul2.c25 mpi_limb_t prod_high, prod_low; in mpihelp_addmul_1() local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_addmul_1()
38 prod_low += cy_limb; in mpihelp_addmul_1()
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_addmul_1()
42 prod_low = x + prod_low; in mpihelp_addmul_1()
43 cy_limb += prod_low < x ? 1 : 0; in mpihelp_addmul_1()
44 res_ptr[j] = prod_low; in mpihelp_addmul_1()
/dports/security/gnupg1/gnupg-1.4.23/mpi/generic/
H A Dmpih-mul2.c41 mpi_limb_t prod_high, prod_low; in mpihelp_addmul_1() local
52 umul_ppmm( prod_high, prod_low, s1_ptr[j], s2_limb ); in mpihelp_addmul_1()
54 prod_low += cy_limb; in mpihelp_addmul_1()
55 cy_limb = (prod_low < cy_limb?1:0) + prod_high; in mpihelp_addmul_1()
58 prod_low = x + prod_low; in mpihelp_addmul_1()
59 cy_limb += prod_low < x?1:0; in mpihelp_addmul_1()
60 res_ptr[j] = prod_low; in mpihelp_addmul_1()
H A Dmpih-mul3.c41 mpi_limb_t prod_high, prod_low; in mpihelp_submul_1() local
52 umul_ppmm( prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_submul_1()
54 prod_low += cy_limb; in mpihelp_submul_1()
55 cy_limb = (prod_low < cy_limb?1:0) + prod_high; in mpihelp_submul_1()
58 prod_low = x - prod_low; in mpihelp_submul_1()
59 cy_limb += prod_low > x?1:0; in mpihelp_submul_1()
60 res_ptr[j] = prod_low; in mpihelp_submul_1()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/mpi/
H A Dgeneric_mpih-mul2.c25 mpi_limb_t prod_high, prod_low; in mpihelp_addmul_1() local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_addmul_1()
38 prod_low += cy_limb; in mpihelp_addmul_1()
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_addmul_1()
42 prod_low = x + prod_low; in mpihelp_addmul_1()
43 cy_limb += prod_low < x ? 1 : 0; in mpihelp_addmul_1()
44 res_ptr[j] = prod_low; in mpihelp_addmul_1()
H A Dgeneric_mpih-mul3.c25 mpi_limb_t prod_high, prod_low; in mpihelp_submul_1() local
36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_submul_1()
38 prod_low += cy_limb; in mpihelp_submul_1()
39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_submul_1()
42 prod_low = x - prod_low; in mpihelp_submul_1()
43 cy_limb += prod_low > x ? 1 : 0; in mpihelp_submul_1()
44 res_ptr[j] = prod_low; in mpihelp_submul_1()
/dports/lang/gcc48/gcc-4.8.5/libquadmath/printf/
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x - prod_low;
58 cy_limb += (prod_low > x);
59 res_ptr[j] = prod_low;
/dports/lang/gcc12-devel/gcc-12-20211205/libquadmath/printf/
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x - prod_low;
58 cy_limb += (prod_low > x);
59 res_ptr[j] = prod_low;
/dports/lang/gcc8/gcc-8.5.0/libquadmath/printf/
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x - prod_low;
58 cy_limb += (prod_low > x);
59 res_ptr[j] = prod_low;
/dports/lang/gcc10/gcc-10.3.0/libquadmath/printf/
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x - prod_low;
58 cy_limb += (prod_low > x);
59 res_ptr[j] = prod_low;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libquadmath/printf/
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x - prod_low;
58 cy_limb += (prod_low > x);
59 res_ptr[j] = prod_low;
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libquadmath/printf/
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x - prod_low;
58 cy_limb += (prod_low > x);
59 res_ptr[j] = prod_low;
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;
/dports/lang/gcc11-devel/gcc-11-20211009/libquadmath/printf/
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
53 prod_low += cy_limb;
54 cy_limb = (prod_low < cy_limb) + prod_high;
57 prod_low = x + prod_low;
58 cy_limb += (prod_low < x);
59 res_ptr[j] = prod_low;

123456