HomeSort by relevance Sort by last modified time
    Searched refs:da (Results 126 - 150 of 572) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/jumper/
SkJumper_stages.cpp 438 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \
440 F r, F g, F b, F a, F dr, F dg, F db, F da) { \
442 name##_k(x,ctx,k,tail, r,g,b,a, dr,dg,db,da); \
444 next(x,program,k,tail, r,g,b,a, dr,dg,db,da); \
447 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da)
472 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \
474 F r, F g, F b, F a, F dr, F dg, F db, F da) { \
476 name##_k(x,ctx,k,0, r,g,b,a, dr,dg,db,da); \
478 next(x,program,k, r,g,b,a, dr,dg,db,da); \
481 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 101 os_memcpy(mgmt->da, addr, ETH_ALEN);
145 mgmt->da, &mgmt->u.action.category, len);
263 os_memcpy(mgmt->da, addr, ETH_ALEN);
286 mgmt->da, &mgmt->u.action.category, len);
440 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
506 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
563 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
hostapd.h 66 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid,
508 const u8 *da, const u8 *bssid,
521 int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 489 double da = 1.0 + ya; local
490 double db = -(da - 1.0 - ya);
491 temp = da + yb;
492 db += -(temp - da - yb);
493 da = temp;
495 temp = da * HEX_40000000;
496 double daa = da + temp - temp;
497 double dab = da - daa;
499 // ratio = na/da
500 double ratio = na/da;
528 double da = 2.0 + ya; local
    [all...]
  /external/clang/test/OpenMP/
target_map_messages.cpp 349 const T da[5] = { 0 }; local
358 const T (&l)[5] = da;
406 #pragma omp target data map(da)
414 #pragma omp target data map(da)
415 #pragma omp target map(da[:4])
439 const int da[5] = { 0 }; local
448 const int (&l)[5] = da;
475 #pragma omp target data map(da)
483 #pragma omp target data map(da)
484 #pragma omp target map(da[:4]
    [all...]
distribute_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}}
176 #pragma omp distribute parallel for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
258 const int da[5] = {0}; // expected-note {{'da' defined here}} local
265 const int &r = da[i]; // expected-note {{'r' defined here}}
360 #pragma omp distribute parallel for reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
distribute_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}}
176 #pragma omp distribute parallel for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
258 const int da[5] = {0}; // expected-note {{'da' defined here}} local
265 const int &r = da[i]; // expected-note {{'r' defined here}}
360 #pragma omp distribute parallel for simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
distribute_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}}
176 #pragma omp distribute simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}} expected-error {{const-qualified list item cannot be reduction}}
258 const int da[5] = {0}; // expected-note {{'da' defined here}} local
265 const int &r = da[i]; // expected-note {{'r' defined here}}
360 #pragma omp distribute simd reduction(- : da) // expected-error {{const-qualified list item cannot be reduction}}
distribute_parallel_for_shared_messages.cpp 52 const int da[5] = { 0 }; local
146 #pragma omp distribute parallel for shared(da)
226 const int da[5] = { 0 }; local
320 #pragma omp distribute parallel for shared(da)
distribute_parallel_for_simd_shared_messages.cpp 52 const int da[5] = { 0 }; local
146 #pragma omp distribute parallel for simd shared(da)
226 const int da[5] = { 0 }; local
320 #pragma omp distribute parallel for simd shared(da)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 386 Date da = ra.getFirstStart(0, 0); local
388 long t = da.getTime();
389 if (da.equals(db)) {
390 da = ra.getFinalStart(0, 0);
392 long end = da.getTime();
393 if (da.equals(db)) {
395 da = ra.getNextStart(t, 0, 0, false);
397 if (da == null || db == null || !da.equals(db)) {
400 t = da.getTime()
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 385 Date da = ra.getFirstStart(0, 0); local
387 long t = da.getTime();
388 if (da.equals(db)) {
389 da = ra.getFinalStart(0, 0);
391 long end = da.getTime();
392 if (da.equals(db)) {
394 da = ra.getNextStart(t, 0, 0, false);
396 if (da == null || db == null || !da.equals(db)) {
399 t = da.getTime()
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 576 CPDF_DefaultAppearance da = pFormCtrl->GetDefaultAppearance(); local
577 if (!da.HasColor())
582 da.GetColor(argb, iColorType);
935 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance(); local
936 if (da.HasColor()) {
937 da.GetColor(iColorType, fc);
941 if (da.HasFont())
942 da.GetFont(csNameTag, fFontSize);
1109 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance(); local
1230 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance(); local
1751 CPDF_DefaultAppearance da = pFormCtrl->GetDefaultAppearance(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bkw3b.d 142 1a8: bf0e 3280 0000 ba 81da <sym6>
169 000081da <sym6>:
170 81da: 4602 moveq 6,r0
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 278 float da; local
280 da = (invw1 * vert1->attrib[attr][c]) - span.attrStart[attr][c];
281 span.attrStepX[attr][c] = da * invLen;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
PL031RealTimeClockLib.c 130 UINTN da; local
148 da = db - (a * 365);
150 m = (((da * 5) + 308) / 153) - 2;
151 d = da - (((m + 4) * 153) / 5) + 122;
  /external/icu/icu4c/source/config/
mh-cygwin-msvc 129 CURR_FULL_DIR?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
131 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
  /libcore/ojluni/src/main/java/java/lang/
Package.java 244 String [] da = desired.split("\\.", -1); local
245 int [] di = new int[da.length];
246 for (int i = 0; i < da.length; i++) {
247 di[i] = Integer.parseInt(da[i]);
  /prebuilts/go/darwin-x86/src/os/
exec_windows.go 90 const da = syscall.STANDARD_RIGHTS_READ |
92 h, e := syscall.OpenProcess(da, false, uint32(pid))
  /prebuilts/go/linux-x86/src/os/
exec_windows.go 90 const da = syscall.STANDARD_RIGHTS_READ |
92 h, e := syscall.OpenProcess(da, false, uint32(pid))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-sse-noavx.d 49 [ ]*[a-f0-9]+: 0f da f7 pminub %mm7,%mm6
61 [ ]*[a-f0-9]+: 0f 70 da 01 pshufw \$0x1,%mm2,%mm3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-noavx.d 47 [ ]*[a-f0-9]+: 0f da f7 pminub %mm7,%mm6
59 [ ]*[a-f0-9]+: 0f 70 da 01 pshufw \$0x1,%mm2,%mm3
x86-64-sse-noavx.d 48 [ ]*[a-f0-9]+: 0f da f7 pminub %mm7,%mm6
60 [ ]*[a-f0-9]+: 0f 70 da 01 pshufw \$0x1,%mm2,%mm3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
fldst01.d 16 18: 02 20 da 24 fld.l 8192\(%r6\),%f26
50 a0: 02 08 da 20 fld.l %r1\(%r6\),%f26
fldst04.d 16 18: 02 20 da 2c fst.l %f26,8192\(%r6\)
50 a0: 02 08 da 28 fst.l %f26,%r1\(%r6\)

Completed in 2066 milliseconds

1 2 3 4 56 7 8 91011>>