HomeSort by relevance Sort by last modified time
    Searched refs:ad (Results 351 - 375 of 572) sorted by null

<<11121314151617181920>>

  /external/eigen/bench/
bench_norm.cpp 226 float af = 0; double ad = 0; std::complex<float> ac = 0; \
235 for (int i=0; i<iters; ++i) { ad += NRM(vd); } \
  /external/llvm/lib/Support/
APInt.cpp 1426 APInt ad, anc, delta, q1, r1, q2, r2, t; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/valgrind/none/tests/amd64/
slahf-amd64.stdout.exp 176 ad -> 8700
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java 368 for (AccessDescription ad : adList) {
369 CertStore cs = URICertStore.getInstance(ad);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
load.d 92 d0: ad 9c R5.L = W\[I1--\];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
cbitb_test.d 51 98: ad 00
sbitb_test.d 51 98: ad 00
tbitb_test.d 51 98: ad 00
cbitw_test.d 87 11e: ad 00
115 178: ad 00
sbitw_test.d 87 11e: ad 00
115 178: ad 00
tbitw_test.d 87 11e: ad 00
115 178: ad 00
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
misc_insn.d 211 108: 08 30 0a ad subqd r0, r10
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@mips32-dspr2.d 20 0+0022 <[^>]*> 00e6 31ad packrl\.ph a2,a2,a3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle.d 144 18e: 07 ad se_subf r29,r26
altivec2.d 61 cc: (10 d1 a6 ad|ad a6 d1 10) vpermxor v6,v17,v20,v26
power8.d 93 14c: (10 ad 05 c8|c8 05 ad 10) vsbox v5,v13
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmokeTest.py 292 for ad in [ads[0], ads[1]]:
293 if not ad.droid.imsIsWfcEnabledByPlatform():
TelWifiVoiceTest.py 224 ads: list of android devices. This list should have 2 ad.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
allinsn.be.d 40 2a: 03 ad lh \$3,\(\$10\)
167 16a: c2 ad 00 01 lh \$2,1\(\$10\)
228 1f8: 18 ad extuh \$8
229 1fa: 18 ad extuh \$8
230 1fc: 14 ad extuh \$4
231 1fe: 10 ad extuh \$0
232 200: 10 ad extuh \$0
516 3f0: ad 03 bnez \$tp,3f2 <bnez\+0x4>
    [all...]
allinsn.le.d 40 2a: ad 03 lh \$3,\(\$10\)
167 16a: ad c2 01 00 lh \$2,1\(\$10\)
228 1f8: ad 18 extuh \$8
229 1fa: ad 18 extuh \$8
230 1fc: ad 14 extuh \$4
231 1fe: ad 10 extuh \$0
232 200: ad 10 extuh \$0
516 3f0: 03 ad bnez \$tp,3f2 <bnez\+0x4>
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
opcodes_new.d 234 ad: 830be8e8.*
534 1ad: e00901e2.*
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 130 AnimationDrawable ad = (AnimationDrawable) d; local
131 int count = ad.getNumberOfFrames();
132 return count > 0 && isGrayscaleIcon(ad.getFrame(0));
    [all...]
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 1084 // (ac-bd) + i(bc+ad)
1088 ad := mul(a, d)
1090 im = add(bc, ad)
1092 // (ac+bd)/s + i(bc-ad)/s, with s = cc + dd
1096 ad := mul(a, d)
1102 im = sub(bc, ad)
  /prebuilts/go/linux-x86/src/go/constant/
value.go 1084 // (ac-bd) + i(bc+ad)
1088 ad := mul(a, d)
1090 im = add(bc, ad)
1092 // (ac+bd)/s + i(bc-ad)/s, with s = cc + dd
1096 ad := mul(a, d)
1102 im = sub(bc, ad)

Completed in 853 milliseconds

<<11121314151617181920>>