distfiles |
|
118 |
mpi-asm-defs.h |
This file defines some basic constants for the MPI machinery.
AMD64 compiled for the x32 ABI is special and thus we can't use the
standard values for this ABI. |
329 |
mpih-add1.c |
The loop counter and index J goes from -SIZE to -1. This way
the loop becomes faster. |
2084 |
mpih-lshift.c |
Shift U (pointed to by UP and USIZE digits long) CNT bits to the left
and store the USIZE least significant digits of the result at WP.
Return the bits shifted out from the most significant digit.
Argument constraints:
1. 0 < CNT < BITS_PER_MP_LIMB
2. If the result is to be written over the input, WP must be >= UP.
|
2175 |
mpih-mul1.c |
The loop counter and index J goes from -S1_SIZE to -1. This way
the loop becomes faster. |
1998 |
mpih-mul2.c |
The loop counter and index J goes from -SIZE to -1. This way
the loop becomes faster. |
2027 |
mpih-mul3.c |
The loop counter and index J goes from -SIZE to -1. This way
the loop becomes faster. |
2020 |
mpih-rshift.c |
Shift U (pointed to by UP and USIZE limbs long) CNT bits to the right
and store the USIZE least significant limbs of the result at WP.
The bits shifted out to the right are returned.
Argument constraints:
1. 0 < CNT < BITS_PER_MP_LIMB
2. If the result is to be written over the input, WP must be <= UP.
|
2170 |
mpih-sub1.c |
The loop counter and index J goes from -SIZE to -1. This way
the loop becomes faster. |
2077 |
udiv-w-sdiv.c |
not yet ported to MPI |
2986 |