Home
last modified time | relevance | path

Searched refs:big_int (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/mpl/example/
Dinteger.cpp33 class big_int class
52 , mpl::identity< big_int<bit_size> >
67 BOOST_MPL_ASSERT(( boost::is_same< int100, big_int<100> > ));
/third_party/python/Lib/ctypes/test/
Dtest_numbers.py229 big_int = int(sys.float_info.max) * 2
231 self.assertRaises(OverflowError, t, big_int)
233 self.assertRaises(OverflowError, t.__ctype_be__, big_int)
235 self.assertRaises(OverflowError, t.__ctype_le__, big_int)