Fix2Frac | Converts a Fixed number to a Fract number. |
Fix2Long | Converts a Fixed number to a LongInt number. |
Frac2Fix | Converts a Fract number to a Fixed number. |
Long2Fix | Converts a LongInt number to a Fixed number. |
Fix2X | Converts a Fixed number to an Extended number. |
Frac2X | Converts a Fract number to an Extended number. |
X2Fix | Converts an Extended number to a Fixed number. |
X2Frac | Converts an Extended number to a Fract number. |
FixRatio | Obtains the Fixed equivalent of a fraction. |
FixRound | Rounds a fixed-point number to the nearest integer. |
HiWord | Obtains the high-order word of a long word. |
LoWord | Obtains the low-order word of a long word. |
LongMul | Multiplies two 32-bit quantities to obtain a 64-bit quantity. |
FixDiv | Divides two variables of the same type (Fixed, Fract, or LongInt) or to divide a LongInt or Fract number by a Fixed number. |
FixMul | Multiplies a variable of type Fixed with another variable of type Fixed or with a variable of type Fract or LongInt. |
FracDiv | Divides two variables of the same type (Fract, Fixed, or LongInt) or to divide a LongInt or Fixed number by a Fract number. |
FracMul | Multiplies a variable of type Fract with another variable of type Fract or with a variable of type Fixed or LongInt. |
FixATan2 | Obtains a fast approximation of the arctangent of a fraction. |
FracCos | Obtains a fast approximation of the cosine of a Fixed number. |
FracSin | Obtains a fast approximation of the sine of a Fixed number. |
FracSqrt | Obtains the square root of a Fract number. |
BitAnd | Performs the AND logical operation on two long words. |
BitNot | Performs the NOT logical operation on a long word. |
BitOr | Performs the OR logical operation on two long words. |
BitShift | Shifts bits in a long word. |
BitXor | Performs the XOR logical operation on two long words. |
BitClr | Clears a particular bit (to a value of 0). |
BitSet | Sets a particular bit (to a value of 1). |
BitTst | Determines whether a given bit is set. |
© 2000 Apple Computer, Inc. (Last Updated 4/14/2000)