|
SABER
|
Generic ranks, dimensions and types. More...
Data Types | |
| interface | eq |
| interface | inf |
| interface | infeq |
| interface | sup |
| interface | supeq |
| interface | indist |
| interface | small |
Functions/Subroutines | |
| logical function | repro_eq_int (x, y) |
| Equal test for int. More... | |
| logical function | repro_eq_real (x, y) |
| Equal test for real. More... | |
| logical function | repro_eq_logical (x, y) |
| Equal test for logical. More... | |
| logical function | repro_inf_int (x, y) |
| Inferior test for int. More... | |
| logical function | repro_inf_real (x, y) |
| Inferior test for real. More... | |
| logical function | repro_infeq_int (x, y) |
| Inferior or equal test for int. More... | |
| logical function | repro_infeq_real (x, y) |
| Inferior or equal test for real. More... | |
| logical function | repro_sup_int (x, y) |
| Superior test for int. More... | |
| logical function | repro_sup_real (x, y) |
| Superior test for real. More... | |
| logical function | repro_supeq_int (x, y) |
| Superior or equal test for int. More... | |
| logical function | repro_supeq_real (x, y) |
| Superior or equal test for real. More... | |
| logical function | repro_indist (x, y) |
| Indistiguishability test. More... | |
| logical function | repro_small (x, y) |
| Small value test. More... | |
Variables | |
| logical, public | repro = .true. |
| Reproducibility flag. More... | |
| real(kind_real), public | rth = 1.0e-12 |
| Reproducibility threshold. More... | |
Generic ranks, dimensions and types.
Subroutines/functions list Instrumentation functions Reproducibility functions
|
private |
Equal test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 108 of file tools_repro.F90.
|
private |
Equal test for logical.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 174 of file tools_repro.F90.
|
private |
Equal test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 138 of file tools_repro.F90.
|
private |
Indistiguishability test.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 441 of file tools_repro.F90.
|
private |
Inferior test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 206 of file tools_repro.F90.
|
private |
Inferior test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 235 of file tools_repro.F90.
|
private |
Inferior or equal test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 266 of file tools_repro.F90.
|
private |
Inferior or equal test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 294 of file tools_repro.F90.
|
private |
Small value test.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 476 of file tools_repro.F90.
|
private |
Superior test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 324 of file tools_repro.F90.
|
private |
Superior test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 353 of file tools_repro.F90.
|
private |
Superior or equal test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 384 of file tools_repro.F90.
|
private |
Superior or equal test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 412 of file tools_repro.F90.
| logical, public tools_repro::repro = .true. |
Reproducibility flag.
Definition at line 50 of file tools_repro.F90.
| real(kind_real), public tools_repro::rth = 1.0e-12 |
Reproducibility threshold.
Definition at line 51 of file tools_repro.F90.