Function report |
Source Code:lib\mpi\mpi-inline.h |
Create Date:2022-07-28 07:18:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpihelp_sub
Proto:G10_MPI_INLINE_DECL mpi_limb_t mpihelp_sub(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, mpi_ptr_t s2_ptr, mpi_size_t s2_size)
Type:mpi_limb_t
Parameter:
Type | Parameter | Name |
---|---|---|
mpi_ptr_t | res_ptr | |
mpi_ptr_t | s1_ptr | |
mpi_size_t | s1_size | |
mpi_ptr_t | s2_ptr | |
mpi_size_t | s2_size |
98 | cy = 0 |
103 | If s1_size - s2_size Then cy = mpihelp_sub_1(res_ptr + s2_size, s1_ptr + s2_size, s1_size - s2_size, cy) |
106 | 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 |