Searched defs:intmax (Results 1 – 4 of 4) sorted by relevance
7 typedef __int128 intmax; typedef9 typedef long long intmax; typedef
205 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() local208 boost::intmax_t intmax = INTMAX_C(-2147483647); in main() local
195 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() local198 boost::intmax_t intmax = INTMAX_C(-2147483647); in main() local
1911 intmax = (1 << (bit_size - 1)) - 1 variable