|
Gromacs
2025.3
|
Functions | |
| constexpr int | integerSizeDependentTestingValue () |
| Return the integer used for testing, depending on the size of int. | |
Variables | |
| constexpr std::int16_t | c_int16Value = static_cast<std::int16_t>(0x7A2B) |
| Constants used for testing endian swap operations. | |
| constexpr std::int32_t | c_int32Value = static_cast<std::int32_t>(0x78ABCDEF) |
| constexpr std::int64_t | c_int64Value = static_cast<std::int64_t>(0x78ABCDEF12345678) |
| constexpr const IntAndFloat32 | c_intAndFloat32 { c_int32Value } |
| constexpr const IntAndFloat64 | c_intAndFloat64 { c_int64Value } |
1.8.5