/external/llvm/unittests/Bitcode/ |
D | BitReaderTest.cpp | 102 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/ |
D | authenticatedchannel9.h | 54 UINT InputSize, 61 UINT InputSize,
|
D | authenticatedchannel9.c | 52 UINT InputSize, in NineAuthenticatedChannel9_Query() argument 62 UINT InputSize, in NineAuthenticatedChannel9_Configure() argument
|
D | nine_lock.c | 102 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/ |
D | APFloat.h | 644 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/ |
D | APFloat.h | 1000 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/ |
D | APFloat.cpp | 4318 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/ |
D | CGStmt.cpp | 1889 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() local 1890 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1444 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local 1446 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
|
D | InstCombineCompares.cpp | 4340 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/ |
D | InstCombineCompares.cpp | 2592 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/ |
D | InstCombineCasts.cpp | 1671 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local 1673 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
|
D | InstCombineCompares.cpp | 4924 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/ |
D | PPCISelLowering.cpp | 12040 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/ |
D | d3d9.h | 576 …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/ |
D | DAGCombiner.cpp | 9095 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/ |
D | DAGCombiner.cpp | 11648 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local 11650 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
|