Home
last modified time | relevance | path

Searched defs:max_int (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/spirit/test/x3/
Dint.hpp29 char const* max_int = "2147483647"; variable
35 char const* max_int = "9223372036854775807"; variable
Duint.hpp29 char const* max_int = "2147483647"; variable
/third_party/boost/libs/spirit/test/qi/
Dint.hpp46 char const* max_int = "2147483647"; variable
52 char const* max_int = "9223372036854775807"; variable
Duint.hpp34 char const* max_int = "2147483647"; variable
/third_party/boost/libs/sort/example/
Dboostrandomgen.cpp41 int max_int = (std::numeric_limits<int>::max)(); in main() local
/third_party/boost/libs/spirit/classic/test/
Dnumerics_tests.cpp109 char const* max_int = "2147483647"; in main() local
/third_party/quickjs/
Dcutils.h66 static inline int max_int(int a, int b) in max_int() function
/third_party/mesa3d/src/compiler/nir/
Dnir.c890 const int64_t max_int = (1ull << (bit_size - 1)) - 1; in nir_alu_binop_identity() local