Home
last modified time | relevance | path

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

1234

/external/catch2/include/internal/
Dcatch_approx.cpp19 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
58 void Approx::setMargin(double margin) { in setMargin()
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
/external/freetype/src/tools/docmaker/
Dcontent.py99 def __init__( self, margin, lines ): argument
114 def dump_lines( self, margin = 0, width = 60 ): argument
144 def dump_lines( self, margin = 0, width = 60 ): argument
256 def dump_lines( self, margin = 0, width = 60 ): argument
332 def dump( self, margin ): argument
/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.cpp44 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
89 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in PerformLayout() local
Dcxfa_ffrectangle.cpp27 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
Dcxfa_ffarc.cpp27 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
Dcxfa_ffimage.cpp58 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
Dcxfa_ffline.cpp117 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); in RenderWidget() local
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc134 double margin) { in SetDefaultFractionAndMargin()
141 double margin) { in SetFractionAndMargin()
/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
/external/skia/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
/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/v8/tools/turbolizer/src/
Dutil.ts11 const margin = Math.floor(height / 4); constant
/external/skia/samplecode/
DSampleTextBox.cpp55 SkScalar margin = 20; in drawTest() 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()
500 SkIPoint *margin, SkMask::CreateMode createMode) { in BlurRRect()
512 SkBlurStyle style, SkIPoint* margin) { in BlurGroundTruth()
/external/webrtc/webrtc/base/
Dgunit.h72 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
/external/skqp/samplecode/
DSampleTextBox.cpp76 SkScalar margin = 20; in drawTest() local
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
Dmetric_loss_ops.py87 margin=1.0): argument
160 def triplet_semihard_loss(labels, embeddings, margin=1.0): argument
411 def lifted_struct_loss(labels, embeddings, margin=1.0): argument

1234