Home
last modified time | relevance | path

Searched defs:add_sat (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h115 _LIBCPP_HIDE_FROM_ABI constexpr _Tp add_sat(_Tp __x, _Tp __y) noexcept { in add_sat() function
/llvm-project/clang/test/Frontend/
H A Dfixed_point_errors.c281 short _Fract add_sat = (_Sat short _Fract)0.5hr + 0.5hr; global() variable