| /external/libchrome/base/trace_event/ | 
| D | process_memory_dump.cc | 254     std::unique_ptr<MemoryAllocatorDump> mad) {  in AddAllocatorDumpInternal() 280   MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name);  in GetOrCreateAllocatorDump()  local 288   MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid);  in CreateSharedGlobalAllocatorDump()  local 300   MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid);  in CreateWeakSharedGlobalAllocatorDump()  local
  | 
| D | trace_event_memory_overhead.cc | 167     MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name);  in DumpInto()  local
  | 
| D | memory_allocator_dump_unittest.cc | 79   std::unique_ptr<MemoryAllocatorDump> mad(new MemoryAllocatorDump(  in TEST()  local
  | 
| /external/cronet/base/trace_event/ | 
| D | process_memory_dump.cc | 289     std::unique_ptr<MemoryAllocatorDump> mad) {  in AddAllocatorDumpInternal() 315   MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name);  in GetOrCreateAllocatorDump()  local 323   MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid);  in CreateSharedGlobalAllocatorDump()  local 335   MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid);  in CreateWeakSharedGlobalAllocatorDump()  local
  | 
| D | trace_event_memory_overhead.cc | 157     MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name);  in DumpInto()  local
  | 
| D | memory_allocator_dump_unittest.cc | 77   std::unique_ptr<MemoryAllocatorDump> mad(new MemoryAllocatorDump(  in TEST()  local
  | 
| /external/libchrome/mojo/core/ | 
| D | handle_table_unittest.cc | 44   base::trace_event::MemoryAllocatorDump* mad = pmd->GetAllocatorDump(name);  in CheckNameAndValue()  local
  | 
| /external/tensorflow/tensorflow/core/grappler/costs/ | 
| D | robust_stats.cc | 75   double mad = Median(std::move(deviations)) * 1.4826;  in ScaledMedianAbsoluteDeviation()  local
  | 
| /external/rust/crates/criterion/src/analysis/ | 
| D | mod.rs | 305         let mad = sample.median_abs_dev(Some(median));  in estimates()  localVariable
  | 
| /external/rust/crates/criterion/src/stats/univariate/ | 
| D | sample.rs | 89         let mad = self.median_abs_dev(Some(median));  in median_abs_dev_pct()  localVariable
  | 
| /external/skia/src/core/ | 
| D | SkVM.h | 760         F32 mad(F32   x, F32   y, F32   z) { return add(mul(x,y), z); }  in mad()  function 761         F32 mad(F32   x, F32   y, float z) { return mad(      x ,       y , splat(z)); }  in mad()  function 762         F32 mad(F32   x, float y, F32   z) { return mad(      x , splat(y),       z ); }  in mad()  function 763         F32 mad(F32   x, float y, float z) { return mad(      x , splat(y), splat(z)); }  in mad()  function 764         F32 mad(float x, F32   y, F32   z) { return mad(splat(x),       y ,       z ); }  in mad()  function 765         F32 mad(float x, F32   y, float z) { return mad(splat(x),       y , splat(z)); }  in mad()  function 766         F32 mad(float x, float y, F32   z) { return mad(splat(x), splat(y),       z ); }  in mad()  function
  | 
| /external/mesa3d/src/intel/compiler/ | 
| D | test_fs_saturate_propagation.cpp | 408    fs_inst *mad = bld.MAD(dst0, src2, src2, src2);  in TEST_F()  local
  | 
| /external/rust/crates/criterion/src/html/ | 
| D | mod.rs | 45     mad: ConfidenceInterval,  field
  | 
| /external/mesa3d/src/gallium/drivers/etnaviv/ | 
| D | etnaviv_compiler_tgsi.c | 1362    struct etna_inst mad[2] = { };  in trans_lrp()  local
  | 
| /external/vixl/test/aarch64/ | 
| D | test-api-movprfx-aarch64.cc | 181     __ mad(z17.VnS(), p4.Merging(), z17.VnS(), z23.VnS());  in TEST()  local 184     __ mad(z7.VnD(), p5.Merging(), z4.VnD(), z7.VnD());  in TEST()  local 764     __ mad(z30.VnB(), p2.Merging(), z20.VnB(), z14.VnB());  in TEST()  local 1476     __ mad(z24.VnB(), p2.Merging(), z5.VnB(), z10.VnB());  in TEST()  local
  | 
| /external/mesa3d/src/amd/compiler/ | 
| D | aco_optimizer.cpp | 2814 …aco_ptr<VOP3A_instruction> mad{create_instruction<VOP3A_instruction>(mad_op, Format::VOP3A, 3, 1)};  in combine_instruction()  local
  | 
| D | aco_instruction_selection.cpp | 7514 …aco_opcode mad = ctx->program->chip_class >= GFX10_3 ? aco_opcode::v_fma_f32 : aco_opcode::v_mad_f…  in emit_interp_center()  local
  | 
| /external/skia/src/opts/ | 
| D | SkRasterPipeline_opts.h | 110     SI F   mad(F f, F m, F a)   { return f*m+a; }  in mad()  function
  | 
| /external/vixl/src/aarch64/ | 
| D | assembler-sve-aarch64.cc | 3173 void Assembler::mad(const ZRegister& zdn,  in mad()  function in vixl::aarch64::Assembler
  |