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

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

Definition at line 401 of file IntWeibullNgbPnLoop.h.

References ISNAN.

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

00402 {
00403 #ifdef IEEE_754
00404   if (ISNAN(x) || ISNAN(y))
00405     return x + y;
00406 #endif
00407   return (x < y) ? x : y;
00408 }


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