Searched refs:NextSize (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/core/ |
D | bitmap_test.cc | 27 size_t NextSize(size_t n) { return n + ((n < 75) ? 1 : 25); } in NextSize() function 38 for (size_t n = 0; n < 200; n = NextSize(n)) { in TEST() 58 for (size_t n = 0; n < 200; n = NextSize(n)) { in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | Archive.cpp | 69 size_t NextSize = sizeof(ArchiveMemberHeader) + in getNext() local 72 return Child(Parent, StringRef(NextLoc, NextSize)); in getNext()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1627 unsigned NextSize; in LexNumericConstant() local 1628 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant() 1633 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant() 1698 unsigned NextSize; in LexUDSuffix() local 1699 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix() 1714 Consumed += NextSize; in LexUDSuffix()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1406 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_Binary() local 1409 NextSize *= 2; in WidenVecRes_Binary() 1410 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_Binary() 1426 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_Binary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2497 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local 2500 NextSize *= 2; in WidenVecRes_BinaryCanTrap() 2501 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_BinaryCanTrap() 2518 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2289 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local 2292 NextSize *= 2; in WidenVecRes_BinaryCanTrap() 2293 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_BinaryCanTrap() 2310 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap()
|