Home
last modified time | relevance | path

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

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