Gromacs
2026.0-dev-20241204-d69d709
|
Variables | |
const std::vector< uint64_t > | bitsZero { { 0, 0, 0, 0 } } |
Constant array of integers with all bits zeroed. More... | |
const std::vector< uint64_t > | bitsOne |
Constant array of integers with all bits set to one. More... | |
const std::vector< uint64_t > | bitsPi |
Constant array of integers with bitpattern from Pi. More... | |
const std::vector<uint64_t> gmx::test::anonymous_namespace{threefry.cpp}::bitsOne |
Constant array of integers with all bits set to one.
Reference key and counter input data for known answers test. The 2x64 flavors of ThreeFry64 will use the first four values, while the 4x64 version uses all eight.
const std::vector<uint64_t> gmx::test::anonymous_namespace{threefry.cpp}::bitsPi |
Constant array of integers with bitpattern from Pi.
Reference key and counter input data for known answers test. The 2x64 flavors of ThreeFry64 will use the first four values, while the 4x64 version uses all eight.
const std::vector<uint64_t> gmx::test::anonymous_namespace{threefry.cpp}::bitsZero { { 0, 0, 0, 0 } } |
Constant array of integers with all bits zeroed.
Reference key and counter input data for known answers test. The 2x64 flavors of ThreeFry64 will use the first four values, while the 4x64 version uses all eight.