Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/ubsan/TestCases/Integer/
H A Ddiv-zero.cpp7 typedef __int128 intmax; typedef
9 typedef long long intmax; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py2484 intmax = (1 << (bit_size - 1)) - 1 variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A 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