public interface la_wwaddw
LA_WWADDW adds a vector W into a doubled-single vector (X, Y).
This works for all extant IBM's hex and binary floating point
arithmetic, but not for decimal.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=sp),
|
intent(inout) |
|
|
:: |
x(*) |
|
|
complex(kind=sp),
|
intent(inout) |
|
|
:: |
y(*) |
|
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
w(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
x(*) |
|
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
y(*) |
|
|
real(kind=dp),
|
intent(in) |
|
|
:: |
w(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
x(*) |
|
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
y(*) |
|
|
real(kind=sp),
|
intent(in) |
|
|
:: |
w(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=dp),
|
intent(inout) |
|
|
:: |
x(*) |
|
|
complex(kind=dp),
|
intent(inout) |
|
|
:: |
y(*) |
|
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
w(*) |
|
Module Procedures