labad#

Functions

void slabad(
    f32* small,
    f32* large
);
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

inout
small

On entry, the underflow threshold as computed by SLAMCH. On exit, the unchanged value small.

inout
large

On entry, the overflow threshold as computed by SLAMCH. On exit, the unchanged value large.

Functions

void dlabad(
    f64* small,
    f64* large
);
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

inout
small

On entry, the underflow threshold as computed by DLAMCH. On exit, the unchanged value small.

inout
large

On entry, the overflow threshold as computed by DLAMCH. On exit, the unchanged value large.