Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Mask for the exponent of a single-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Single-precision complex number functions.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
The bias of a single-precision floating-point number's exponent.
The maximum biased base 2 exponent for a double-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
High word mask for the exponent of a double-precision floating-point number.
Convert a half-precision floating-point number to the nearest single-precision floating-point number.
Convert a single-precision floating-point number to the nearest half-precision floating-point number.
The minimum biased base 2 exponent for a normal double-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
The bias of a double-precision floating-point number's exponent.
Return the real and imaginary components of a single-precision complex floating-point number.
The minimum base 10 exponent for a subnormal double-precision floating-point number.
64-bit complex number.
The maximum base 10 exponent for a double-precision floating-point number.
Mask for the exponent of a half-precision floating-point number.
Smallest positive normalized single-precision floating-point number.