Home
last modified time | relevance | path

Searched refs:__shiftedSum (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/libcxx/src/ryu/
H A Df2s.cpp136 const uint64_t __shiftedSum = __sum >> (__shift - 32); in __mulShift() local
137 _LIBCPP_ASSERT(__shiftedSum <= UINT32_MAX, ""); in __mulShift()
138 return static_cast<uint32_t>(__shiftedSum); in __mulShift()