Searched refs:div_sat (Results 1 – 5 of 5) sorted by relevance
65 using std::div_sat;
131 _LIBCPP_HIDE_FROM_ABI constexpr _Tp div_sat(_Tp __x, _Tp __y) noexcept { in div_sat() function
151 constexpr T div_sat(T x, T y) noexcept; // freestanding, Since C++26
1068 SYMBOL(div_sat, std::, <numeric>)