CMGDK r49-rc2
|
#include <hgl/type/Int128.H>
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
函数 | |
int128 | hgl::operator/ (int128 n1, int128 n2) |
int128 | hgl::operator* (int128 n1, int128 n2) |
int128 | hgl::operator% (int128 n1, int128 n2) |
int128 | hgl::operator+ (int128 n1, int128 n2) |
int128 | hgl::operator- (int128 n1, int128 n2) |
int128 | hgl::operator+= (int128 &n1, int128 n2) |
int128 | hgl::operator-= (int128 &n1, int128 n2) |
int128 | hgl::operator*= (int128 &n1, int128 n2) |
int128 | hgl::operator/= (int128 &n1, int128 n2) |
int128 | hgl::operator| (int128 n1, int128 n2) |
int128 | hgl::operator& (int128 n1, int128 n2) |
bool | hgl::operator== (int128 n1, int128 n2) |
bool | hgl::operator> (int128 n1, int128 n2) |
bool | hgl::operator< (int128 n1, int128 n2) |
bool | hgl::operator!= (int128 n1, int128 n2) |
bool | hgl::operator>= (int128 n1, int128 n2) |
bool | hgl::operator<= (int128 n1, int128 n2) |
void | hgl::itow (int128, wchar_t *) |
int128 | hgl::wtoi (wchar_t *) |