libfxd 0.2.dev
A fixed-point library for C++.
Loading...
Searching...
No Matches
fxd::saturate::down Namespace Reference

Round down, and clamp on overflow. More...

Functions

template<fixed_point Fxd>
constexpr Fxd div (Fxd a, Fxd b) noexcept
 Divide rounding down, clamp on overflow.
 
template<fixed_point Fxd>
constexpr Fxd mul (Fxd a, Fxd b) noexcept
 Multiply rounding down, clamp on overflow.
 

Detailed Description

Round down, and clamp on overflow.

Function Documentation

◆ div()

constexpr Fxd div ( Fxd  a,
Fxd  b 
)
constexprnoexcept

Divide rounding down, clamp on overflow.

Definition at line 304 of file saturate.hpp.

◆ mul()

constexpr Fxd mul ( Fxd  a,
Fxd  b 
)
constexprnoexcept

Multiply rounding down, clamp on overflow.

Definition at line 317 of file saturate.hpp.