|
SABER
|
Reproducibility functions. More...
Functions/Subroutines | |
| logical function, public | eq (x, y) |
| Equal test for reals. More... | |
| logical function, public | inf (x, y) |
| Inferior test for reals. More... | |
| logical function, public | infeq (x, y) |
| Inferior or equal test for reals. More... | |
| logical function, public | sup (x, y) |
| Superior test for reals. More... | |
| logical function, public | supeq (x, y) |
| Superior or equal test for reals. More... | |
| logical function, public | indist (x, y) |
| Indistiguishability test. More... | |
| logical function, public | small (x, y) |
| Small value test. More... | |
Variables | |
| logical, public | repro = .true. |
| real(kind_real), parameter, public | rth = 1.0e-12 |
Reproducibility functions.
| logical function, public tools_repro::eq | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Equal test for reals.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 29 of file tools_repro.F90.


| logical function, public tools_repro::indist | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Indistiguishability test.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 130 of file tools_repro.F90.

| logical function, public tools_repro::inf | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Inferior test for reals.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 52 of file tools_repro.F90.


| logical function, public tools_repro::infeq | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Inferior or equal test for reals.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 72 of file tools_repro.F90.


| logical function, public tools_repro::small | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Small value test.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 156 of file tools_repro.F90.

| logical function, public tools_repro::sup | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Superior test for reals.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 91 of file tools_repro.F90.


| logical function, public tools_repro::supeq | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Superior or equal test for reals.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 111 of file tools_repro.F90.


| logical, public tools_repro::repro = .true. |
Definition at line 16 of file tools_repro.F90.
| real(kind_real), parameter, public tools_repro::rth = 1.0e-12 |
Definition at line 17 of file tools_repro.F90.