Попробуй тип "long long" - 128бит.
Все зависит от компилятора и run-time библиотеки. См. доки на свой компилятор.
gmp:
Summary : Библиотека GNU для осуществления точных вычислений.
Description :
The gmp package contains GNU MP, a library for arbitrary precision
arithmetic which operates on signed integers, rational numbers and
floating point numbers. GNU MP is designed for speed, for both small
and very large operands. GNU MP is fast because it uses fullwords as
the basic arithmetic type, it uses fast algorithms, it carefully
optimizes assembly code for many CPUs' most common inner loops, and
generally emphasizes speed over simplicity/elegance in its
operations.
Характеристика чисел:
экспонента типа long int;
мантиса - цепочка переменной длины из чисел типа int, long int, long long int (в зависимости от платформы).