Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp316 const uint64_t __vpDiv100 = __div100(__vp); in __d2d() local
318 if (__vpDiv100 > __vmDiv100) { // Optimization: remove two digits at a time (~86.2%). in __d2d()
323 __vp = __vpDiv100; in __d2d()