Home
last modified time | relevance | path

Searched defs:mad (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/libchrome/base/trace_event/
H A Dprocess_memory_dump.cc254 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 Dtrace_event_memory_overhead.cc167 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto() local
H A Dmemory_allocator_dump_unittest.cc79 std::unique_ptr<MemoryAllocatorDump> mad(new MemoryAllocatorDump( in TEST() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dprocess_memory_dump.cc290 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 Dtrace_event_memory_overhead.cc157 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto() local
H A Dmemory_allocator_dump_unittest.cc77 std::unique_ptr<MemoryAllocatorDump> mad(new MemoryAllocatorDump( in TEST() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Dhandle_table_unittest.cc44 base::trace_event::MemoryAllocatorDump* mad = pmd->GetAllocatorDump(name); in CheckNameAndValue() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Drobust_stats.cc75 double mad = Median(std::move(deviations)) * 1.4826; in ScaledMedianAbsoluteDeviation() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/analysis/
Dmod.rs305 let mad = sample.median_abs_dev(Some(median)); in estimates() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/
Dsample.rs89 let mad = self.median_abs_dev(Some(median)); in median_abs_dev_pct() localVariable
/aosp_15_r20/frameworks/rs/script_api/
H A Drs_math.spec1459 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 Dpvr_pds_printer.c482 static void pvr_pds_disassemble_instruction_mad(struct pvr_mad *mad, in pvr_pds_disassemble_instruction_mad()
H A Dpvr_pds_disasm.c829 struct pvr_mad *mad = malloc(sizeof(*mad)); in pvr_pds_disassemble_instruction_mad() local
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h134 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 Drs_cl.c593 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 Dmp4lib_int.h257 float mad; member
269 float mad; /* mad for current frame, = video->avgMAD*/ member
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_fs_saturate_propagation.cpp420 elk_fs_inst *mad = bld.MAD(dst0, src2, src2, src2); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp420 fs_inst *mad = bld.MAD(dst0, src2, src2, src2); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp1107 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 Dradeon_optimize.c1163 struct rc_instruction * mov, * mad; in merge_mov_mad() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs45 mad: ConfidenceInterval, field
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/statusreport/
H A Dencode_status_report.h268 uint32_t mad; member
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc181 __ 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 DCoreMathVerifier.java806 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 Dassembler-sve-aarch64.cc3173 void Assembler::mad(const ZRegister& zdn, in mad() function in vixl::aarch64::Assembler

12