17#ifndef ROOT_Math_GenVector_BitReproducible 
   18#define ROOT_Math_GenVector_BitReproducible  1 
   28  namespace GenVector_detail {
 
   49  static void Dto2longs(
double d, 
unsigned int & 
i1, 
unsigned int & 
i2);
 
   63  static std::string 
D2x(
double d);
 
   65  static void Output ( std::ostream & os, 
double d ) {
 
   68    os << 
" " << 
i1 << 
" " << 
i2;
 
 
   71  static void Input ( std::istream & 
is, 
double & 
d ) {
 
 
   77  static void Output ( std::ostream & os, 
float f ) {
 
   80    os << 
" " << 
i1 << 
" " << 
i2;
 
 
   83  static void Input ( std::istream & 
is, 
float & 
f ) {
 
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
BitReproducibleException(const std::string &w) noexcept
 
~BitReproducibleException() noexcept override
 
const char * what() const noexcept override
 
static void Output(std::ostream &os, double d)
 
static void Output(std::ostream &os, float f)
 
static double Longs2double(unsigned int i1, unsigned int i2)
 
static bool fgByte_order_known
 
static void Dto2longs(double d, unsigned int &i1, unsigned int &i2)
 
static void Input(std::istream &is, double &d)
 
static int fgByte_order[8]
 
static std::string D2x(double d)
 
static void Input(std::istream &is, float &f)
 
static void Fill_byte_order()
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...