Searched refs:mc (Results 76 - 100 of 261) sorted by relevance

1234567891011

/external/llvm/test/MC/ARM/
H A Delf-eflags-eabi.s1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
H A Dthumb2-b.w-encodingT4.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
H A Drelocated-mapping.s1 @ RUN: llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
H A Delf-thumbfunc-reloc.s2 @ RUN: llvm-mc %s -triple=arm-freebsd-eabi -filetype=obj -o - | \
H A Delf-thumbfunc.s2 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - | \
H A Dmode-switch.s2 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding <%s | FileCheck %s
/external/llvm/test/MC/AsmParser/
H A Ddirective_lsym.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_zerofill.s1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
H A Dfloating-literals.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_ascii.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_values.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Difb.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
H A Ddata-in-code.s1 @ RUN: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
H A Dnop-thumb-padding.s1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
H A Dnop-thumb2-padding.s1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
/external/llvm/test/MC/Mips/
H A Dmips_directives.s1 # RUN: llvm-mc -show-encoding -triple mips-unknown-unknown %s | FileCheck %s
H A Dhilo-addressing.s1 # RUN: llvm-mc -show-encoding -triple mips-unknown-unknown %s | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dasm-printing-bundle-directives.s1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Drelax-at-bundle-end.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
H A Dswitch-section-locked-error.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s1 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.64
4 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnux32 %s -o %t.32
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigDecimalArithmeticTest.java61 MathContext mc = new MathContext(5, RoundingMode.UP);
62 BigDecimal result = aNumber.add(bNumber, mc);
96 MathContext mc = new MathContext(5, RoundingMode.FLOOR);
97 BigDecimal result = aNumber.add(bNumber, mc);
131 MathContext mc = new MathContext(15, RoundingMode.CEILING);
132 BigDecimal result = aNumber.add(bNumber, mc);
200 MathContext mc = new MathContext(15, RoundingMode.CEILING);
201 BigDecimal result = aNumber.subtract(bNumber, mc);
253 MathContext mc = new MathContext(17, RoundingMode.DOWN);
254 BigDecimal result = aNumber.subtract(bNumber, mc);
[all...]
H A DBigDecimalConstructorsTest.java103 MathContext mc = new MathContext(precision, rm);
106 BigDecimal result = new BigDecimal(bA, mc);
120 MathContext mc = new MathContext(precision, rm);
123 BigDecimal result = new BigDecimal(bA, aScale, mc);
169 * new BigDecimal(char[] value, int offset, int len, MathContext mc);
177 MathContext mc = new MathContext(precision, rm);
178 BigDecimal result = new BigDecimal(value, offset, len, mc);
193 * new BigDecimal(char[] value, int offset, int len, MathContext mc);
201 MathContext mc = new MathContext(precision, rm);
203 new BigDecimal(value, offset, len, mc);
[all...]
H A DBigDecimalCompareTest.java64 MathContext mc = new MathContext(precision, rm);
67 BigDecimal res = aNumber.abs(mc);
80 MathContext mc = new MathContext(precision, rm);
83 BigDecimal res = aNumber.abs(mc);
375 MathContext mc = new MathContext(precision, rm);
379 BigDecimal res = aNumber.plus(mc);
405 MathContext mc = new MathContext(precision, rm);
409 BigDecimal res = aNumber.plus(mc);
435 MathContext mc = new MathContext(precision, rm);
439 BigDecimal res = aNumber.negate(mc);
[all...]
/external/llvm/test/MC/ELF/
H A Dfde.s1 # RUN: llvm-mc -filetype=obj %s -o %t.o -triple x86_64-pc-linux-gnu && llvm-objdump -s %t.o

Completed in 781 milliseconds

1234567891011