/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_smc.c | 47 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
|
D | ib_sma.c | 51 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()
|
D | ib_mcast.c | 45 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
|
D | ib_cm.c | 55 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
|
D | ib_mi.c | 74 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()
|
D | ib_pathrec.c | 49 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/ |
D | process_memory_dump.cc | 172 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
|
D | trace_event_memory_overhead.cc | 144 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto() local
|
D | memory_allocator_dump_unittest.cc | 108 std::unique_ptr<MemoryAllocatorDump> mad( in TEST() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | robust_stats.cc | 74 double mad = Median(std::move(deviations)) * 1.4826; in ScaledMedianAbsoluteDeviation() local
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | ib_mi.h | 80 union ib_mad mad; member
|
/external/syslinux/gpxe/src/net/ |
D | infiniband.c | 747 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/ |
D | hermon.c | 441 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()
|
D | arbel.c | 372 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()
|
D | arbel.h | 231 union ib_mad mad; member
|
D | hermon.h | 272 union ib_mad mad; member
|
D | linda.c | 273 static int linda_set_port_info ( struct ib_device *ibdev, union ib_mad *mad ) { in linda_set_port_info()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 774 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/ |
D | SkJumper_stages.cpp | 68 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
|
D | SkJumper_stages_lowp.cpp | 194 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
|
/external/skia/src/jumper/ |
D | SkJumper_stages.cpp | 68 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
|
D | SkJumper_stages_lowp.cpp | 194 SI F mad(F f, F m, F a) { return f*m+a; } in mad() function
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1313 struct etna_inst mad[2] = { }; in trans_lrp() local
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 691 …void ShaderCore::mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &sr… in mad() function in sw::ShaderCore
|