HomeSort by relevance Sort by last modified time
    Searched refs:cd (Results 376 - 400 of 856) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
simd.d 12 8: d7 25 cd 48 pfzchkl %f4,%f6,%f13
20 28: d0 25 cd 48 pfaddp %f4,%f6,%f13
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix_MKL.h 164 EIGEN_MKL_HEMM_L(dcomplex, MKL_Complex16, cd, z)
288 EIGEN_MKL_HEMM_R(dcomplex, MKL_Complex16, cd, z)
TriangularMatrixVector_MKL.h 154 EIGEN_MKL_TRMV_CM(dcomplex, MKL_Complex16, cd, z)
239 EIGEN_MKL_TRMV_RM(dcomplex, MKL_Complex16, cd, z)
  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 159 deque<int> const& cd = d; local
164 CPPUNIT_ASSERT( cd.at(0) == 20 );
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 159 deque<int> const& cd = d; local
164 CPPUNIT_ASSERT( cd.at(0) == 20 );
  /prebuilts/devtools/tools/
monkeyrunner.bat 25 cd /d %~dp0
traceview.bat 25 cd /d %~dp0
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 122 p, err := os.StartProcess(os.Getenv("COMSPEC"), []string{"/c", "cd"}, new(os.ProcAttr))
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 122 p, err := os.StartProcess(os.Getenv("COMSPEC"), []string{"/c", "cd"}, new(os.ProcAttr))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c 451 mep_parse_operand (CGEN_CPU_DESC cd, enum cgen_parse_operand_type want,
465 return gas_cgen_parse_operand (cd, want, strP, opindex, opinfo,
513 /* Variant of mep_cgen_assemble_insn. Assemble insn STR of cpu CD as a
517 mep_cgen_assemble_cop_insn (CGEN_CPU_DESC cd,
538 && mep_cgen_insn_supported (cd, insn))
550 errmsg = CGEN_PARSE_FN (cd, insn) (cd, insn, & str, fields);
554 errmsg = CGEN_INSERT_FN (cd, insn) (cd, insn, fields, buf,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx512bw-intel.d     [all...]
avx512bw.d     [all...]
nops-1-k8.d 143 [ ]*cd:[ ]+0f 1f 00[ ]+nopl[ ]+\(%eax\)
x86-64-nops-1-k8.d 143 [ ]*cd:[ ]+0f 1f 00[ ]+nopl[ ]+\(%rax\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-nops-1-k8.d 143 [ ]*cd:[ ]+0f 1f 00[ ]+nopl[ ]+\(%rax\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
altivec2.d 47 94: (7e cd af 8a|8a af cd 7e) stvflxl v22,r13,r21
96 158: (12 68 cd 40|40 cd 68 12) vsubcuq v19,v8,v25
common.d 13 8: (7d cd 78 78|78 78 cd 7d) andc r13,r14,r15
183 2b0: (7e f8 cd 2e|2e cd f8 7e) stfsx f23,r24,r25
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-plt-1.d 53 [ ]*[a-f0-9]+: f2 e8 cd ff ff ff bnd callq 308 <foo3@plt>
  /external/curl/packages/OS400/
ccsidcurl.c 111 iconv_t cd; local
140 cd = iconv_open_CCSID(dccsid, sccsid, 1);
144 cd = iconv_open_CCSID(dccsid, sccsid, 0);
147 if(ICONV_OPEN_ERROR(cd))
152 if((int) iconv(cd, (char * *) &s, &lslen, &d, &dlen) < 0)
157 iconv_close(cd);
  /external/snakeyaml/
mvnw.bat 121 set EXEC_DIR=%CD%
125 cd ..
126 IF "%WDIR%"=="%CD%" goto baseDirNotFound
127 set WDIR=%CD%
132 cd "%EXEC_DIR%"
137 cd "%EXEC_DIR%"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code2.d 61 6c: cd 08 CC = P5 < P1;
81 94: cd 09 CC = P5 < P1 \(IU\);
124 ea: cd 03 AC1 &= CC;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.d 128 5b: 38 cd fstore 205
229 cd: 9d ff 39 ifgt6 <foo5>
293 17a: cd endtry
  /external/icu/icu4c/source/data/
makedata.mak 604 @cd "$(TESTDATA)"
619 cd "$(ICUBLD_PKG)"
629 cd "$(ICUBLD_PKG)"
696 @cd "$(ICUBLD_PKG)"
701 @cd "$(ICUBLD_PKG)"
719 @cd "$(ICUBLD_PKG)\$(ICUBRK)"
724 @cd "$(ICUBLD_PKG)\$(ICUCOL)"
727 @cd "$(ICUBLD_PKG)\$(ICURBNF)"
730 @cd "$(ICUBLD_PKG)\$(ICUTRNS)"
732 @cd "$(ICUOUT)
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 130 {`ab|cd`, `alt{str{ab}str{cd}}`},
135 {`(?:ab)(?:cd)`, `str{abcd}`},
170 {`[Aa][Bb]cd`, `cat{strfold{AB}str{cd}}`},
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 130 {`ab|cd`, `alt{str{ab}str{cd}}`},
135 {`(?:ab)(?:cd)`, `str{abcd}`},
170 {`[Aa][Bb]cd`, `cat{strfold{AB}str{cd}}`},

Completed in 684 milliseconds

<<11121314151617181920>>