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

/freebsd-current/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp72 const uint64_t __temp1Lo = __b10Lo + __b00Hi; local
73 const uint64_t __temp1Hi = __b10Hi + (__temp1Lo < __b10Lo);
74 const uint64_t __temp2Lo = __b01Lo + __temp1Lo;

Completed in 61 milliseconds