Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/ryu/
H A Df2s.cpp127 const uint32_t __bits0Hi = static_cast<uint32_t>(__bits0 >> 32); in __mulShift() local
130 __bits1Lo += __bits0Hi; in __mulShift()
131 __bits1Hi += (__bits1Lo < __bits0Hi); in __mulShift()