Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.inc65 using std::div_sat;
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h131 _LIBCPP_HIDE_FROM_ABI constexpr _Tp div_sat(_Tp __x, _Tp __y) noexcept { in div_sat() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dnumeric151 constexpr T div_sat(T x, T y) noexcept; // freestanding, Since C++26
/freebsd/contrib/llvm-project/libcxx/include/
H A Dnumeric151 constexpr T div_sat(T x, T y) noexcept; // freestanding, Since C++26
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1068 SYMBOL(div_sat, std::, <numeric>)