Searched refs:__diff (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | midpoint.h | 43 _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 D | to_chars_integral.h | 62 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 D | net_common.sh | 45 diff -u $old ./.__new |grep '^+' |cut -d '+' -f 2 > ./.__diff 47 cat ./.__diff
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | formatter_integral.h | 164 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 D | istream | 1264 …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 D | streambuf | 384 …T2* __first, _CharT2& __1buf, std::basic_streambuf<_CharT2, _Traits2>& __buffer, ptrdiff_t __diff);
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | time_zone.cpp | 613 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 D | vector | 1507 difference_type __diff = this->__end_ - __p; 1508 std::advance(__m, __diff); 1509 __construct_at_end(__m, __last, __n - __diff);
|