HomeSort by relevance Sort by last modified time
    Searched defs:m_s (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {}
47 Scalar& s() { return m_s; }
48 Scalar s() const { return m_s; }
53 return JacobiRotation(m_c * other.m_c - internal::conj(m_s) * other.m_s,
54 internal::conj(m_c * internal::conj(other.m_s) + internal::conj(m_s) * internal::conj(other.m_c)));
58 JacobiRotation transpose() const { return JacobiRotation(m_c, -internal::conj(m_s)); }
61 JacobiRotation adjoint() const { return JacobiRotation(internal::conj(m_c), -m_s); }
73 Scalar m_c, m_s; member in class:Eigen::JacobiRotation
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 1025 GGLfixed m_s, m_t; member in struct:android::clamp_iterator
1065 GGLfixed m_s; member in struct:android::horz_clamp_iterator
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 114 milliseconds