Home
last modified time | relevance | path

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

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