Home
last modified time | relevance | path

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

/external/compiler-rt/test/ubsan/TestCases/Integer/
Ddiv-zero.cpp7 typedef __int128 intmax; typedef
9 typedef long long intmax; typedef
/external/sdv/vsomeip/third_party/boost/config/test/
Dcstdint_test.cpp195 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() local
198 boost::intmax_t intmax = INTMAX_C(-2147483647); in main() local
Dcstdint_test2.cpp205 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() local
208 boost::intmax_t intmax = INTMAX_C(-2147483647); in main() local
/external/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py2634 intmax = (1 << (bit_size - 1)) - 1 variable
/external/pytorch/aten/src/ATen/native/
DBlasKernel.cpp170 auto intmax = std::numeric_limits<int>::max(); in scal_use_fast_path() local
191 auto intmax = std::numeric_limits<int>::max(); in gemv_use_fast_path() local