Home
last modified time | relevance | path

Searched refs:InputSize (Results 1 – 17 of 17) sorted by relevance

/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp102 static size_t InputSize = StreamingMemoryObject::kChunkSize + 5; in TEST() local
103 char *Text = new char[InputSize]; in TEST()
104 std::memset(Text, 'a', InputSize); in TEST()
105 Text[InputSize - 1] = '\0'; in TEST()
119 Cursor.JumpToBit((InputSize - 4) * CHAR_BIT); in TEST()
/external/mesa3d/src/gallium/state_trackers/nine/
Dauthenticatedchannel9.h54 UINT InputSize,
61 UINT InputSize,
Dauthenticatedchannel9.c52 UINT InputSize, in NineAuthenticatedChannel9_Query() argument
62 UINT InputSize, in NineAuthenticatedChannel9_Configure() argument
Dnine_lock.c102 UINT InputSize, in LockAuthenticatedChannel9_Query() argument
109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput); in LockAuthenticatedChannel9_Query()
116 UINT InputSize, in LockAuthenticatedChannel9_Configure() argument
122 r = NineAuthenticatedChannel9_Configure(This, InputSize, pInput, pOutput); in LockAuthenticatedChannel9_Configure()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h644 unsigned int InputSize, bool IsSigned,
647 unsigned int InputSize, bool IsSigned,
1082 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() argument
1085 convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM)); in convertFromSignExtendedInteger()
1088 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger() argument
1091 convertFromZeroExtendedInteger(Input, InputSize, IsSigned, RM)); in convertFromZeroExtendedInteger()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() argument
1002 return getIEEE().convertFromSignExtendedInteger(Input, InputSize, IsSigned, in convertFromSignExtendedInteger()
1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger() argument
1008 return getIEEE().convertFromZeroExtendedInteger(Input, InputSize, IsSigned, in convertFromZeroExtendedInteger()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp4318 unsigned int InputSize, in convertFromSignExtendedInteger() argument
4322 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger()
4329 unsigned int InputSize, in convertFromZeroExtendedInteger() argument
4333 auto Ret = Tmp.convertFromZeroExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromZeroExtendedInteger()
/external/clang/lib/CodeGen/
DCGStmt.cpp1889 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() local
1890 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1444 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local
1446 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
DInstCombineCompares.cpp4340 unsigned InputSize = IntTy->getScalarSizeInBits(); in FoldFCmp_IntToFP_Cst() local
4345 if ((int)InputSize > MantissaWidth) { in FoldFCmp_IntToFP_Cst()
4350 if (MaxExponent < (int)InputSize - !LHSUnsigned) in FoldFCmp_IntToFP_Cst()
4356 if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned) in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2592 unsigned InputSize = LHSI->getOperand(0)->getType()->getScalarSizeInBits(); in FoldFCmp_IntToFP_Cst() local
2597 ++InputSize; in FoldFCmp_IntToFP_Cst()
2600 if ((int)InputSize > MantissaWidth) in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1671 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local
1673 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
DInstCombineCompares.cpp4924 unsigned InputSize = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
4929 if ((int)InputSize > MantissaWidth) { in foldFCmpIntToFPConst()
4934 if (MaxExponent < (int)InputSize - !LHSUnsigned) in foldFCmpIntToFPConst()
4940 if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned) in foldFCmpIntToFPConst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12040 int InputSize = Input.getValueType().getScalarSizeInBits(); in combineBVOfVecSExt() local
12042 if (InputSize + OutputSize == 40) in combineBVOfVecSExt()
12044 else if (InputSize + OutputSize == 72) in combineBVOfVecSExt()
12046 else if (InputSize + OutputSize == 48) in combineBVOfVecSExt()
12048 else if (InputSize + OutputSize == 80) in combineBVOfVecSExt()
12050 else if (InputSize + OutputSize == 96) in combineBVOfVecSExt()
/external/mesa3d/include/D3D9/
Dd3d9.h576 …HRESULT (WINAPI *Query)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, …
577 …HRESULT (WINAPI *Configure)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInp…
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9095 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local
9097 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11648 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local
11650 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()