Go to the source code of this file.
◆ split()
subroutine split |
( |
double precision, intent(in) |
A, |
|
|
double precision, intent(out) |
X, |
|
|
double precision, intent(out) |
Y |
|
) |
| |
◆ twoprod()
subroutine twoprod |
( |
double precision, intent(in) |
A, |
|
|
double precision, intent(in) |
B, |
|
|
double precision, intent(out) |
X, |
|
|
double precision, intent(out) |
Y |
|
) |
| |
- Parameters
-
[in] | a | [out] X Double precision produc result |
[out] | Y | Double precision rounding error |
[in] | b | [out] X Double precision produc result |
[out] | Y | Double precision rounding error |
Definition at line 7 of file twoprod.f.