Home
last modified time | relevance | path

Searched refs:mce (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/memcheck/
Dmc_translate.c141 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
142 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
250 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind ) in newTemp() argument
254 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty); in newTemp()
258 newIx = VG_(addToXA)( mce->tmpMap, &ent ); in newTemp()
266 static IRTemp findShadowTmpV ( MCEnv* mce, IRTemp orig ) in findShadowTmpV() argument
271 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); in findShadowTmpV()
275 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh ); in findShadowTmpV()
278 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); in findShadowTmpV()
296 static void newShadowTmpV ( MCEnv* mce, IRTemp orig ) in newShadowTmpV() argument
[all …]
/external/valgrind/VEX/useful/
Dtest_main.c550 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
610 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig ) in findShadowTmp() argument
612 tl_assert(orig < mce->n_originalTmps); in findShadowTmp()
613 if (mce->tmpMap[orig] == IRTemp_INVALID) { in findShadowTmp()
614 mce->tmpMap[orig] in findShadowTmp()
615 = newIRTemp(mce->bb->tyenv, in findShadowTmp()
616 shadowType(mce->bb->tyenv->types[orig])); in findShadowTmp()
618 return mce->tmpMap[orig]; in findShadowTmp()
627 static void newShadowTmp ( MCEnv* mce, IRTemp orig ) in newShadowTmp() argument
629 tl_assert(orig < mce->n_originalTmps); in newShadowTmp()
[all …]
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp36 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>(); in emitCode() local
37 const GrTextureDomain& domain = mce.domain(); in emitCode()
39 int kWidth = mce.kernelSize().width(); in emitCode()
40 int kHeight = mce.kernelSize().height(); in emitCode()
83 if (!mce.convolveAlpha()) { in emitCode()
90 if (mce.convolveAlpha()) { in emitCode()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dmce.h8 struct mce { struct
/external/elfutils/tests/
Drun-readelf-mixed-corenote.sh257 …HWCAP: 0xafebfbff <fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflus…
459 HWCAP: 0x780abfd <fpu de pse tsc msr pae mce cx8 apic sep pge cmov mmx fxsr sse sse2>
530 …HWCAP: 0xbfebfbff <fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflus…
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt150 due to mce.useLLVMworkarounds = True
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimal.java132 …private static final android.icu.math.MathContext mce = new android.icu.math.MathContext(9, androi… field in DiagBigDecimal
1714 ….math.BigDecimal("5")).divideInteger(new android.icu.math.BigDecimal("2"), mce).toString()).equals… in diagdivideInteger()
1958 …(new Test("mul052")).ok=(l12345.multiply(new android.icu.math.BigDecimal("1e+9"),mce).toString()).… in diagmultiply()
1959 …(new Test("mul053")).ok=(l12345.multiply(new android.icu.math.BigDecimal("1e10"),mce).toString()).… in diagmultiply()
1960 …(new Test("mul054")).ok=(l12345.multiply(new android.icu.math.BigDecimal("1e11"),mce).toString()).… in diagmultiply()
1961 …(new Test("mul055")).ok=(l12345.multiply(new android.icu.math.BigDecimal("1e12"),mce).toString()).… in diagmultiply()
1962 …(new Test("mul056")).ok=(l12345.multiply(new android.icu.math.BigDecimal("1e13"),mce).toString()).… in diagmultiply()
1968 …(new Test("mul063")).ok=(ten.multiply(new android.icu.math.BigDecimal("9e999999999"),mce).toString… in diagmultiply()
1969 …(new Test("mul064")).ok=(ten.multiply(new android.icu.math.BigDecimal("9.9e999999999"),mce).toStri… in diagmultiply()
1971 tenedge = ten.multiply(edge, mce); in diagmultiply()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimal.java128 …private static final com.ibm.icu.math.MathContext mce = new com.ibm.icu.math.MathContext(9, com.ib… field in DiagBigDecimal
1710 ….math.BigDecimal("5")).divideInteger(new com.ibm.icu.math.BigDecimal("2"), mce).toString()).equals… in diagdivideInteger()
1954 …(new Test("mul052")).ok=(l12345.multiply(new com.ibm.icu.math.BigDecimal("1e+9"),mce).toString()).… in diagmultiply()
1955 …(new Test("mul053")).ok=(l12345.multiply(new com.ibm.icu.math.BigDecimal("1e10"),mce).toString()).… in diagmultiply()
1956 …(new Test("mul054")).ok=(l12345.multiply(new com.ibm.icu.math.BigDecimal("1e11"),mce).toString()).… in diagmultiply()
1957 …(new Test("mul055")).ok=(l12345.multiply(new com.ibm.icu.math.BigDecimal("1e12"),mce).toString()).… in diagmultiply()
1958 …(new Test("mul056")).ok=(l12345.multiply(new com.ibm.icu.math.BigDecimal("1e13"),mce).toString()).… in diagmultiply()
1964 …(new Test("mul063")).ok=(ten.multiply(new com.ibm.icu.math.BigDecimal("9e999999999"),mce).toString… in diagmultiply()
1965 …(new Test("mul064")).ok=(ten.multiply(new com.ibm.icu.math.BigDecimal("9.9e999999999"),mce).toStri… in diagmultiply()
1967 tenedge = ten.multiply(edge, mce); in diagmultiply()
[all …]
/external/avahi/po/
Dcs.po173 msgstr "Chybná délka NCP rámce"
/external/regex-re2/benchlog/
Dbenchlog.r7017 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr s…
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.sym50 FILE 49 f:\dd\public\ddk\inc\mce.h
Domap_stretched_filled.sym50 FILE 49 f:\dd\public\ddk\inc\mce.h
Domap_reorder_funcs.sym50 FILE 49 f:\dd\public\ddk\inc\mce.h
Domap_stretched.sym50 FILE 49 f:\dd\public\ddk\inc\mce.h
Domap_reorder_bbs.sym51 FILE 49 f:\dd\public\ddk\inc\mce.h
/external/libexif/po/
Dsk.po5360 msgstr "Predzachytávať rámce"
/external/google-breakpad/src/processor/testdata/
Dmodule0.out4471 FILE 4470 f:\sp\public\sdk\inc\mce.h
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym4471 FILE 4470 f:\sp\public\sdk\inc\mce.h