CMGDK r49-rc2
|
#include <hgl/type/DataType.H>
组合类型 | |
class | hgl::int128 |
int128位整型数 更多... | |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
宏定义 | |
#define | int64to128(high, low) (int128((high),(low))) |
#define | is128plus(x) ((int)(x).HighPart>=0) |
#define | INT128ERR int64to128(0x8000000000000000,0) |
#define | INT128MAX int64to128(0x7fffffffffffffff,0) |
函数 | |
uint64 | hgl::int128to64 (int128 n) |
void | hgl::itow (int128, wchar_t *) |
int128 | hgl::wtoi (wchar_t *) |
#define INT128ERR int64to128(0x8000000000000000,0) |
#define INT128MAX int64to128(0x7fffffffffffffff,0) |
#define int64to128 | ( | high, | |
low | |||
) | (int128((high),(low))) |