Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/ryu/
H A Df2s.cpp129 uint32_t __bits1Hi = static_cast<uint32_t>(__bits1 >> 32); in __mulShift() local
131 __bits1Hi += (__bits1Lo < __bits0Hi); in __mulShift()
133 return (__bits1Hi << (32 - __s)) | (__bits1Lo >> __s); in __mulShift()