HomeSort by relevance Sort by last modified time
    Searched refs:mc (Results 26 - 50 of 1034) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 53 int mc = am.getLargeMemoryClass() / 32; local
54 if (mc < 1) {
55 mc = 1;
57 int x = mc * 1024 * 1024;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigReal.java 83 * @param mc to used
85 public BigReal(BigInteger unscaledVal, int scale, MathContext mc) {
86 d = new BigDecimal(unscaledVal, scale, mc);
91 * @param mc context to use
93 public BigReal(BigInteger val, MathContext mc) {
94 d = new BigDecimal(val, mc);
117 * @param mc context to use
119 public BigReal(char[] in, int offset, int len, MathContext mc) {
120 d = new BigDecimal(in, offset, len, mc);
125 * @param mc context to us
    [all...]
  /external/clang/unittests/Basic/
Makefile 12 LINK_COMPONENTS := support mc
  /external/clang/unittests/StaticAnalyzer/
Makefile 12 LINK_COMPONENTS := support mc
  /external/llvm/test/MC/ARM/
2013-03-18-Br-to-label-named-like-reg.s 1 @ RUN: llvm-mc -triple arm-eabi %s -o - | FileCheck %s
ldr-pseudo-parse-errors.s 1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s
2 @RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
  /external/llvm/test/MC/AsmParser/
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
directive_subsections_via_symbols.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_incbin.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
  /external/llvm/test/MC/PowerPC/
lcomm.s 1 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \
3 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
ppc64-abiversion.s 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
4 # RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj %s | \
  /external/llvm/test/MC/Sparc/
sparc-directive-xword.s 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
  /external/llvm/test/MC/X86/
x86_directives.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
x86-target-directives.s 1 # RUN: not llvm-mc -triple i386 -filetype asm -o - %s 2>&1 | FileCheck %s
  /external/llvm/tools/llvm-mc/
Makefile 1 ##===- tools/llvm-mc/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-mc
12 LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
string.pass.cpp 22 test(const String& p, unsigned mc)
26 assert(r.mark_count() == mc);
  /external/llvm/test/MC/COFF/
invalid-def.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-scl-range.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-type-range.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
  /external/llvm/test/MC/ELF/ARM/
gnu-type-hash-diagnostics.s 1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
lock-without-bundle-mode-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
unlock-without-lock-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
string.pass.cpp 22 test(const String& p, unsigned mc)
26 assert(r.mark_count() == mc);

Completed in 861 milliseconds

12 3 4 5 6 7 8 91011>>