![]() |
![]()
| ![]() |
![]()
NAMEHPL_ladd - Adds two long positive integers. SYNOPSIS#include "hpl.h" void HPL_ladd( int * J, int * K, int * I ); DESCRIPTIONHPL_ladd adds without carry two long positive integers K and J and puts the result into I. The long integers I, J, K are encoded on 64 bits using an array of 2 integers. The 32-lower bits are stored in the first entry of each array, the 32-higher bits in the second entry. ARGUMENTS
SEE ALSOHPL_lmul (3), HPL_setran (3), HPL_xjumpm (3), HPL_jumpit (3), HPL_rand (3).
|