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

AuFixedPointIntegralAddend - get the integer portion of a fixed point value.

Arguments

fp        Specifies the fixed point value.

Description

AuFixedPointIntegralAddend returns the integral portion of the fixed point value.

       AuFixedPointIntegralAddend is implemented as a macro.

Name

AuFixedPointIntegralAddend - get the integer portion of a fixed point value.

See Also

AuFixePointFractionalAddend,     AuFixePointFromFraction,    AuFixePointFromSum,    AuFixePointRoundDown,
       AuFixePointRoundUp.

       audiolib - NetworkAudioSystem C Language Interface

audiolib                                              1.9.4                        AuFixedPointIntegralAddend(3)

Synopsis

       #include <audio/audiolib.h>

       AuFixedPointIntegralAddend(fp)
             AuFixedPointfp;

See Also