compute-const-max-float32
Maximum single-precision floating-point number.
Maximum single-precision floating-point number.
Standard Math library.
Computes the relative difference of two real numbers.
Rounds a numeric value to the nearest multiple of 10^n.
Creates a single-precision floating-point number from a literal bit representation.
Computes the relative difference of two real numbers in units of double-precision floating-point epsilon.
Computes the absolute difference of two real numbers.
Effective number of bits in the significand of a single-precision floating-point number.
Square root of double-precision floating-point epsilon.
Cube root of double-precision floating-point epsilon.
Computes the sum of absolute values (L1 norm).
Multiplies x and a constant and adds the result to y.
Copies values from x into y.
Computes the dot product of x and y.
Computes the L2 norm (Euclidean norm).
Scales elements of `x` by a constant `alpha`.
Interchanges the elements of x and y.
Finds the first element equal to the maximum absolute value of x and returns the element index.
Returns a string giving the literal bit representation of an unsigned 16-bit integer.
Returns a string giving the literal bit representation of an unsigned 32-bit integer.