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

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
DstArithT Impala::Core::Array::Trait::BpoNegDiv< DstArrayT, Src1ArrayT, Src2ArrayT >::DoIt ( const Src1ArithT x,
const Src2ArithT y 
) [inline]

Actual operation : # return x / y #.

Definition at line 40 of file BpoNegDiv.h.

References Impala::Core::Array::Element::E1Cast().

00041     {
00042         return Element::E1Cast(x<0 ? -x/y : 0.0, DstArithT());
00043     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:03:41 2010 for ImpalaSrc by  doxygen 1.5.1