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

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

Definition at line 392 of file IntWeibullNgbPnLoop.h.

References ISNAN.

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

00393 {
00394 #ifdef IEEE_754
00395   if (ISNAN(x) || ISNAN(y))
00396     return x + y;
00397 #endif
00398   return (x < y) ? y : x;
00399 }


Generated on Fri Mar 19 11:10:09 2010 for ImpalaSrc by  doxygen 1.5.1