Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h40 midpoint(_Tp __a, _Tp __b) noexcept in midpoint() function
61 midpoint(_TPtr __a, _TPtr __b) noexcept in midpoint() function
63 return __a + _VSTD::midpoint(ptrdiff_t(0), __b - __a); in midpoint()
78 midpoint(_Fp __a, _Fp __b) noexcept in midpoint() function
/openbsd/gnu/llvm/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
159 #include <__numeric/midpoint.h>
H A DCMakeLists.txt458 __numeric/midpoint.h
H A Dmodule.modulemap.in1144 module midpoint { private header "__numeric/midpoint.h" }
/openbsd/usr.bin/vi/vi/
H A Dvs_refresh.c781 size_t cols, curcol, curlen, endpoint, len, midpoint; in vs_modeline() local
870 midpoint = (cols - ((len + 1) / 2)) / 2; in vs_modeline()
871 if (curlen < midpoint) { in vs_modeline()
872 (void)gp->scr_move(sp, LASTLINE(sp), midpoint); in vs_modeline()
/openbsd/gnu/llvm/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):
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1228 APInt midpoint((nextSquare - square).udiv(two)); in sqrt() local
1230 if (offset.ult(midpoint)) in sqrt()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn533 "__numeric/midpoint.h",
/openbsd/gnu/lib/libcxx/
H A DMakefile547 __numeric/midpoint.h \
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx20Issues.csv200 "`3200 <https://wg21.link/LWG3200>`__","``midpoint``\ should not constrain ``T``\ is complete","P…
/openbsd/distrib/sets/lists/comp/
H A Dclang.amd64489 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.arm64489 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.armv7487 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.i386487 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.loongson488 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.macppc488 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.octeon488 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.powerpc64487 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.sparc64488 ./usr/include/c++/v1/__numeric/midpoint.h
H A Dclang.riscv64487 ./usr/include/c++/v1/__numeric/midpoint.h
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DIndex.txt3482 midpoint 00B7
H A DNamesList.txt689 = midpoint (in typography)
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.19443 value in paradoxical SImode result, rather than truncating midpoint.
9830 to expose this midpoint to CSE.