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.h236 uint64 new_hi = (Uint128High64(val) << amount) | variable
253 uint64 new_hi = Uint128High64(val) >> amount; variable
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c50 nir_ssa_def *new_hi = nir_bfi(b, nir_imm_int(b, 0x7ff00000), exp, hi); 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.c472 const int new_hi = *hi + num_hi; in normalize_pair() local