Searched refs:vecSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
H A DParseContext.h73 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, const TSourceLoc& line);
H A DParseContext.cpp25 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc& line) argument
97 if (fields.offsets[i] >= vecSize) {
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c690 WebRtc_Word16 vecSize; local
693 vecSize = UB_LPC_ORDER;
710 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize);
711 WebRtcIsac_Poly2Rc(poly, vecSize, rc);
712 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize);
713 ptrIO += vecSize;
/external/clang/lib/Sema/
H A DSemaType.cpp1631 llvm::APSInt vecSize(32);
1632 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) {
1641 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue());
4524 llvm::APSInt vecSize(32);
4526 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) {
4541 // vecSize is specified in bytes - convert to bits.
4542 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8);
4683 unsigned vecSize = typeSize * numElts; local
4684 if (vecSize != 64 && vecSize !
[all...]

Completed in 74 milliseconds