Home
last modified time | relevance | path

Searched defs:margin (Results 1 – 25 of 93) sorted by relevance

1234

/external/tensorflow/tensorflow/core/grappler/costs/
Drobust_stats.cc92 double margin) { in UpdateHuberMean()
139 const double margin = c * stddev_; in HuberMAD() local
/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp42 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
88 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in PerformLayout() local
Dcxfa_ffarc.cpp27 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
Dcxfa_ffrectangle.cpp27 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
Dcxfa_ffimage.cpp51 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
Dcxfa_ffline.cpp117 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
/external/catch2/include/internal/
Dcatch_matchers_floating.cpp83 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
143 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
Dcatch_approx.h98 Approx& margin( T const& newMargin ) { in margin() function
Dcatch_approx.cpp19 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc139 double margin) { in SetDefaultFractionAndMargin()
146 double margin) { in SetFractionAndMargin()
/external/webrtc/webrtc/common_audio/
Dring_buffer.c49 const size_t margin = buf->element_count - buf->read_pos; in GetBufferReadRegions() local
173 const size_t margin = self->element_count - self->write_pos; in WebRtc_WriteBuffer() local
/external/skqp/gm/
Dmatriximagefilter.cpp43 SkScalar margin = SkIntToScalar(10); variable
Dclippedbitmapshaders.cpp92 SkScalar margin = (SLIDE_SIZE / 3 - RECT_SIZE) / 2; in onDraw() local
Dimagefiltersstroked.cpp69 SkScalar margin = 32; in onDraw() local
Dimagefilterstransformed.cpp81 const SkScalar margin = SkIntToScalar(20); in onDraw() local
/external/skia/gm/
Dmatriximagefilter.cpp50 SkScalar margin = SkIntToScalar(10); variable
Dclippedbitmapshaders.cpp100 SkScalar margin = (SLIDE_SIZE / 3 - RECT_SIZE) / 2; in onDraw() local
Dimagefiltersstroked.cpp75 SkScalar margin = 32; in onDraw() local
Dimagefilterstransformed.cpp88 const SkScalar margin = SkIntToScalar(20); in onDraw() local
/external/skqp/src/core/
DSkBlurMask.cpp105 SkIPoint* margin) { in BoxBlur()
396 SkIPoint *margin, SkMask::CreateMode createMode) { in BlurRect()
500 SkIPoint *margin, SkMask::CreateMode createMode) { in BlurRRect()
512 SkBlurStyle style, SkIPoint* margin) { in BlurGroundTruth()
/external/skia/src/core/
DSkBlurMask.cpp105 SkIPoint* margin) { in BoxBlur()
396 SkIPoint *margin, SkMask::CreateMode createMode) { in BlurRect()
494 SkIPoint *margin, SkMask::CreateMode createMode) { in BlurRRect()
506 SkBlurStyle style, SkIPoint* margin) { in BlurGroundTruth()
/external/skqp/samplecode/
DSampleTextBox.cpp76 SkScalar margin = 20; in drawTest() local
/external/webrtc/webrtc/base/
Dgunit.h72 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
/external/protobuf/src/google/protobuf/stubs/
Dmathutil.h116 const T fraction, const T margin) { in WithinFractionOrMargin()
/external/python/cpython2/Lib/
Dformatter.py53 def push_margin(self, margin): pass argument
256 def push_margin(self, margin): argument
307 def new_margin(self, margin, level): pass argument
332 def new_margin(self, margin, level): argument

1234