That code was copied from fmod.pas. I believe it was Dominique who added the FPC code into it.

Borland compilers do not mask FPU exceptions by default. Microsoft compilers do. When working with 3D APIs such as Direct3D and OpenGL, it is often helpful to mask FPU exceptions.