Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
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.h62 auto __diff = __last - __first; in __to_chars_itoa() local
64 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa()
82 auto __diff = __last - __first; in __to_chars_itoa() local
84 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.h164 auto __diff = __r.ptr - std::to_address(__first); in __to_buffer() local
165 return __first + __diff; in __to_buffer()
/freebsd/contrib/llvm-project/libcxx/include/
H A Distream1264 …harT* __first, _CharT& __1buf, std::basic_streambuf<_CharT, _Traits>& __buffer, ptrdiff_t __diff) {
1266 …_LIBCPP_ASSERT_INTERNAL(__diff == 0 || __diff == 1, "trying to bump stream further than buffer siz…
1267 if (__diff != 0)
1270 __buffer.__gbump_ptrdiff(__diff);
H A Dstreambuf384 …T2* __first, _CharT2& __1buf, std::basic_streambuf<_CharT2, _Traits2>& __buffer, ptrdiff_t __diff);
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp613 seconds __diff = chrono::abs(__sys_info_end - __sys_info_begin); in __get_sys_info_rule() local
615 if (__diff < 12h) { in __get_sys_info_rule()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dvector1507 difference_type __diff = this->__end_ - __p;
1508 std::advance(__m, __diff);
1509 __construct_at_end(__m, __last, __n - __diff);