HomeSort by relevance Sort by last modified time
    Searched refs:mad (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/syslinux/gpxe/src/net/infiniband/
ib_smc.c 42 * @v mad Management datagram to fill in
47 union ib_mad *mad ) {
50 /* Construct MAD */
51 memset ( mad, 0, sizeof ( *mad ) );
52 mad->hdr.base_version = IB_MGMT_BASE_VERSION;
53 mad->hdr.mgmt_class = IB_MGMT_CLASS_SUBN_LID_ROUTED;
54 mad->hdr.class_version = 1;
55 mad->hdr.method = IB_MGMT_METHOD_GET;
56 mad->hdr.attr_id = htons ( IB_SMP_ATTR_PORT_INFO )
133 union ib_mad mad; local
    [all...]
ib_sma.c 46 * @v mad Received MAD
51 union ib_mad *mad,
53 struct ib_node_info *node_info = &mad->smp.smp_data.node_info;
70 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
71 if ( ( rc = ib_mi_send ( ibdev, mi, mad, av ) ) != 0 ) {
83 * @v mad Received MAD
88 union ib_mad *mad,
90 struct ib_node_desc *node_desc = &mad->smp.smp_data.node_desc
    [all...]
ib_mi.c 60 /** TID to use for next MAD */
64 * Handle received MAD
68 * @v mad Received MAD
74 union ib_mad *mad,
76 struct ib_mad_hdr *hdr = &mad->hdr;
82 if ( memcmp ( &hdr->tid, &madx->mad.hdr.tid,
86 madx->op->complete ( ibdev, mi, madx, 0, mad, av );
98 agent->handle ( ibdev, mi, mad, av );
123 union ib_mad *mad; local
222 memcpy ( iob_put ( iobuf, sizeof ( *mad ) ), mad, sizeof ( *mad ) ); local
    [all...]
ib_cm.c 55 union ib_mad mad; local
57 &mad.cm.cm_data.ready_to_use;
61 memset ( &mad, 0, sizeof ( mad ) );
62 mad.hdr.mgmt_class = IB_MGMT_CLASS_CM;
63 mad.hdr.class_version = IB_CM_CLASS_VERSION;
64 mad.hdr.method = IB_MGMT_METHOD_SEND;
65 mad.hdr.attr_id = htons ( IB_CM_ATTR_READY_TO_USE );
68 if ( ( rc = ib_mi_send ( ibdev, mi, &mad, av ) ) != 0 ){
82 * @v mad Received MA
254 union ib_mad mad; local
    [all...]
ib_mcast.c 37 * Generate multicast membership MAD
42 * @v mad MAD to fill in
45 int join, union ib_mad *mad ) {
46 struct ib_mad_sa *sa = &mad->sa;
72 * @v mad Received MAD (or NULL on error)
78 int rc, union ib_mad *mad,
84 &mad->sa.sa_data.mc_member_record;
89 if ( ( rc == 0 ) && ( mad->hdr.status != htons ( IB_MGMT_STATUS_OK ) )
144 union ib_mad mad; local
195 union ib_mad mad; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
rm7000.s 2 mad $4,$5
mips4650.s 5 mad $4,$5
mips4650.d 9 0+0000 <stuff> mad a0,a1
rm7000.d 11 * 4: 70850000 * mad \$4,\$5
  /external/syslinux/gpxe/src/include/gpxe/
ib_smc.h 15 union ib_mad *mad );
ib_mcast.h 30 * @v mad Response MAD (or NULL on error)
34 union ib_mad *mad );
43 int rc, union ib_mad *mad ) );
ib_mi.h 28 /** Handle MAD
32 * @v mad Received MAD
38 union ib_mad *mad,
56 * @v mad Received MAD (or NULL on error)
65 int rc, union ib_mad *mad,
79 /** MAD being sent */
80 union ib_mad mad; member in struct:ib_mad_transaction
122 union ib_mad *mad, struct ib_address_vector *av )
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.vs.h 59 mad r0.xyz, cb0[4].xyzx, v0.xxxx, r0.xyzx
60 mad r0.xyz, cb0[6].xyzx, v0.zzzz, r0.xyzx
61 mad r0.xyz, cb0[7].xyzx, v0.wwww, r0.xyzx
63 mad r1.xyzw, cb0[0].xyzw, r0.xxxx, r1.xyzw
64 mad r1.xyzw, cb0[2].xyzw, r0.zzzz, r1.xyzw
67 mad r1.xyz, cb0[4].xyzx, v1.xxxx, r1.xyzx
68 mad o1.xyz, cb0[6].xyzx, v1.zzzz, r1.xyzx
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMad.rs 28 return mad(inMultiplicand1, inMultiplicand2, inOffset);
34 return mad(inMultiplicand1, inMultiplicand2, inOffset);
40 return mad(inMultiplicand1, inMultiplicand2, inOffset);
46 return mad(inMultiplicand1, inMultiplicand2, inOffset);
52 return mad(inMultiplicand1, inMultiplicand2, inOffset);
58 return mad(inMultiplicand1, inMultiplicand2, inOffset);
64 return mad(inMultiplicand1, inMultiplicand2, inOffset);
70 return mad(inMultiplicand1, inMultiplicand2, inOffset);
  /external/libchrome/base/trace_event/
process_memory_dump.cc 178 std::unique_ptr<MemoryAllocatorDump> mad) {
182 !IsMemoryAllocatorDumpNameWhitelisted(mad->absolute_name())) {
187 std::make_pair(mad->absolute_name(), std::move(mad)));
206 MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name); local
207 return mad ? mad : CreateAllocatorDump(absolute_name);
218 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid);
219 if (mad) {
222 mad->clear_flags(MemoryAllocatorDump::Flags::WEAK)
    [all...]
memory_allocator_dump_unittest.cc 108 std::unique_ptr<MemoryAllocatorDump> mad(
110 ASSERT_EQ("42", mad->guid().ToString());
112 // If the dumper does not provide a Guid, the MAD will make one up on the
115 mad.reset(new MemoryAllocatorDump("bar", nullptr));
116 const MemoryAllocatorDumpGuid guid_bar = mad->guid();
119 ASSERT_EQ(guid_bar, mad->guid());
121 mad.reset(new MemoryAllocatorDump("bar", nullptr));
122 const MemoryAllocatorDumpGuid guid_bar_2 = mad->guid();
125 mad.reset(new MemoryAllocatorDump("baz", nullptr));
126 const MemoryAllocatorDumpGuid guid_baz = mad->guid()
    [all...]
trace_event_memory_overhead.cc 144 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); local
145 mad->AddScalar(MemoryAllocatorDump::kNameSize,
148 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes,
150 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl.ds.h 75 mad r0.yzw, vicp[0][0].yyzx, vDomain.xxxx, r0.yyzw
76 mad r0.yzw, vicp[2][0].yyzx, vDomain.zzzz, r0.yyzw
89 mad r1.w, r1.w, cb0[8].x, l(1.000000)
93 mad r3.xyz, cb0[0].xyzx, r2.xxxx, r3.xyzx
94 mad r3.xyz, cb0[2].xyzx, r2.zzzz, r3.xyzx
98 mad r3.xyzw, cb0[4].xyzw, r2.xxxx, r3.xyzw
99 mad r2.xyzw, cb0[6].xyzw, r2.zzzz, r3.xyzw
110 mad r3.xyz, r0.zwyz, r2.yzxy, -r3.xyzx
118 mad r1.xyz, r0.zwyz, r1.xxxx, r4.xyzx
119 mad r0.xyz, r0.yzwy, r0.xxxx, r3.xyz
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.vs.h 34 mad o2.xyzw, v1.xyxy, l(1.000000, 1.000000, -1.000000, -1.000000), l(0.000000, 0.000000, 1.000000, 1.000000)
d3d11tex.hlsl.ps.h 47 mad r0.xyzw, r1.xyzw, v2.zzzz, r0.xyzw
52 mad r1.xyzw, r2.xyzw, v2.zzzz, r1.xyzw
53 mad o0.xyzw, r1.xyzw, v2.wwww, r0.xyzw
  /external/skia/src/jumper/
SkJumper_stages.cpp 56 SI F mad(F f, F m, F a) { return f*m+a; } function
84 SI F mad(F f, F m, F a) { return vfmaq_f32(a,f,m); }
114 SI F mad(F f, F m, F a) { return vfma_f32(a,f,m); }
120 SI U32 round(F v, F scale) { return vcvt_u32_f32(mad(v,scale,0.5f)); }
145 SI F mad(F f, F m, F a) {
196 SI F mad(F f, F m, F a) { return f*m+a; }
347 return mad(to-from, t, from);
536 r = mad(dr, A, r);
537 g = mad(dg, A, g);
538 b = mad(db, A, b)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 48 const float2 coord = mad(inCoord, inv_dimensions, neg_center);
54 const float2 new_coord = mad(coord, scalar, center);
fisheye_approx.rsh 48 const float2 coord = mad(inCoord, inv_dimensions, neg_center);
54 const float2 new_coord = mad(coord, scalar, center);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 48 const float2 coord = mad(inCoord, inv_dimensions, neg_center);
54 const float2 new_coord = mad(coord, scalar, center);
fisheye_approx.rsh 48 const float2 coord = mad(inCoord, inv_dimensions, neg_center);
54 const float2 new_coord = mad(coord, scalar, center);

Completed in 672 milliseconds

1 2 3 4