/openbsd/gnu/llvm/libcxx/include/__numeric/ |
H A D | midpoint.h | 40 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 D | numeric | 138 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 D | CMakeLists.txt | 458 __numeric/midpoint.h
|
H A D | module.modulemap.in | 1144 module midpoint { private header "__numeric/midpoint.h" }
|
/openbsd/usr.bin/vi/vi/ |
H A D | vs_refresh.c | 781 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 D | fp_div_impl.inc | 365 // Different cases (<---> is of 2^-SB length, * = a/b that is shown as a midpoint):
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 1228 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 D | BUILD.gn | 533 "__numeric/midpoint.h",
|
/openbsd/gnu/lib/libcxx/ |
H A D | Makefile | 547 __numeric/midpoint.h \
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx20Issues.csv | 200 "`3200 <https://wg21.link/LWG3200>`__","``midpoint``\ should not constrain ``T``\ is complete","P…
|
/openbsd/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 489 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.arm64 | 489 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.armv7 | 487 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.i386 | 487 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.loongson | 488 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.macppc | 488 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.octeon | 488 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.powerpc64 | 487 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.sparc64 | 488 ./usr/include/c++/v1/__numeric/midpoint.h
|
H A D | clang.riscv64 | 487 ./usr/include/c++/v1/__numeric/midpoint.h
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | Index.txt | 3482 midpoint 00B7
|
H A D | NamesList.txt | 689 = midpoint (in typography)
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.1 | 9443 value in paradoxical SImode result, rather than truncating midpoint. 9830 to expose this midpoint to CSE.
|