31 #include "rtxsrc/osSysTypes.h" 88 EXTERNRT OSBOOL
rtxIsNaN (OSREAL value);
EXTERNRT OSBOOL rtxIsPlusInfinity(OSREAL value)
A utility function that compares the given input value to the IEEE 754 value for positive infinity...
EXTERNRT OSREAL rtxGetMinusZero(OSVOIDARG)
Returns the IEEE minus zero value.
EXTERNRT OSBOOL rtxIsApproximate(OSREAL a, OSREAL b, OSREAL delta)
A utility function that return TRUE when first number are approximate to second number with given pre...
EXTERNRT OSBOOL rtxIsMinusZero(OSREAL value)
A utility function that compares the given input value to the IEEE 754 value for minus zero...
EXTERNRT OSREAL rtxGetPlusInfinity(OSVOIDARG)
Returns the IEEE posative infinity value.
EXTERNRT OSBOOL rtxIsApproximateAbs(OSREAL a, OSREAL b, OSREAL delta)
A utility function that return TRUE when first number are approximate to second number with given abs...
EXTERNRT OSREAL rtxGetNaN(OSVOIDARG)
Returns the IEEE Not-A-Number (NaN) value.
EXTERNRT OSBOOL rtxIsNaN(OSREAL value)
A utility function that compares the given input value to the IEEE 754 value for Not-A-Number (NaN)...
EXTERNRT OSBOOL rtxIsMinusInfinity(OSREAL value)
A utility function that compares the given input value to the IEEE 754 value for negative infinity...
EXTERNRT OSREAL rtxGetMinusInfinity(OSVOIDARG)
Returns the IEEE negative infinity value.
Common definitions of external function modifiers used to define the scope of functions used in DLL's...