This is GMP, the GNU Multiple Precision Arithmetic Library. It is the primary bignum library used in google3 C++.

Google tools generally treat GMP as if it were licensed under the GNU GPL. However, it is actually licensed under the LGPL--only its unit tests are covered by the GPL. You may thus use GMP in your product just as you would use any other LGPL'd library.