Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/ryu/
H A Dd2s.cpp222 … const uint32_t __mvMod5 = static_cast<uint32_t>(__mv) - 5 * static_cast<uint32_t>(__div5(__mv)); in __d2d() local
223 if (__mvMod5 == 0) { in __d2d()