@stdlib/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
Calculate the dot product of two single-precision floating-point vectors.
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
Calculate the L2-norm of a single-precision floating-point vector.
Single-precision complex floating-point zero.
Platform float word order.
Platform float word order.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Create a double-precision floating-point number from a literal bit representation.
Create a double-precision floating-point number from a higher order word and a lower order word.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of 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.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Set the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
Return a string giving the literal bit representation of a double-precision floating-point number.
Join two arrays of single-digit numbers into a float number