Base (i.e., lower-level) double-precision complex number functions.
Test whether two double-precision complex floating-point numbers are the same value.
Double-precision complex number functions.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Return the real and imaginary components of a double-precision complex floating-point number.
Multiply two double-precision complex floating-point numbers.
Split a double-precision floating-point number into a higher order word and a lower order word.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Add two double-precision complex floating-point numbers.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Create a double-precision floating-point number from a higher order word and a lower order word.
128-bit complex number.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
The maximum biased base 2 exponent for a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Gamma function.
Set the more significant 32 bits of a double-precision floating-point number.
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
Set the less significant 32 bits of a double-precision floating-point number.
Evaluate the identity function for a double-precision complex floating-point number.
Complex numbers.