Home
last modified time | relevance | path

Searched refs:div_sat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h130 _LIBCPP_HIDE_FROM_ABI constexpr _Tp div_sat(_Tp __x, _Tp __y) noexcept { in div_sat() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dnumeric151 constexpr T div_sat(T x, T y) noexcept; // freestanding, Since C++26