Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

AuFixedPointRoundDown - get the rounded down integer portion of a fixed point value.

Arguments

fp        Specifies the fixed point to round down.

Description

AuFixedPointRoundDown returns the rounded down integer portion of fp.

       AuFixedPointRoundDown is implemented as a macro.

Name

AuFixedPointRoundDown - get the rounded down integer portion of a fixed point value.

See Also

AuFixePointFractionalAddend,   AuFixePointFromFraction,   AuFixePointFromSum,  AuFixePointIntegralAddend,
       AuFixePointRoundUp.

       audiolib - NetworkAudioSystem C Language Interface

audiolib                                              1.9.4                             AuFixedPointRoundDown(3)

Synopsis

       #include <audio/audiolib.h>

       AuFixedPointRoundDown(fp)
             AuFixedPointfp;

See Also