| /external/tensorflow/tensorflow/core/grappler/costs/ | 
| D | robust_stats.cc | 92                        double margin) {  in UpdateHuberMean()139   const double margin = c * stddev_;  in HuberMAD()  local
 
 | 
| /external/catch2/include/internal/ | 
| D | catch_matchers_floating.cpp | 88 bool marginComparison(double lhs, double rhs, double margin) {  in marginComparison()110     WithinAbsMatcher::WithinAbsMatcher(double target, double margin)  in WithinAbsMatcher()
 214 Floating::WithinAbsMatcher WithinAbs(double target, double margin) {  in WithinAbs()
 
 | 
| D | catch_approx.h | 98         Approx& margin( T const& newMargin ) {  in margin()  function
 | 
| D | catch_approx.cpp | 19 bool marginComparison(double lhs, double rhs, double margin) {  in marginComparison()
 | 
| /external/pdfium/xfa/fxfa/ | 
| D | cxfa_fftext.cpp | 40   CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in RenderWidget()  local86     CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in PerformLayout()  local
 
 | 
| D | cxfa_ffrectangle.cpp | 27   CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in RenderWidget()  local
 | 
| D | cxfa_ffarc.cpp | 27   CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in RenderWidget()  local
 | 
| D | cxfa_ffimage.cpp | 55   CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in RenderWidget()  local
 | 
| D | cxfa_ffline.cpp | 117   CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in RenderWidget()  local
 | 
| D | cxfa_fffield.cpp | 180   CXFA_Margin* margin = m_pNode->GetMarginIfExists();  in CapPlacement()  local291 void CXFA_FFField::CapTopBottomPlacement(const CXFA_Margin* margin,  in CapTopBottomPlacement()
 317 void CXFA_FFField::CapLeftRightPlacement(const CXFA_Margin* margin,  in CapLeftRightPlacement()
 
 | 
| /external/swiftshader/tests/MathUnitTests/ | 
| D | unittests.cpp | 210 			float margin = abs(val - ref) / tolerance;  in TEST()  local222 			float margin = ulp / tolerance;  in TEST()  local
 290 		float margin = ulp / tolerance;  in TEST()  local
 365 			float margin = abs(val - ref) / tolerance;  in TEST()  local
 377 			float margin = ulp / tolerance;  in TEST()  local
 447 		float margin = ulp / tolerance;  in TEST()  local
 
 | 
| /external/webrtc/common_audio/ | 
| D | ring_buffer.c | 35   const size_t margin = buf->element_count - buf->read_pos;  in GetBufferReadRegions()  local158     const size_t margin = self->element_count - self->write_pos;  in WebRtc_WriteBuffer()  local
 
 | 
| /external/protobuf/src/google/protobuf/util/ | 
| D | field_comparator.cc | 138                                                         double margin) {  in SetDefaultFractionAndMargin()145                                                  double margin) {  in SetFractionAndMargin()
 
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/util/ | 
| D | field_comparator.cc | 138                                                         double margin) {  in SetDefaultFractionAndMargin()145                                                  double margin) {  in SetFractionAndMargin()
 
 | 
| /external/rust/crates/plotters/src/chart/ | 
| D | series.rs | 130     margin: u32,  field165     pub fn margin<S: SizeDesc>(&mut self, value: S) -> &mut Self {  in margin()  method
 263         let margin = self.margin as i32;  in draw()  localVariable
 
 | 
| /external/skia/src/core/ | 
| D | SkBlurMask.cpp | 108                          SkIPoint* margin) {  in BoxBlur()399                           SkIPoint *margin, SkMask::CreateMode createMode) {  in BlurRect()
 497                            SkIPoint *margin, SkMask::CreateMode createMode) {  in BlurRRect()
 509                                  SkBlurStyle style, SkIPoint* margin) {  in BlurGroundTruth()
 
 | 
| /external/skia/gm/ | 
| D | matriximagefilter.cpp | 50         SkScalar margin = SkIntToScalar(10);  variable
 | 
| D | clippedbitmapshaders.cpp | 98         SkScalar margin = (SLIDE_SIZE / 3 - RECT_SIZE) / 2;  in onDraw()  local
 | 
| D | imagefiltersstroked.cpp | 74         SkScalar margin = 32;  in onDraw()  local
 | 
| D | savelayer.cpp | 72     const SkScalar margin = 80;  in draw_cell()  local
 | 
| /external/ltp/testcases/kernel/syscalls/getitimer/ | 
| D | getitimer01.c | 77 	long margin = (tc->which == ITIMER_REAL) ? 0 : jiffy;  in verify_getitimer()  local
 | 
| /external/cronet/third_party/quic_trace/src/tools/render/ | 
| D | trace_renderer.cc | 174   const vec2 margin = TraceMargin(state_->dpi_scale());  in Render()  local
 | 
| /external/rust/crates/plotters/src/series/ | 
| D | histogram.rs | 87     margin: u32,  field166     pub fn margin(mut self, value: u32) -> Self {  in margin()  function
 
 | 
| /external/python/cpython2/Lib/ | 
| D | formatter.py | 53     def push_margin(self, margin): pass  argument256     def push_margin(self, margin):  argument
 307     def new_margin(self, margin, level): pass  argument
 332     def new_margin(self, margin, level):  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/setitimer/ | 
| D | setitimer01.c | 63 	long margin;  in verify_setitimer()  local
 |