HomeSort by relevance Sort by last modified time
    Searched refs:da (Results 101 - 125 of 595) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
ldst03.d 16 18: fe 1f da 04 ld.b 8190\(%r6\),%r26
35 64: 00 08 da 00 ld.b %r1\(%r6\),%r26
  /external/clang/test/OpenMP/
target_parallel_for_map_messages.cpp 55 const T da[5] = { 0 }; local
64 const T (&l)[5] = da;
121 #pragma omp target parallel for map(da)
135 #pragma omp target parallel for map(da)
137 #pragma omp target parallel for map(da[:4])
172 const int da[5] = { 0 }; local
181 const int (&l)[5] = da;
225 #pragma omp target parallel for map(da)
239 #pragma omp target parallel for map(da)
241 #pragma omp target parallel for map(da[:4]
    [all...]
target_parallel_for_simd_map_messages.cpp 55 const T da[5] = { 0 }; local
64 const T (&l)[5] = da;
121 #pragma omp target parallel for simd map(da)
135 #pragma omp target parallel for simd map(da)
137 #pragma omp target parallel for simd map(da[:4])
172 const int da[5] = { 0 }; local
181 const int (&l)[5] = da;
225 #pragma omp target parallel for simd map(da)
239 #pragma omp target parallel for simd map(da)
241 #pragma omp target parallel for simd map(da[:4]
    [all...]
for_reduction_messages.cpp 77 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
82 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
158 #pragma omp for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
232 const int da[5] = {0}; // expected-note {{'da' defined here}} local
239 const int &r = da[i]; // expected-note {{'r' defined here}}
315 #pragma omp for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
for_simd_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
157 #pragma omp for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
223 const int da[5] = {0}; // expected-note {{'da' defined here}} local
230 const int &r = da[i]; // expected-note {{'r' defined here}}
306 #pragma omp for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
parallel_for_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
138 #pragma omp parallel for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
196 const int da[5] = {0}; // expected-note {{'da' defined here}} local
203 const int &r = da[i]; // expected-note {{'r' defined here}}
260 #pragma omp parallel for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
parallel_for_simd_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
138 #pragma omp parallel for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
196 const int da[5] = {0}; // expected-note {{'da' defined here}} local
203 const int &r = da[i]; // expected-note {{'r' defined here}}
260 #pragma omp parallel for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
sections_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
175 #pragma omp sections reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
254 const int da[5] = {0}; // expected-note {{'da' defined here}} local
261 const int &r = da[i]; // expected-note {{'r' defined here}}
355 #pragma omp sections reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
simd_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
138 #pragma omp simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
199 const int da[5] = {0}; // expected-note {{'da' defined here}} local
206 const int &r = da[i]; // expected-note {{'r' defined here}}
263 #pragma omp simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
target_parallel_for_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
138 #pragma omp target parallel for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
196 const int da[5] = {0}; // expected-note {{'da' defined here}} local
203 const int &r = da[i]; // expected-note {{'r' defined here}}
260 #pragma omp target parallel for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
target_parallel_for_simd_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
138 #pragma omp target parallel for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
196 const int da[5] = {0}; // expected-note {{'da' defined here}} local
203 const int &r = da[i]; // expected-note {{'r' defined here}}
260 #pragma omp target parallel for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
teams_reduction_messages.cpp 76 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
81 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
139 #pragma omp teams reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
204 const int da[5] = {0}; // expected-note {{'da' defined here}} local
211 const int &r = da[i]; // expected-note {{'r' defined here}}
269 #pragma omp teams reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
distribute_private_messages.cpp 47 const int da[5] = { 0 }; // expected-note {{predetermined as shared}} local
76 #pragma omp distribute private(da) // expected-error {{shared variable cannot be private}}
parallel_sections_shared_messages.cpp 61 const int da[5] = {0}; local
90 #pragma omp parallel sections shared(da)
target_parallel_firstprivate_messages.cpp 60 const int da[5] = { 0 }; local
90 #pragma omp target parallel firstprivate(da)
target_parallel_shared_messages.cpp 57 const int da[5] = { 0 }; local
86 #pragma omp target parallel shared(da)
teams_firstprivate_messages.cpp 62 const int da[5] = {0}; local
104 #pragma omp teams firstprivate(da)
teams_shared_messages.cpp 57 const int da[5] = { 0 }; local
99 #pragma omp teams shared(da)
  /external/autotest/server/cros/
rf_switch_1_ap_box_2_ap_list.conf 395 [10:da:43:6e:f0:13]
401 bss = 10:da:43:6e:f0:13
402 wan mac = 10:da:43:6e:f0:15
408 [10:da:43:6e:f0:12]
414 bss5 = 10:da:43:6e:f0:12
415 wan mac = 10:da:43:6e:f0:15
421 [10:da:43:6e:f0:14]
427 bss5 = 10:da:43:6e:f0:14
428 wan mac = 10:da:43:6e:f0:15
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
loadw_test.d 36 60: 12 00 60 da loadw 0xa1234:l\(r1,r0\),r6
55 9c: 12 00 55 da loadw 0xa1234:l\(r6,r5\),r5
76 da: 12 00 58 eb loadw \[r13\]0xb1234:l\(r1,r0\),r5
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 284 DataIndex * da = (DataIndex *) a; \
290 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL;
295 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL;
300 return strcmp((char *) da->icu_key, (char *) db->icu_key);
309 int t = CompareStringW(da->win_langid, 0, da->win_data, -1, db->win_data, -1);
320 int t = CompareStringW(da->win_langid, 0, da->win_data, da->win_data_len, db->win_data, db->win_data_len)
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
PlaybackActivityMonitor.java 652 final DuckedApp da = mDuckers.get(uid); local
654 da.addDuck(apc, false /*skipRamp*/);
660 final DuckedApp da = mDuckers.remove(uid); local
661 if (da == null) {
664 da.removeUnduckAll(players);
671 final DuckedApp da = mDuckers.get(apc.getClientUid()); local
672 if (da == null) {
675 da.addDuck(apc, true /*skipRamp*/);
679 for (DuckedApp da : mDuckers.values()) {
680 da.dump(pw)
688 final DuckedApp da = mDuckers.get(uid); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 97 int da = ((getA32(to) << 23) - a) / (n - 1); local
107 a += da;
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java 35 ByteArrayInputStream da = new ByteArrayInputStream(str.getBytes()); local
58 DataInputStream d = new DataInputStream(da);
  /external/skia/src/core/
SkColorSpaceXform.cpp 496 Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da) {
500 da = a;
532 Sk4i da = Sk4i::Load(src) & 0xFF000000; local
537 | (da );
580 Sk4i da = Sk4i::Load(src) & 0xFF000000; local
585 | (da );
614 Sk4i da = Sk4i::Load(src) & 0xFF000000; local
619 | (da );
640 static AI void store_f16(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da,
645 SkFloatToHalf_finite_ftz(da));
689 Sk4i da = Sk4i::Load(src) & 0xFF000000; local
864 Sk4f dr, dg, db, da; local
    [all...]

Completed in 1144 milliseconds

1 2 3 45 6 7 8 91011>>