Visible to Intel only — GUID: GUID-1EDF1EA7-D6B1-4D10-AFCE-F62E687CDF3E
Visible to Intel only — GUID: GUID-1EDF1EA7-D6B1-4D10-AFCE-F62E687CDF3E
?la_wwaddw
Adds a vector into a doubled-single vector.
call sla_wwaddw( n, x, y, w )
call dla_wwaddw( n, x, y, w )
call cla_wwaddw( n, x, y, w )
call zla_wwaddw( n, x, y, w )
- mkl.fi
The ?la_wwaddw routine adds a vector W into a doubled-single vector (X, Y). This works for all existing IBM hex and binary floating-point arithmetics, but not for decimal.
n |
INTEGER. The length of vectors X, Y, and W . |
x, y, w |
REAL for sla_wwaddw DOUBLE PRECISION for dla_wwaddw COMPLEX for cla_wwaddw DOUBLE COMPLEX for zla_wwaddw. Arrays DIMENSIONn. x and y contain the first and second parts of the doubled-single accumulation vector, respectively. w contains the vector W to be added. |
- x, y
-
Contain the first and second parts of the doubled-single accumulation vector, respectively, after adding the vector W.