HomeSort by relevance Sort by last modified time
    Searched full:m_low (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PODInterval.h 85 : m_low(low)
94 : m_low(low)
101 const T& low() const { return m_low; }
155 T m_low; member in class:WebCore::PODInterval
Decimal.cpp 129 : m_high(high), m_low(low)
136 uint64_t low() const { return m_low; }
143 bool isZero() const { return !m_low && !m_high; }
149 uint64_t m_low; member in class:WebCore::DecimalPrivate::UInt128
157 m_low /= divisor;
162 dividend[0] = lowUInt32(m_low);
163 dividend[1] = highUInt32(m_low);
174 m_low = makeUInt64(quotient[0], quotient[1]);
  /external/eigen/Eigen/src/Core/
Functors.h 566 m_low(low), m_step(step),
571 EIGEN_STRONG_INLINE const Scalar operator() (Index i) const { return m_low+i*m_step; }
575 const Scalar m_low; member in struct:Eigen::internal::linspaced_op_impl
590 m_low(low), m_step(step),
591 m_lowPacket(pset1<Packet>(m_low)), m_stepPacket(pset1<Packet>(m_step)), m_interPacket(plset<Scalar>(0)) {}
594 EIGEN_STRONG_INLINE const Scalar operator() (Index i) const { return m_low+i*m_step; }
600 const Scalar m_low; member in struct:Eigen::internal::linspaced_op_impl
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1776 final int m_low, m_high; field in class:InstrVisitor.TABLESWITCH
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 215 milliseconds