Searched refs:m_s (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation() 47 Scalar& s() { return m_s; } in s() 48 Scalar s() const { return m_s; } in s() 54 return JacobiRotation(m_c * other.m_c - conj(m_s) * other.m_s, 55 conj(m_c * conj(other.m_s) + conj(m_s) * conj(other.m_c))); 59 JacobiRotation transpose() const { using numext::conj; return JacobiRotation(m_c, -conj(m_s)); } in transpose() 62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint() 74 Scalar m_c, m_s; variable 92 m_s = Scalar(0); in makeJacobi() 110 m_s = - sign_t * (numext::conj(y) / abs(y)) * abs(t) * n; in makeJacobi() [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | Tarjan.java | 17 private Stack<T> m_s; field in Tarjan 23 m_s = new Stack<>(); in Tarjan() 31 m_s.push(v); in run() 39 else if (m_s.contains(vprime)) { in run() 48 n = m_s.pop(); in run()
|
/external/clang/test/Analysis/ |
D | const-method-call.cpp | 193 m_s.g(m_i); in f() 199 s1 m_s; member
|
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 691 crypto_word_t m_s, m_a; in poly3_mul_aux() local 692 poly3_word_mul(&m_s, &m_a, a_s, a_a, lsb_to_all(b_s), lsb_to_all(b_a)); in poly3_mul_aux() 699 r_s_low = m_s; in poly3_mul_aux() 705 const crypto_word_t m_s_low = m_s << i; in poly3_mul_aux() 706 const crypto_word_t m_s_high = m_s >> (BITS_PER_WORD - i); in poly3_mul_aux()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 1109e34c5bbd66e62167e3986a0f7ace.0000b27c.honggfuzz.cov | 173 …�bO?fRw���-�h�n���R'�¶I6���.���x�R��z[�l���c�4�Z��W�%Od����ppZ�A�3m_s��nR�E3���U� ��x…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 1109e34c5bbd66e62167e3986a0f7ace.0000b27c.honggfuzz.cov | 173 …�bO?fRw���-�h�n���R'�¶I6���.���x�R��z[�l���c�4�Z��W�%Od����ppZ�A�3m_s��nR�E3���U� ��x…
|