48 #if defined(linux) || defined(linux64) || defined(linuxIA64) || \ 49 defined(linuxARM7) || defined(linuxPPC64) || defined(linuxPPC64le) 53 #if defined(LINUX) && defined(__GNUC__) 73 static struct sigaction oldAction_;
80 static void sigHandler(
int);
101 void set(
const bool verbose);
108 static void* mallocNan(
size_t size);
Set up trapping for floating point exceptions (signal FPE).
static void fillNan(UList< scalar > &)
Fill block of data with NaN.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
static bool mallocNanActive_
Flag to indicate mallocNan is enabled.