TrinityCore
|
#include "G3D/uint128.h"
Namespaces | |
G3D | |
Functions | |
static void | G3D::addAndCarry (const uint64 &_a, const uint64 &_b, uint64 &carry, uint64 &result) |
void | G3D::multiplyAndCarry (const uint64 &_a, const uint64 &_b, uint64 &carry, uint64 &result) |
Morgan McGuire, http://graphics.cs.williams.edu
2008-07-17 2008-07-17