Searched defs:midpoint (Results 1 – 2 of 2) sorted by relevance
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 67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __b) noexcept { in midpoint() function
1236 APInt midpoint((nextSquare - square).udiv(two)); sqrt() local