Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp528 const uint32_t __d0 = (__d % 100) << 1; in __to_chars() local
533 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __d0, 2); in __to_chars()
604 const uint32_t __d0 = (__d % 100) << 1; in __to_chars() local
608 std::memcpy(__result + __olength - __i - 5, __DIGIT_TABLE + __d0, 2); in __to_chars()