![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
| struct | out_t |
Macros | |
| #define | ADD(NAME) |
| #define | HADD(NAME) |
Typedefs | |
| using | consumer_t = H5Utils::Consumers<const out_t&> |
| using | mt_t = decltype(std::mt19937()) |
Functions | |
| consumer_t | getFullConsumers () |
| consumer_t | getHalfConsumers () |
| std::vector< out_t > | getOutputs (size_t length, mt_t &rand) |
| void | fill (H5::Group &out_file, size_t iterations) |
| int | main (int nargs, char *argv[]) |
| #define ADD | ( | NAME | ) |
Definition at line 19 of file test-half-precision.cxx.
| #define HADD | ( | NAME | ) |
Definition at line 20 of file test-half-precision.cxx.
| using consumer_t = H5Utils::Consumers<const out_t&> |
Definition at line 17 of file test-half-precision.cxx.
| using mt_t = decltype(std::mt19937()) |
Definition at line 42 of file test-half-precision.cxx.
| void fill | ( | H5::Group & | out_file, |
| size_t | iterations ) |
Definition at line 64 of file test-half-precision.cxx.
| consumer_t getFullConsumers | ( | ) |
Definition at line 23 of file test-half-precision.cxx.
| consumer_t getHalfConsumers | ( | ) |
Definition at line 30 of file test-half-precision.cxx.
Definition at line 44 of file test-half-precision.cxx.
| int main | ( | int | nargs, |
| char * | argv[] ) |
Definition at line 87 of file test-half-precision.cxx.