Method |
Description |
|
Add ( long x, int xOff, long y, int yOff, int count ) : void |
|
|
Add ( long x, int xOff, long y, int yOff, long z, int zOff, int count ) : void |
|
|
AddBoth ( long x, int xOff, long y1, int y1Off, long y2, int y2Off, int count ) : void |
|
|
AddShiftedByBitsSafe ( LongArray other, int otherDegree, int bits ) : void |
|
|
AddShiftedDown ( long x, int xOff, long y, int yOff, int count, int shift ) : long |
|
|
AddShiftedUp ( long x, int xOff, long y, int yOff, int count, int shift ) : long |
|
|
BitLength ( long w ) : int |
|
|
DegreeFrom ( int limit ) : int |
|
|
Distribute ( long x, int src, int dst1, int dst2, int count ) : void |
|
|
FlipBit ( long buf, int off, int n ) : void |
|
|
FlipVector ( long x, int xOff, long y, int yOff, int yLen, int bits ) : void |
|
|
FlipWord ( long buf, int off, int bit, long word ) : void |
|
|
Interleave ( long x, int xOff, long z, int zOff, int count, int width ) : void |
|
|
Interleave2_32to64 ( int x ) : long |
|
|
Interleave2_n ( long x, int rounds ) : long |
|
|
Interleave2_n ( long x, int xOff, long z, int zOff, int count, int rounds ) : void |
|
|
Interleave3 ( long x ) : long |
|
|
Interleave3 ( long x, int xOff, long z, int zOff, int count ) : void |
|
|
Interleave3_13to65 ( int x ) : long |
|
|
Interleave3_21to63 ( int x ) : long |
|
|
Interleave4_16to64 ( int x ) : long |
|
|
Interleave5 ( long x ) : long |
|
|
Interleave5 ( long x, int xOff, long z, int zOff, int count ) : void |
|
|
Interleave7 ( long x ) : long |
|
|
Interleave7 ( long x, int xOff, long z, int zOff, int count ) : void |
|
|
MultiplyWord ( long a, long b, int bLen, long c, int cOff ) : void |
|
|
ReduceBit ( long buf, int off, int bit, int m, int ks ) : void |
|
|
ReduceBitWise ( long buf, int off, int BitLength, int m, int ks ) : void |
|
|
ReduceInPlace ( long buf, int off, int len, int m, int ks ) : int |
|
|
ReduceResult ( long buf, int off, int len, int m, int ks ) : LongArray |
|
|
ReduceVectorWise ( long buf, int off, int len, int words, int m, int ks ) : void |
|
|
ReduceWord ( long buf, int off, int bit, long word, int m, int ks ) : void |
|
|
ReduceWordWise ( long buf, int off, int len, int toBit, int m, int ks ) : void |
|
|
ResizedInts ( int newLen ) : long[] |
|
|
ShiftUp ( long x, int xOff, int count, int shift ) : long |
|
|
ShiftUp ( long x, int xOff, long z, int zOff, int count, int shift ) : long |
|
|
SquareInPlace ( long x, int xLen, int m, int ks ) : void |
|
|
TestBit ( long buf, int off, int n ) : bool |
|
|