fpc_utils.h
Go to the documentation of this file.
1 #ifndef art_test_Framework_Services_System_fpc_utils_h
2 #define art_test_Framework_Services_System_fpc_utils_h
3 // Define functions to allow reproduction of FPC errors.
4 // These functions must *not* be inlined or subject to LTO.
5 namespace arttest {
6  double divit(double x, double y);
7  double multit(double x, double y);
8 }
9 #endif /* art_test_Framework_Services_System_fpc_utils_h */
10 
11 // Local Variables:
12 // mode: c++
13 // End:
double multit(double x, double y)
Definition: fpc_utils.cc:11
list x
Definition: train.py:276
double divit(double x, double y)
Definition: fpc_utils.cc:4