1AuFixedPointFromSum(3) Library Functions Manual AuFixedPointFromSum(3)
2
3
4
6 AuFixedPointFromSum - make a fixed point value
7
9 #include <audio/audiolib.h>
10
11 AuFixedPoint AuFixedPointFromSum(a, b)
12 int a;
13 int b;
14
16 a Specifies the integral value for the fixed point value.
17
18 b Specifies the fractional value for the fixed point value.
19
21 AuFixedPointFromSum constructs a fixed point from the two arguments.
22
23 AuFixedPointFromSum is implemented as a macro.
24
26 AuFixePointFractionalAddend, AuFixePointFromFraction, AuFixePointInte‐
27 gralAddend, AuFixePointRoundDown, AuFixePointRoundUp.
28
29 audiolib - Network Audio System C Language Interface
30
31
32
33audiolib - 1.9.4 AuFixedPointFromSum(3)