Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h68 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __mul_sat(_Tp __x, _Tp __y) noexcept { in __mul_sat() function
126 return std::__mul_sat(__x, __y); in mul_sat()