/external/clang/test/OpenMP/ |
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)
|
/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...] |
/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 | 491 Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da) { 495 da = a; 527 Sk4i da = Sk4i::Load(src) & 0xFF000000; local 532 | (da ); 575 Sk4i da = Sk4i::Load(src) & 0xFF000000; local 580 | (da ); 609 Sk4i da = Sk4i::Load(src) & 0xFF000000; local 614 | (da ); 635 static AI void store_f16(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da, 640 SkFloatToHalf_finite_ftz(da)); 684 Sk4i da = Sk4i::Load(src) & 0xFF000000; local 859 Sk4f dr, dg, db, da; local [all...] |
/external/hyphenation-patterns/ |
Android.mk | 26 da/da \
|
/external/wpa_supplicant_8/src/ap/ |
utils.c | 20 const u8 *da, const u8 *bssid,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-reg-intel.d | 25 [ ]*[a-f0-9]+: 66 41 0f 73 da 02 psrldq xmm10,0x2 43 [ ]*[a-f0-9]+: 66 0f 73 da 02 psrldq xmm2,0x2
|
x86-64-reg.d | 25 [ ]*[a-f0-9]+: 66 41 0f 73 da 02 psrldq \$0x2,%xmm10 43 [ ]*[a-f0-9]+: 66 0f 73 da 02 psrldq \$0x2,%xmm2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-reg-intel.d | 25 [ ]*[a-f0-9]+: 66 41 0f 73 da 02 psrldq xmm10,0x2 43 [ ]*[a-f0-9]+: 66 0f 73 da 02 psrldq xmm2,0x2
|
x86-64-reg.d | 24 [ ]*[a-f0-9]+: 66 41 0f 73 da 02 psrldq \$0x2,%xmm10 42 [ ]*[a-f0-9]+: 66 0f 73 da 02 psrldq \$0x2,%xmm2
|
/external/syslinux/gpxe/src/include/ |
compiler.h | 346 } da; \ 347 da.raw = dispaddr; \ 348 dbg_hex_dump_da ( da.ul, data, len ); \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
inst.d | 121 378: 043c61c8 843861da ld2h.s r6, @\(r7-, r8\) -> ld2h.s r6, @\(r7, 0x1a\) 124 390: 046c61c8 846861da ld2w.s r6, @\(r7-, r8\) -> ld2w.s r6, @\(r7, 0x1a\) 127 3a8: 045c61c8 845861da ld4bh.s r6, @\(r7-, r8\) -> ld4bh.s r6, @\(r7, 0x1a\) 133 3d8: 040c61c8 840861da ldb.s r6, @\(r7-, r8\) -> ldb.s r6, @\(r7, 0x1a\) 136 3f0: 049c61c8 849861da ldbu.s r6, @\(r7-, r8\) -> ldbu.s r6, @\(r7, 0x1a\) 139 408: 042c61c8 842861da ldh.s r6, @\(r7-, r8\) -> ldh.s r6, @\(r7, 0x1a\) 142 420: 041c61c8 841861da ldhh.s r6, @\(r7-, r8\) -> ldhh.s r6, @\(r7, 0x1a\) 148 450: 044c61c8 844861da ldw.s r6, @\(r7-, r8\) -> ldw.s r6, @\(r7, 0x1a\) 213 658: 053c61c8 853861da st2h.s r6, @\(r7-, r8\) -> st2h.s r6, @\(r7, 0x1a\) 216 670: 056c61c8 856861da st2w.s r6, @\(r7-, r8\) -> st2w.s r6, @\(r7, 0x1a\ [all...] |