HomeSort by relevance Sort by last modified time
    Searched refs:m_inf (Results 1 - 3 of 3) sorted by null

  /external/eigen/doc/examples/
class_CwiseUnaryOp.cpp 9 CwiseClampOp(const Scalar& inf, const Scalar& sup) : m_inf(inf), m_sup(sup) {}
10 const Scalar operator()(const Scalar& x) const { return x<m_inf ? m_inf : (x>m_sup ? m_sup : x); }
11 Scalar m_inf, m_sup; member in struct:CwiseClampOp
  /external/python/cpython3/Modules/
cmathmodule.c 91 m_inf(void) function
105 r.imag = m_inf();
    [all...]
mathmodule.c 229 m_inf(void) function
    [all...]

Completed in 425 milliseconds