Home
last modified time | relevance | path

Searched defs:int_max (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_bit_size.c89 const int64_t int_max = u_intN_max(dst_bit_size); in lower_alu_instr() local
177 int64_t int_max = (1ull << (old_bit_size - 1)) - 1; in lower_intrinsic_instr() local
/third_party/python/Objects/
H A Dlongobject.c389 const double int_max = (unsigned long)LONG_MAX + 1; in PyLong_FromDouble() local

Completed in 9 milliseconds