Searched defs:imod (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp120 static inline int imod (int a, int b) function in namespace:tcu::TexVerifierUtil
145 return imod(c, size);
153 return (size - 1) - mirror(imod(c, 2*size) - size);
H A DtcuTexture.cpp1571 static inline int imod (int a, int b) function in namespace:tcu
1609 return imod(c, size);
1612 return imod(c, size);
1619 return (size - 1) - mirror(imod(c, 2*size) - size);
/external/python/cpython3/Lib/
H A Doperator.py15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul',
365 def imod(a, b): function
456 __imod__ = imod
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1707 unsigned imod = fieldFromInstruction32(Insn, 18, 2); local
1714 // imod == '01' --> UNPREDICTABLE
1716 // return failure here. The '01' imod value is unprintable, so there's
1719 if (imod == 1) return MCDisassembler::Fail;
1721 if (imod && M) {
1723 Inst.addOperand(MCOperand::CreateImm(imod));
1726 } else if (imod && !M) {
1728 Inst.addOperand(MCOperand::CreateImm(imod));
1731 } else if (!imod && M) {
1736 // imod
1747 unsigned imod = fieldFromInstruction32(Insn, 9, 2); local
3063 unsigned imod = fieldFromInstruction16(Insn, 4, 1) | 0x2; local
[all...]
/external/capstone/arch/ARM/
H A DARMDisassembler.c2003 unsigned imod = fieldFromInstruction_4(Insn, 18, 2); local
2017 // imod == '01' --> UNPREDICTABLE
2019 // return failure here. The '01' imod value is unprintable, so there's
2022 if (imod == 1) return MCDisassembler_Fail;
2024 if (imod && M) {
2026 MCOperand_CreateImm0(Inst, imod);
2029 } else if (imod && !M) {
2031 MCOperand_CreateImm0(Inst, imod);
2034 } else if (!imod && M) {
2039 // imod
2051 unsigned imod = fieldFromInstruction_4(Insn, 9, 2); local
3858 unsigned imod = fieldFromInstruction_2(Insn, 4, 1) | 0x2; local
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1979 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
1993 // imod == '01' --> UNPREDICTABLE
1995 // return failure here. The '01' imod value is unprintable, so there's
1998 if (imod == 1) return MCDisassembler::Fail;
2000 if (imod && M) {
2002 Inst.addOperand(MCOperand::createImm(imod));
2005 } else if (imod && !M) {
2007 Inst.addOperand(MCOperand::createImm(imod));
2010 } else if (!imod && M) {
2015 // imod
2026 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
3922 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
[all...]
/external/swiftshader/src/Shader/
H A DShaderCore.cpp775 void ShaderCore::imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 326 milliseconds