fdhwlib
2.0.25
|
#include <unsignedint64.h>
64bit data type.
Definition at line 23 of file unsignedint64.h.
UnsignedInt64::UnsignedInt64 | ( | ) |
UnsignedInt64::~UnsignedInt64 | ( | ) |
void UnsignedInt64::add | ( | unsigned long * | sum1, |
unsigned long * | sum2 | ||
) |
Add a 64 bit value to another.
void UnsignedInt64::add | ( | unsigned long * | sum1, |
unsigned long | sum2 | ||
) |
Add a 64 bit value to another.
void UnsignedInt64::div | ( | unsigned long * | div1, |
unsigned short | div2 | ||
) |
Divide a 64bit value by a 32bit value.
unsigned long* UnsignedInt64::get | ( | ) |
Get pointer to the data.
unsigned short UnsignedInt64::mod | ( | unsigned long * | div1, |
unsigned short | div2 | ||
) |
Calculate modulo operations on a 64 number.
void UnsignedInt64::mult | ( | unsigned long * | prod1, |
unsigned long * | prod2 | ||
) |
Multiply two 64 bit values.
void UnsignedInt64::mult | ( | unsigned long * | prod1, |
unsigned short | prod2 | ||
) |
Multiply a 64bit value with a 16bit value.
int UnsignedInt64::test | ( | int | level = 0 | ) |
Test the 64bit operations.
unsigned long UnsignedInt64::data[2] [private] |
64bit data
Definition at line 58 of file unsignedint64.h.