Function report |
Source Code:lib\mpi\mpih-mul.c |
Create Date:2022-07-28 07:19:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Multiply the natural numbers u (pointed to by UP) and v (pointed to by VP),* both with SIZE limbs, and store the result at PRODP. 2 * SIZE limbs are* always stored. Return the most significant limb.* Argument constraints:* 1
Proto:static mpi_limb_t mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size)
Type:mpi_limb_t
Parameter:
Type | Parameter | Name |
---|---|---|
mpi_ptr_t | prodp | |
mpi_ptr_t | up | |
mpi_ptr_t | vp | |
mpi_size_t | size |
64 | If v_limb <= 1 Then |
65 | If v_limb == 1 Then Copy N limbs from S to D. (prodp, up, size) |
67 | Else Zero N limbs at D (prodp, size) |
69 | cy = 0 |
74 | prodp++ |
91 | Return cy |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |