Home
last modified time | relevance | path

Searched defs:NextSize (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Dbitmap_test.cc27 size_t NextSize(size_t n) { return n + ((n < 75) ? 1 : 25); } in NextSize() function
/external/clang/lib/Lex/
DLexer.cpp1627 unsigned NextSize; in LexNumericConstant() local
1698 unsigned NextSize; in LexUDSuffix() local
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1792 unsigned NextSize; in LexNumericConstant() local
1863 unsigned NextSize; in LexUDSuffix() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2289 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2915 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3077 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp3251 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local