Searched refs:__b01Lo (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/ryu/
H A Dd2fixed.cpp66 const uint64_t __b01Lo = __ryu_umul128(__aLo, __bHi, &__b01Hi); local
75 const uint64_t __temp2Lo = __b01Lo + __temp1Lo;
76 const uint64_t __temp2Hi = __b01Hi + (__temp2Lo < __b01Lo);

Completed in 173 milliseconds