Definition at line 40 of file BitReproducible.h.
|
static std::string | D2x (double d) |
|
static void | Dto2longs (double d, unsigned int &i1, unsigned int &i2) |
|
static void | Input (std::istream &is, double &d) |
|
static void | Input (std::istream &is, float &f) |
|
static double | Longs2double (unsigned int i1, unsigned int i2) |
|
static void | Output (std::ostream &os, double d) |
|
static void | Output (std::ostream &os, float f) |
|
#include <Math/GenVector/BitReproducible.h>
◆ D2x()
std::string ROOT::Math::GenVector_detail::BitReproducible::D2x |
( |
double |
d | ) |
|
|
static |
◆ Dto2longs()
void ROOT::Math::GenVector_detail::BitReproducible::Dto2longs |
( |
double |
d, |
|
|
unsigned int & |
i1, |
|
|
unsigned int & |
i2 |
|
) |
| |
|
static |
◆ Fill_byte_order()
void ROOT::Math::GenVector_detail::BitReproducible::Fill_byte_order |
( |
| ) |
|
|
staticprivate |
◆ Input() [1/2]
static void ROOT::Math::GenVector_detail::BitReproducible::Input |
( |
std::istream & |
is, |
|
|
double & |
d |
|
) |
| |
|
inlinestatic |
◆ Input() [2/2]
static void ROOT::Math::GenVector_detail::BitReproducible::Input |
( |
std::istream & |
is, |
|
|
float & |
f |
|
) |
| |
|
inlinestatic |
◆ Longs2double()
double ROOT::Math::GenVector_detail::BitReproducible::Longs2double |
( |
unsigned int |
i1, |
|
|
unsigned int |
i2 |
|
) |
| |
|
static |
◆ Output() [1/2]
static void ROOT::Math::GenVector_detail::BitReproducible::Output |
( |
std::ostream & |
os, |
|
|
double |
d |
|
) |
| |
|
inlinestatic |
◆ Output() [2/2]
static void ROOT::Math::GenVector_detail::BitReproducible::Output |
( |
std::ostream & |
os, |
|
|
float |
f |
|
) |
| |
|
inlinestatic |
◆ fgByte_order
int ROOT::Math::GenVector_detail::BitReproducible::fgByte_order |
|
staticprivate |
◆ fgByte_order_known
bool ROOT::Math::GenVector_detail::BitReproducible::fgByte_order_known = false |
|
staticprivate |
The documentation for this class was generated from the following files: