FX_InvAsyncImm

C Specification

#include <nitro/fx/fx_cp.h>

void FX_InvAsyncImm(fx32 denom);

Arguments

denom fx32 type fixed-point denominator

Return Values

None.

Description

This function begins the asynchronous reciprocal calculations of fx32 numbers. It uses the Divider. The division mode setting before beginning division is omitted. This function is used when the division mode is CP_DIV_64_32BIT_MODE.

See Also

FX_InvAsync, FX_GetInvResultFx64c, FX_GetInvResult

Revision History

01/19/2004 Initial version.