Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Services
System
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:
arttest::multit
double multit(double x, double y)
Definition:
fpc_utils.cc:11
arttest
Definition:
GroupSelector_t.h:4
wirecell.validate.cmaps.y
y
Definition:
cmaps.py:73
train.x
list x
Definition:
train.py:276
arttest::divit
double divit(double x, double y)
Definition:
fpc_utils.cc:4
Generated by
1.8.11