Searched refs:typeArrayNdx (Results 1 – 2 of 2) sorted by relevance
2216 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1. in init() local2218 types[i] = isFloat ? floatTypes[typeArrayNdx] in init()2219 : isBool ? boolTypes[typeArrayNdx] in init()2220 : isInt ? intTypes[typeArrayNdx] in init()2221 : isMat ? matrixTypes[typeArrayNdx] in init()
2261 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1. in init() local2263 types[i] = isFloat ? floatTypes[typeArrayNdx] in init()2264 : isBool ? boolTypes[typeArrayNdx] in init()2265 : isInt ? intTypes[typeArrayNdx] in init()2266 : isMat ? matrixTypes[typeArrayNdx] in init()