Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/infiniband/
Dib_smc.c47 union ib_mad *mad ) { in ib_smc_get_port_info()
77 union ib_mad *mad ) { in ib_smc_get_guid_info()
106 union ib_mad *mad ) { in ib_smc_get_pkey_table()
133 union ib_mad mad; in ib_smc_update() local
Dib_sma.c51 union ib_mad *mad, in ib_sma_node_info()
88 union ib_mad *mad, in ib_sma_node_desc()
127 union ib_mad *mad, in ib_sma_guid_info()
156 union ib_mad *mad ) { in ib_sma_set_port_info()
197 union ib_mad *mad, in ib_sma_port_info()
255 union ib_mad *mad ) { in ib_sma_set_pkey_table()
283 union ib_mad *mad, in ib_sma_pkey_table()
Dib_mcast.c45 int join, union ib_mad *mad ) { in ib_mcast_mad()
78 int rc, union ib_mad *mad, in ib_mcast_complete()
143 int rc, union ib_mad *mad ) ) { in ib_mcast_join()
144 union ib_mad mad; in ib_mcast_join() local
195 union ib_mad mad; in ib_mcast_leave() local
Dib_cm.c55 union ib_mad mad; in ib_cm_send_rtu() local
92 union ib_mad *mad, in ib_cm_connect_rep()
157 int rc, union ib_mad *mad, in ib_cm_req_complete()
254 union ib_mad mad; in ib_cm_path_complete() local
Dib_mi.c74 union ib_mad *mad, in ib_mi_handle()
123 union ib_mad *mad; in ib_mi_complete_recv() local
176 union ib_mad *mad, struct ib_address_vector *av ) { in ib_mi_send()
276 union ib_mad *mad, struct ib_address_vector *av, in ib_create_madx()
Dib_pathrec.c49 int rc, union ib_mad *mad, in ib_path_complete()
103 union ib_mad mad; in ib_create_path() local
/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc172 std::unique_ptr<MemoryAllocatorDump> mad) { in AddAllocatorDumpInternal()
200 MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name); in GetOrCreateAllocatorDump() local
212 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid); in CreateSharedGlobalAllocatorDump() local
228 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid); in CreateWeakSharedGlobalAllocatorDump() local
Dtrace_event_memory_overhead.cc144 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto() local
Dmemory_allocator_dump_unittest.cc108 std::unique_ptr<MemoryAllocatorDump> mad( in TEST() local
/external/tensorflow/tensorflow/core/grappler/costs/
Drobust_stats.cc74 double mad = Median(std::move(deviations)) * 1.4826; in ScaledMedianAbsoluteDeviation() local
/external/syslinux/gpxe/src/include/gpxe/
Dib_mi.h80 union ib_mad mad; member
/external/syslinux/gpxe/src/net/
Dinfiniband.c747 int ib_set_port_info ( struct ib_device *ibdev, union ib_mad *mad ) { in ib_set_port_info()
772 int ib_set_pkey_table ( struct ib_device *ibdev, union ib_mad *mad ) { in ib_set_pkey_table()
/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c441 union hermonprm_mad *mad ) { in hermon_cmd_mad_ifc()
658 static int hermon_mad ( struct ib_device *ibdev, union ib_mad *mad ) { in hermon_mad()
1871 union ib_mad *mad ) { in hermon_inform_sma()
Darbel.c372 union arbelprm_mad *mad ) { in arbel_cmd_mad_ifc()
503 static int arbel_mad ( struct ib_device *ibdev, union ib_mad *mad ) { in arbel_mad()
Darbel.h231 union ib_mad mad; member
Dhermon.h272 union ib_mad mad; member
Dlinda.c273 static int linda_set_port_info ( struct ib_device *ibdev, union ib_mad *mad ) { in linda_set_port_info()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp774 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, i, left, j, right, i, result, i); in visitBinary() local
913 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, 0, left, i, right, 0, result); in visitBinary() local
931 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, i, left, j, right, i, result, i); in visitBinary() local
2671 Instruction *mad = emit(sw::Shader::OPCODE_IMAD, &address, &address, &oldScale, right); in lvalue() local
/external/skqp/src/jumper/
DSkJumper_stages.cpp68 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
140 SI F mad(F f, F m, F a) { return vfmaq_f32(a,f,m); } in mad() function
145 SI F mad(F f, F m, F a) { return vmlaq_f32(a,f,m); } in mad() function
241 SI F mad(F f, F m, F a) { in mad() function
455 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
DSkJumper_stages_lowp.cpp194 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
/external/skia/src/jumper/
DSkJumper_stages.cpp68 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
140 SI F mad(F f, F m, F a) { return vfmaq_f32(a,f,m); } in mad() function
145 SI F mad(F f, F m, F a) { return vmlaq_f32(a,f,m); } in mad() function
241 SI F mad(F f, F m, F a) { in mad() function
455 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
DSkJumper_stages_lowp.cpp194 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1313 struct etna_inst mad[2] = { }; in trans_lrp() local
/external/swiftshader/src/Shader/
DShaderCore.cpp691 …void ShaderCore::mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &sr… in mad() function in sw::ShaderCore