Searched refs:prod_high (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/lib/mpi/ |
D | generic_mpih-mul1.c | 38 mpi_limb_t prod_high, prod_low; in mpihelp_mul_1() local 50 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_mul_1() 52 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_mul_1()
|
D | generic_mpih-mul3.c | 38 mpi_limb_t prod_high, prod_low; in mpihelp_submul_1() local 49 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_submul_1() 52 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_submul_1()
|
D | generic_mpih-mul2.c | 38 mpi_limb_t prod_high, prod_low; in mpihelp_addmul_1() local 49 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_addmul_1() 52 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_addmul_1()
|