| /src/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | midpoint.h | 39 midpoint(_Tp __a, _Tp __b) noexcept _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK { in midpoint() function 52 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* midpoint(_Tp* __a, _Tp* __b) noexcept { in midpoint() function 53 return __a + std::midpoint(ptrdiff_t(0), __b - __a); in midpoint() 67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __… in midpoint() function
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | numeric.inc | 55 // [numeric.ops.midpoint], midpoint 56 using std::midpoint;
|
| /src/contrib/nvi/vi/ |
| H A D | vs_refresh.c | 774 size_t cols, curcol, curlen, endpoint, len, midpoint; in vs_modeline() local 859 midpoint = (cols - ((len + 1) / 2)) / 2; in vs_modeline() 860 if (curlen < midpoint) { in vs_modeline() 861 (void)gp->scr_move(sp, LASTLINE(sp), midpoint); in vs_modeline()
|
| /src/contrib/llvm-project/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 179 # include <__numeric/midpoint.h>
|
| H A D | module.modulemap | 1583 module std_private_numeric_midpoint [system] { header "__numeric/midpoint.h" }
|
| /src/sys/contrib/device-tree/Bindings/iio/afe/ |
| H A D | voltage-divider.txt | 4 When an io-channel measures the midpoint of a voltage divider, the
|
| /src/sys/net80211/ |
| H A D | ieee80211.c | 1214 int midpoint; in set_vht_extchan() local 1216 midpoint = vht160_chan_ranges[i].freq_start + 80; in set_vht_extchan() 1218 ieee80211_mhz2ieee(midpoint, c->ic_flags); in set_vht_extchan() 1222 __func__, c->ic_ieee, c->ic_freq, midpoint, in set_vht_extchan() 1235 int midpoint; in set_vht_extchan() local 1237 midpoint = vht80_chan_ranges[i].freq_start + 40; in set_vht_extchan() 1239 ieee80211_mhz2ieee(midpoint, c->ic_flags); in set_vht_extchan() 1243 __func__, c->ic_ieee, c->ic_freq, midpoint, in set_vht_extchan()
|
| /src/tools/sched/ |
| H A D | schedgraph.py | 1261 midpoint = xstart + ((xend - xstart) / 2) 1269 self.xview_moveto(midpoint - xsize)
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 365 // Different cases (<---> is of 2^-SB length, * = a/b that is shown as a midpoint):
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 1236 APInt midpoint((nextSquare - square).udiv(two)); in sqrt() local 1238 if (offset.ult(midpoint)) in sqrt()
|
| /src/lib/libc++/ |
| H A D | Makefile | 991 NUM_HEADERS+= midpoint.h
|
| H A D | libcxx.imp | 573 { include: [ "<__numeric/midpoint.h>", "private", "<numeric>", "public" ] },
|
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 4995 int midpoint = chan->ic_vht_ch_freq1; in iwx_get_vht_ctrl_pos() local 5004 switch (ctlchan - midpoint) { in iwx_get_vht_ctrl_pos()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2171 SYMBOL(midpoint, std::, <numeric>)
|
| /src/contrib/ntp/ |
| H A D | NEWS | 3461 In the past, we have used the "midpoint" of the range to decide which 7227 In the past, we have used the "midpoint" of the range to decide which
|
| /src/contrib/one-true-awk/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…
|