Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp97 uint64_t __high2; // 192 in __mulShift_mod1e9() local
98 const uint64_t __low2 = __ryu_umul128(__m, __mul[2], &__high2); // 128 in __mulShift_mod1e9()
105 const uint64_t __s1high = __high2 + __c2; // 192 in __mulShift_mod1e9()