Function report |
Source Code:lib\mpi\mpih-mul.c |
Create Date:2022-07-28 07:19:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpihelp_mul_karatsuba_case
Proto:int mpihelp_mul_karatsuba_case(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize, mpi_ptr_t vp, mpi_size_t vsize, struct karatsuba_ctx *ctx)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
mpi_ptr_t | prodp | |
mpi_ptr_t | up | |
mpi_size_t | usize | |
mpi_ptr_t | vp | |
mpi_size_t | vsize | |
struct karatsuba_ctx * | ctx |
328 | If Not tspace || tspace_size < vsize Then |
329 | If tspace Then mpi_free_limb_space(tspace) |
331 | tspace = -- mpiutil.c -- |
334 | tspace_size = vsize |
367 | If usize Then |
373 | Else |
390 | Return 0 |
Name | Describe |
---|---|
mpihelp_mul_karatsuba_case | |
mpihelp_mul | Multiply the natural numbers u (pointed to by UP, with USIZE limbs)* and v (pointed to by VP, with VSIZE limbs), and store the result at* PRODP. USIZE + VSIZE limbs are always stored, but if the input* operands are normalized |
mpi_powm | RES = BASE ^ EXP mod MOD |
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 |