Function report |
Source Code:lib\mpi\mpih-mul.c |
Create Date:2022-07-28 07:19:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpihelp_release_karatsuba_ctx
Proto:void mpihelp_release_karatsuba_ctx(struct karatsuba_ctx *ctx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct karatsuba_ctx * | ctx |
397 | If tp Then mpi_free_limb_space(tp) |
399 | If tspace Then mpi_free_limb_space(tspace) |
403 | If tp Then mpi_free_limb_space(tp) |
405 | If tspace Then mpi_free_limb_space(tspace) |
Name | Describe |
---|---|
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 |