HomeSort by relevance Sort by last modified time
    Searched refs:mc (Results 276 - 300 of 1286) sorted by null

<<11121314151617181920>>

  /external/eigen/bench/
benchBlasGemm.cpp 30 void bench_eigengemm(MyMatrix& mc, const MyMatrix& ma, const MyMatrix& mb, int nbloops);
102 MyMatrix ma(M,K), mb(K,N), mc(M,N);
105 mc = MyMatrix::Random(M,N);
123 CBLAS_GEMM(CblasRowMajor, CblasNoTrans, CblasNoTrans, M, N, K, alpha, ma.data(), K, mb.data(), N, beta, mc.data(), N);
125 CBLAS_GEMM(CblasColMajor, CblasNoTrans, CblasNoTrans, M, N, K, alpha, ma.data(), M, mb.data(), K, beta, mc.data(), M);
138 mc = MyMatrix::Random(M,N);
147 bench_eigengemm(mc, ma, mb, nbloops);
165 void bench_eigengemm(MyMatrix& mc, const MyMatrix& ma, const MyMatrix& mb, int nbloops)
168 mc.noalias() += ma * mb;
176 MyMatrix ma(M,K), mb(K,N), mc(M,N), maT(K,M), mbT(N,K), meigen(M,N), mref(M,N)
    [all...]
  /external/llvm/test/MC/ARM/
directive-arch_extension-sec.s 1 @ RUN: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
3 @ RUN: not llvm-mc -triple armv6k-eabi -filetype asm -o /dev/null 2>&1 %s \
5 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
7 @ RUN: not llvm-mc -triple thumbv6-eabi -filetype asm -o /dev/null 2>&1 %s \
9 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
directive-arch_extension-mp.s 1 @ RUN: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
3 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
5 @ RUN: not llvm-mc -triple armv7m-eabi -filetype asm -o /dev/null 2>&1 %s \
7 @ RUN: not llvm-mc -triple thumbv6-eabi -filetype asm -o /dev/null 2>&1 %s \
9 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
11 @ RUN: not llvm-mc -triple thumbv7m-eabi -filetype asm -o /dev/null 2>&1 %s \
  /external/llvm/test/MC/Mips/
rotations32-bad.s 1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32 -show-encoding 2> %t1
3 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 -show-encoding 2> %t1
5 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r3 -show-encoding 2> %t1
7 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r5 -show-encoding 2> %t1
9 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r6 -show-encoding 2> %t1
oddspreg.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
15 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 | \
20 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -filetype=obj -o - | \
24 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
28 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
32 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -filetype=obj -o - | \
macro-la-bad.s 1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
hilo-addressing.s 1 # RUN: llvm-mc -show-encoding -triple mips-unknown-unknown %s \
4 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s \
7 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s \
  /external/llvm/test/MC/X86/
x86_long_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
  /external/llvm/test/DebugInfo/X86/
dbg-asm.s 1 # RUN: llvm-mc -triple i686-windows-gnu -g %s -filetype obj -o - \
3 # RUN: llvm-mc -triple i686-windows-itanium -g %s -filetype obj -o - \
5 # RUN: llvm-mc -triple i686-linux-gnu -g %s -filetype obj -o - \
asm-macro-line-number.s 1 # RUN: llvm-mc -g -triple i686-linux-gnu -filetype asm -o - %s | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
misaligned-bundle.s 1 # RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu %s -o - \
4 # RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu -mc-relax-all %s -o - \
pad-align-to-bundle-end.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
single-inst-bundling.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
  /external/clang/tools/arcmt-test/
Makefile 20 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/AST/
Makefile 13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/ASTMatchers/Dynamic/
Makefile 14 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/ASTMatchers/
Makefile 16 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/CodeGen/
Makefile 13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader mc option \
  /external/clang/unittests/Format/
Makefile 13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/Frontend/
Makefile 13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/Sema/
Makefile 13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/Tooling/
Makefile 13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/curl/docs/examples/
multi-app.c 80 CURLMcode mc; /* curl_multi_fdset() return code */ local
107 mc = curl_multi_fdset(multi_handle, &fdread, &fdwrite, &fdexcep, &maxfd);
109 if(mc != CURLM_OK) {
110 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc);
smtp-multi.c 165 CURLMcode mc; /* curl_multi_fdset() return code */ local
188 mc = curl_multi_fdset(mcurl, &fdread, &fdwrite, &fdexcep, &maxfd);
190 if(mc != CURLM_OK) {
191 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc);

Completed in 418 milliseconds

<<11121314151617181920>>