Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp65 uint64_t __b01Hi; in __umul256_hi128_lo64() local
66 const uint64_t __b01Lo = __ryu_umul128(__aLo, __bHi, &__b01Hi); in __umul256_hi128_lo64()
76 const uint64_t __temp2Hi = __b01Hi + (__temp2Lo < __b01Lo); in __umul256_hi128_lo64()