Searched defs:primarySize (Results 1 – 2 of 2) sorted by relevance
537 unsigned char primarySize = 0; // size of vector or matrix, not size of array variable569 int primarySize; // size of vector or matrix, not size of array member
973 int primarySize = std::max(left->getNominalSize(), right->getNominalSize()); in promote() local