Home
last modified time | relevance | path

Searched defs:intmax (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/ndk-test/sanitize/ubsan/src/
Ddiv-zero.cpp7 typedef __int128 intmax; typedef
9 typedef long long intmax; typedef
/third_party/boost/libs/config/test/
Dcstdint_test2.cpp205 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() local
208 boost::intmax_t intmax = INTMAX_C(-2147483647); in main() local
Dcstdint_test.cpp195 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() local
198 boost::intmax_t intmax = INTMAX_C(-2147483647); in main() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py1911 intmax = (1 << (bit_size - 1)) - 1 variable