Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32const.h

Enum TFloatingPointMode

TFloatingPointMode

Description

Hardware floating point execution modes.

EFpModeRunFast

Run in the fastest mode available - results of calculations may not be exactly as the IEEE standard in some cases. On ARM VFPv2 hardware this corresponds to RunFast mode.

EFpModeIEEENoExceptions

Perform all calculations as specified in the IEEE standard, but do not generate floating point exceptions. This is compatible with the Java floating point model. This is the default.