OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_step
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.h
98
const Step
m_step
;
member in class:WebCore::DateTimeNumericFieldElement
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.h
81
Decimal step() const { return
m_step
; }
113
const Decimal
m_step
;
member in class:WebCore::StepRange
/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
; }
576
const Scalar
m_step
;
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
; }
601
const Scalar
m_step
;
member in struct:Eigen::internal::linspaced_op_impl
[
all
...]
/external/opencv/ml/src/
mltree.cpp
310
int
m_step
= 0, step;
local
319
step = ds_step;
m_step
= ms_step;
348
if( !mask || !mask[si*
m_step
] )
430
if( !mask || !mask[si*
m_step
] )
[
all
...]
Completed in 60 milliseconds