Home
last modified time | relevance | path

Searched refs:midpoint (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dmidpoint.h39 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
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.cppm
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c774 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()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dnumeric138 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 Dmodule.modulemap1583 module std_private_numeric_midpoint [system] { header "__numeric/midpoint.h" }
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dvoltage-divider.txt4 When an io-channel measures the midpoint of a voltage divider, the
/freebsd/sys/net80211/
H A Dieee80211.c1227 int midpoint; in set_vht_extchan() local
1229 midpoint = vht160_chan_ranges[i].freq_start + 80; in set_vht_extchan()
1231 ieee80211_mhz2ieee(midpoint, c->ic_flags); in set_vht_extchan()
1235 __func__, c->ic_ieee, c->ic_freq, midpoint, in set_vht_extchan()
1248 int midpoint; in set_vht_extchan() local
1250 midpoint = vht80_chan_ranges[i].freq_start + 40; in set_vht_extchan()
1252 ieee80211_mhz2ieee(midpoint, c->ic_flags); in set_vht_extchan()
1256 __func__, c->ic_ieee, c->ic_freq, midpoint, in set_vht_extchan()
/freebsd/tools/sched/
H A Dschedgraph.py1261 midpoint = xstart + ((xend - xstart) / 2)
1269 self.xview_moveto(midpoint - xsize)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc365 // Different cases (<---> is of 2^-SB length, * = a/b that is shown as a midpoint):
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1236 APInt midpoint((nextSquare - square).udiv(two)); in sqrt() local
1238 if (offset.ult(midpoint)) in sqrt()
/freebsd/lib/libc++/
H A DMakefile991 NUM_HEADERS+= midpoint.h
H A Dlibcxx.imp573 { include: [ "<__numeric/midpoint.h>", "private", "<numeric>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2171 SYMBOL(midpoint, std::, <numeric>)
/freebsd/contrib/ntp/
H A DNEWS3461 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
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in14220 …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…