Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dint128.h238 uint64 new_hi = (Uint128High64(val) << amount) | variable
255 uint64 new_hi = Uint128High64(val) >> amount; variable
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c52 nir_ssa_def *new_hi = nir_bitfield_insert(b, hi, exp, in set_exponent() local
/external/python/cpython2/Modules/
Ddatetimemodule.c446 const int new_hi = *hi + num_hi; in normalize_pair() local
/external/python/cpython3/Modules/
D_datetimemodule.c489 const int new_hi = *hi + num_hi; in normalize_pair() local