Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class DstArrayT, class SrcArrayT>
double Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::fmax2 ( double  x,
double  y 
) [inline]

Definition at line 396 of file WeibullNgbPnLoop.h.

References ISNAN.

Referenced by Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::dpsifn().

00397 {
00398 #ifdef IEEE_754
00399   if (ISNAN(x) || ISNAN(y))
00400     return x + y;
00401 #endif
00402   return (x < y) ? y : x;
00403 }


Generated on Thu Jan 13 09:19:35 2011 for ImpalaSrc by  doxygen 1.5.1