/aosp_15_r20/external/libchrome/base/trace_event/ |
H A 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
|
H A D | trace_event_memory_overhead.cc | 167 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto() local
|
H A D | memory_allocator_dump_unittest.cc | 79 std::unique_ptr<MemoryAllocatorDump> mad(new MemoryAllocatorDump( in TEST() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | process_memory_dump.cc | 290 std::unique_ptr<MemoryAllocatorDump> mad) { in AddAllocatorDumpInternal() 316 MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name); in GetOrCreateAllocatorDump() local 324 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid); in CreateSharedGlobalAllocatorDump() local 336 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid); in CreateWeakSharedGlobalAllocatorDump() local
|
H A D | trace_event_memory_overhead.cc | 157 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto() local
|
H A D | memory_allocator_dump_unittest.cc | 77 std::unique_ptr<MemoryAllocatorDump> mad(new MemoryAllocatorDump( in TEST() local
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | handle_table_unittest.cc | 44 base::trace_event::MemoryAllocatorDump* mad = pmd->GetAllocatorDump(name); in CheckNameAndValue() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | robust_stats.cc | 75 double mad = Median(std::move(deviations)) * 1.4826; in ScaledMedianAbsoluteDeviation() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/analysis/ |
D | mod.rs | 305 let mad = sample.median_abs_dev(Some(median)); in estimates() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/ |
D | sample.rs | 89 let mad = self.median_abs_dev(Some(median)); in median_abs_dev_pct() localVariable
|
/aosp_15_r20/frameworks/rs/script_api/ |
H A D | rs_math.spec | 1459 and rounds only after the addition. mad() rounds after the multiplication and the addition. function 1460 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. function
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds_printer.c | 482 static void pvr_pds_disassemble_instruction_mad(struct pvr_mad *mad, in pvr_pds_disassemble_instruction_mad()
|
H A D | pvr_pds_disasm.c | 829 struct pvr_mad *mad = malloc(sizeof(*mad)); in pvr_pds_disassemble_instruction_mad() local
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 134 SI F mad(F f, F m, F a) { return a+f*m; } in mad() function 1313 SI F mad(F f, F m, float a) { return mad(f, m, F_(a)); } in mad() function 1314 SI F mad(F f, float m, F a) { return mad(f, F_(m), a); } in mad() function 1315 SI F mad(F f, float m, float a) { return mad(f, F_(m), F_(a)); } in mad() function 1316 SI F mad(float f, F m, F a) { return mad(F_(f), m, a); } in mad() function 1317 SI F mad(float f, F m, float a) { return mad(F_(f), m, F_(a)); } in mad() function 1318 SI F mad(float f, float m, F a) { return mad(F_(f), F_(m), a); } in mad() function
|
/aosp_15_r20/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 593 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { in mad() function 596 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { in mad() function 599 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { in mad() function
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | mp4lib_int.h | 257 float mad; member 269 float mad; /* mad for current frame, = video->avgMAD*/ member
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_test_fs_saturate_propagation.cpp | 420 elk_fs_inst *mad = bld.MAD(dst0, src2, src2, src2); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | test_fs_saturate_propagation.cpp | 420 fs_inst *mad = bld.MAD(dst0, src2, src2, src2); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 1107 Instruction* mad = create_instruction(aco_opcode::v_mad_u32_u16, Format::VOP3, 3, 1); in apply_extract() local 3494 aco_opcode mad = fadd ? aco_opcode::v_pk_fma_f16 : aco_opcode::v_pk_mad_u16; in combine_vop3p() local 3979 aco_ptr<Instruction> mad; in combine_instruction() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_optimize.c | 1163 struct rc_instruction * mov, * mad; in merge_mov_mad() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/ |
D | mod.rs | 45 mad: ConfidenceInterval, field
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/statusreport/ |
H A D | encode_status_report.h | 268 uint32_t mad; member
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A 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
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | CoreMathVerifier.java | 806 static private Target.Floaty mad(double m1, double m2, double offset, Target t) { in mad() method in CoreMathVerifier
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 3173 void Assembler::mad(const ZRegister& zdn, in mad() function in vixl::aarch64::Assembler
|