labad#
Functions
-
void slabad(f32 *small, f32 *large)#
SLABAD is a no-op and kept for compatibility reasons.
It used to correct the overflow/underflow behavior of machines that are not IEEE-754 compliant.
Parameters
inoutsmallOn entry, the underflow threshold as computed by SLAMCH. On exit, the unchanged value small.
inoutlargeOn entry, the overflow threshold as computed by SLAMCH. On exit, the unchanged value large.
void slabad(
f32* small,
f32* large
);
Functions
-
void dlabad(f64 *small, f64 *large)#
DLABAD is a no-op and kept for compatibility reasons.
It used to correct the overflow/underflow behavior of machines that are not IEEE-754 compliant.
Parameters
inoutsmallOn entry, the underflow threshold as computed by DLAMCH. On exit, the unchanged value small.
inoutlargeOn entry, the overflow threshold as computed by DLAMCH. On exit, the unchanged value large.
void dlabad(
f64* small,
f64* large
);