Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dgcd_lcm.h85 _Tp __diff = __a - __b;
88 __b = __diff;
92 if (__diff != 0)
93 __b >>= std::__countr_zero(__diff);
H A Dmidpoint.h43 _Up __diff = _Up(__b) - _Up(__a); in midpoint() local
46 _Up __half_diff = (__diff / 2) + (__sign_bit << __bitshift) + (__sign_bit & __diff); in midpoint()
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h65 auto __diff = __last - __first; in __to_chars_itoa() local
67 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa()
85 auto __diff = __last - __first; in __to_chars_itoa() local
87 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa()
/freebsd/contrib/netbsd-tests/net/
H A Dnet_common.sh45 diff -u $old ./.__new |grep '^+' |cut -d '+' -f 2 > ./.__diff
47 cat ./.__diff
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h163 auto __diff = __r.ptr - std::to_address(__first); in __to_buffer() local
164 return __first + __diff; in __to_buffer()
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp604 seconds __diff = chrono::abs(__sys_info_end - __sys_info_begin); in __get_sys_info_rule() local
606 if (__diff < 12h) { in __get_sys_info_rule()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvector1773 difference_type __diff = this->__end_ - __p;
1774 std::advance(__m, __diff);
1775 __construct_at_end(__m, __last, __n - __diff);