Searched defs:da (Results 26 - 50 of 115) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_linetemp.h278 float da; local
280 da = (invw1 * vert1->attrib[attr][c]) - span.attrStart[attr][c];
281 span.attrStepX[attr][c] = da * invLen;
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_A8.cpp275 static inline uint8_t aa_blend8(SkPMColor src, U8CPU da, int aa) { argument
282 return SkToU8((sa * src_scale + da * dst_scale) >> 8);
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrix.cpp24 SkScalar da) {
28 fMat[kA_Trans] += da;
23 postTranslate(SkScalar dr, SkScalar dg, SkScalar db, SkScalar da) argument
/external/chromium_org/third_party/skia/src/opts/
H A DSkColor_opts_SSE2.h106 __m128i da = _mm_slli_epi32(a, SK_A32_SHIFT); local
111 __m128i c = _mm_or_si128(da, dr);
/external/chromium_org/third_party/skia/tools/
H A Dskdiff.cpp144 int da = SkGetPackedA32(c0) - SkGetPackedA32(c1); local
149 return ((SkAbs32(da) <= threshold) &&
/external/clang/test/OpenMP/
H A Dfor_reduction_messages.cpp70 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
75 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
151 #pragma omp for reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
209 const int da[5] = {0}; // expected-note {{'da' defined here}} local
216 const int &r = da[i]; // expected-note {{'r' defined here}}
292 #pragma omp for reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
H A Dparallel_for_reduction_messages.cpp70 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
75 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
132 #pragma omp parallel for reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
182 const int da[5] = {0}; // expected-note {{'da' defined here}} local
189 const int &r = da[i]; // expected-note {{'r' defined here}}
246 #pragma omp parallel for reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
H A Dparallel_reduction_messages.cpp70 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
75 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
114 #pragma omp parallel reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
155 const int da[5] = {0}; // expected-note {{'da' defined here}} local
162 const int &r = da[i]; // expected-note {{'r' defined here}}
201 #pragma omp parallel reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
H A Dparallel_sections_reduction_messages.cpp70 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
75 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
150 #pragma omp parallel sections reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
213 const int da[5] = {0}; // expected-note {{'da' defined here}} local
220 const int &r = da[i]; // expected-note {{'r' defined here}}
295 #pragma omp parallel sections reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
H A Dsections_reduction_messages.cpp70 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
75 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
169 #pragma omp sections reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
240 const int da[5] = {0}; // expected-note {{'da' defined here}} local
247 const int &r = da[i]; // expected-note {{'r' defined here}}
341 #pragma omp sections reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
H A Dsimd_reduction_messages.cpp70 const T da[5] = {T()}; // expected-note 2 {{'da' defined here}} local
75 const T &r = da[(int)i]; // expected-note 2 {{'r' defined here}}
132 #pragma omp simd reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
185 const int da[5] = {0}; // expected-note {{'da' defined here}} local
192 const int &r = da[i]; // expected-note {{'r' defined here}}
249 #pragma omp simd reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
/external/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp170 void reinterpret_pointer_upcast(DA *da, const DA *cda, DDA *dda, DAo *dao, argument
172 (void)*reinterpret_cast<A *>(da);
173 (void)*reinterpret_cast<const A *>(da);
174 (void)*reinterpret_cast<volatile A *>(da);
175 (void)*reinterpret_cast<const volatile A *>(da);
210 void reinterpret_reference_upcast(DA &da, const DA &cda, DDA &dda, DAo &dao, argument
212 (void)reinterpret_cast<A &>(da);
213 (void)reinterpret_cast<const A &>(da);
214 (void)reinterpret_cast<volatile A &>(da);
215 (void)reinterpret_cast<const volatile A &>(da);
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h70 da, enumerator in enum:llvm::ARM_AM::AMSubMode
79 case ARM_AM::da: return "da";
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h278 float da; local
280 da = (invw1 * vert1->attrib[attr][c]) - span.attrStart[attr][c];
281 span.attrStepX[attr][c] = da * invLen;
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp577 double da = a0 * a0 - b0 * b0; local
586 ROTATE( a, b, da, db );
590 ROTATE( a, b, da, db );
/external/pixman/test/
H A Dalphamap.c145 run_test (int s, int d, int sa, int da, int soff, int doff) argument
150 pixman_format_code_t daf = alpha_formats[da];
214 uint8_t sa, da, oda, refa; local
218 da = get_alpha (dst, k, j, doff, doff);
226 if (da >> (8 - n_alpha_bits) != refa >> (8 - n_alpha_bits))
229 k, j, refa, da, sa, oda);
H A Dcheck-formats.c13 uint32_t sa, sg, da, dg; local
38 da = 0;
48 d = da | dg;
86 da -= dest_alpha_mask;
87 da &= dest_alpha_mask;
89 while (da != 0);
/external/skia/src/core/
H A DSkBlitter_A8.cpp275 static inline uint8_t aa_blend8(SkPMColor src, U8CPU da, int aa) { argument
282 return SkToU8((sa * src_scale + da * dst_scale) >> 8);
/external/skia/src/effects/
H A DSkColorMatrix.cpp24 SkScalar da) {
28 fMat[kA_Trans] += da;
23 postTranslate(SkScalar dr, SkScalar dg, SkScalar db, SkScalar da) argument
/external/skia/src/opts/
H A DSkColor_opts_SSE2.h106 __m128i da = _mm_slli_epi32(a, SK_A32_SHIFT); local
111 __m128i c = _mm_or_si128(da, dr);
/external/skia/tools/
H A Dskdiff.cpp144 int da = SkGetPackedA32(c0) - SkGetPackedA32(c1); local
149 return ((SkAbs32(da) <= threshold) &&
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h152 void wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, const u8 *da,
220 const u8 *da,
219 wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, const u8 *da, const u8 *sa, const u8 *bssid, u8 category, const u8 *data, size_t len, int freq) argument
/external/skia/tests/
H A DImageDecodingTest.cpp134 int da = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1)); local
140 REPORTER_ASSERT(reporter, 0 == da);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c89 u8 da[ETH_ALEN]; /* broadcast */ member in struct:iapp_layer2_update
221 os_memset(msg.da, 0xff, ETH_ALEN);
/external/wpa_supplicant_8/src/ap/
H A Diapp.c89 u8 da[ETH_ALEN]; /* broadcast */ member in struct:iapp_layer2_update
221 os_memset(msg.da, 0xff, ETH_ALEN);

Completed in 520 milliseconds

12345