Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Drotate.h200 difference_type __d1 = __middle - __first; in __rotate() local
203 while (__d1 != 0 && __d2 != 0) { in __rotate()
204 if (__d1 <= __d2) { in __rotate()
205 if (__d1 <= __bit_array<_Cp>::capacity()) { in __rotate()
206 __bit_array<_Cp> __b(__d1); in __rotate()
214 __d2 -= __d1; in __rotate()
226 __d1 -= __d2; in __rotate()
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp529 const uint32_t __d1 = (__d / 100) << 1; in __to_chars() local
534 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __d1, 2); in __to_chars()
605 const uint32_t __d1 = (__d / 100) << 1; in __to_chars() local
609 std::memcpy(__result + __olength - __i - 7, __DIGIT_TABLE + __d1, 2); in __to_chars()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__chrono/
H A Dduration.h135 static const intmax_t __d1 = _R1::den / __gcd_d1_d2;
152 static const bool value = (__n1 <= max / __d2) && (__n2 <= max / __d1);
153 typedef ratio<__mul<__n1, __d2, !value>::value, __mul<__n2, __d1, !value>::value> type;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__bit_reference606 difference_type __d1 = __middle - __first;
609 while (__d1 != 0 && __d2 != 0) {
610 if (__d1 <= __d2) {
611 if (__d1 <= __bit_array<_Cp>::capacity()) {
612 __bit_array<_Cp> __b(__d1);
620 __d2 -= __d1;
632 __d1 -= __d2;
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dduration.h170 static const intmax_t __d1 = _R1::den / __gcd_d1_d2;
187 static const bool value = (__n1 <= max / __d2) && (__n2 <= max / __d1);
188 typedef ratio<__mul<__n1, __d2, !value>::value, __mul<__n2, __d1, !value>::value> type;