| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | function-set.cc | 44 int midpoint = (min + max) / 2; in contains_name_p() local 45 gcc_assert ((size_t)midpoint < m_count); in contains_name_p() 46 int cmp = strcmp (name, m_names[midpoint]); in contains_name_p() 50 max = midpoint - 1; in contains_name_p() 52 min = midpoint + 1; in contains_name_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | function-set.cc | 44 int midpoint = (min + max) / 2; in contains_name_p() local 45 gcc_assert ((size_t)midpoint < m_count); in contains_name_p() 46 int cmp = strcmp (name, m_names[midpoint]); in contains_name_p() 50 max = midpoint - 1; in contains_name_p() 52 min = midpoint + 1; in contains_name_p()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid64_string.c | 253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local 411 midpoint = (c == '5' && !(coefficient_x & 1)) ? 1 : 0; 441 if (midpoint && c > '0') { 443 midpoint = 0;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid64_string.c | 253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local 411 midpoint = (c == '5' && !(coefficient_x & 1)) ? 1 : 0; 441 if (midpoint && c > '0') { 443 midpoint = 0;
|
| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | vs_refresh.c | 808 size_t cols, curcol, curlen, endpoint, len, midpoint; in vs_modeline() local 884 midpoint = (cols - ((len + 1) / 2)) / 2; in vs_modeline() 885 if (curlen < midpoint) { in vs_modeline() 886 (void)gp->scr_move(sp, LASTLINE(sp), midpoint); in vs_modeline()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | numeric | 138 constexpr T midpoint(T a, T b) noexcept; // C++20 141 constexpr T* midpoint(T* a, T* b); // C++20 577 midpoint(_Tp __a, _Tp __b) noexcept 598 midpoint(_TPtr __a, _TPtr __b) noexcept 600 return __a + _VSTD::midpoint(ptrdiff_t(0), __b - __a); 615 midpoint(_Fp __a, _Fp __b) noexcept
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | numeric | 186 // midpoint 194 midpoint(_Tp __a, _Tp __b) noexcept 229 midpoint(_Tp* __a, _Tp* __b) noexcept
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | numeric | 206 // midpoint 214 midpoint(_Tp __a, _Tp __b) noexcept 249 midpoint(_Tp* __a, _Tp* __b) noexcept
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-builtin.cc | 990 int midpoint = n_elts / 2; in fold_mergehl_helper() local 994 offset = midpoint; in fold_mergehl_helper() 1003 for (int i = 0; i < midpoint; i++) in fold_mergehl_helper()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APInt.cpp | 1165 APInt midpoint((nextSquare - square).udiv(two)); in sqrt() local 1167 if (offset.ult(midpoint)) in sqrt()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2019 | 2750 * include/std/numeric (midpoint(T, T)): Avoid std::abs in constexpr 2762 * include/std/numeric (midpoint(T, T)): Change implementation for 2764 * testsuite/26_numerics/midpoint/floating.cc: Add check for correct 3605 * include/std/numeric (midpoint(T*, T*)): Fix incorrect result. 3606 * testsuite/26_numerics/midpoint/pointer.cc: Change "compile" test 4867 * include/std/numeric (midpoint(T, T, T), midpoint(T*, T*, T*)): 5770 (midpoint(T, T), midpoint(T*, T*)): Define. 5773 * testsuite/26_numerics/midpoint/floating.cc: New test. 5774 * testsuite/26_numerics/midpoint/integral.cc: New test. 5775 * testsuite/26_numerics/midpoint/pointer.cc: New test.
|
| H A D | ChangeLog-2020 | 7651 * include/std/numeric (midpoint(T8, T*)): Do not check for complete 7653 * testsuite/26_numerics/midpoint/pointer.cc: Do not test with 7655 * testsuite/26_numerics/midpoint/pointer_neg.cc: New test.
|
| H A D | ChangeLog-2021 | 3438 * testsuite/26_numerics/midpoint/integral.cc: Likewise. 3439 * testsuite/26_numerics/midpoint/version.cc: New test.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx2aStatusIssuesStatus.csv | 199 "`3200 <https://wg21.link/LWG3200>`__","``midpoint``\ should not constrain ``T``\ is complete","P…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.c | 10774 int midpoint = n_elts / 2; in fold_mergehl_helper() local 10778 offset = midpoint; in fold_mergehl_helper() 10787 for (int i = 0; i < midpoint; i++) in fold_mergehl_helper()
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | README.dev | 1421 contain other information, such as midpoint cases with MPFR_EVEN_INEX),
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1998 | 2124 value in paradoxical SImode result, rather than truncating midpoint. 2511 to expose this midpoint to CSE.
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 6896 [tests/tpow_z.c] Fixed a test (midpoint case) that was failing 10230 [tests/tdiv_ui.c] Added tests with simple midpoint and exact cases. 15681 * |b| is the midpoint between the maximum finite number in the
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 14220 …ach computed number is bounded in an interval with a multiple precision midpoint. Arithmetic opera… 14229 …ces applications of computers; numerical; numerical analysis; precision midpoint; program; specifi…
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | NEWS | 1491 + Functions std::midpoint and std::lerp for interpolation.
|
| H A D | MD5SUMS | 97879 99cba480cfe0a31037aee3fa69baebcc libstdc++-v3/testsuite/26_numerics/midpoint/floating.cc 97880 d07be8d9763f7bd442e79f9cb43513e1 libstdc++-v3/testsuite/26_numerics/midpoint/integral.cc 97881 865269dc626bd5bc16f32d6ad6a4c121 libstdc++-v3/testsuite/26_numerics/midpoint/pointer.cc 97882 c9f54ca77d5111f585af2b0e8f179a4f libstdc++-v3/testsuite/26_numerics/midpoint/pointer_neg.cc
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | NEWS | 3373 + Functions std::midpoint and std::lerp for interpolation.
|
| H A D | MD5SUMS | 112210 9ea41d39878f522ab6e4fc7858d0236f libstdc++-v3/testsuite/26_numerics/midpoint/floating.cc 112211 d479336c3018dfc62c2b93201435e858 libstdc++-v3/testsuite/26_numerics/midpoint/integral.cc 112212 375974e43bd673392cf67566507fa62f libstdc++-v3/testsuite/26_numerics/midpoint/pointer.cc 112213 193bbe0a5401e54397015a81108440a1 libstdc++-v3/testsuite/26_numerics/midpoint/pointer_neg.cc 112214 198cb21048f5d36f6a9bf84a5b2dd536 libstdc++-v3/testsuite/26_numerics/midpoint/version.cc
|