Function report |
Source Code:lib\mpi\mpi-cmp.c |
Create Date:2022-07-28 07:18:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpi_cmp_ui
Proto:int mpi_cmp_ui(MPI u, unsigned long v)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
MPI | u | |
unsigned long | v |
28 | If Not number of valid limbs && Not limb Then Return 0 |
30 | If indicates a negative number Then Return -1 |
32 | If number of valid limbs > 1 Then Return 1 |
35 | If array with the limbs [0] == limb Then Return 0 |
37 | Else if array with the limbs [0] > limb Then Return 1 |
39 | Else Return -1 |
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 |