Lines Matching refs:MaxSizeAtCompileTime
50 Map<T> res(out+i*T::MaxSizeAtCompileTime); in operator ()()
104 Map<T> res(out + num_special_inputs + i*T::MaxSizeAtCompileTime); in operator ()()
119 int out_idx = i * (num_scalar_operators + num_vector_operators * T::MaxSizeAtCompileTime); in operator ()()
158 const int res_size = T::MaxSizeAtCompileTime * num_scalar_operators; in operator ()()
159 const int size = T::MaxSizeAtCompileTime; in operator ()()
240 int offset = 2*i*T::MaxSizeAtCompileTime; in operator ()()
246 offset += T::MaxSizeAtCompileTime; in operator ()()
284 Map<T3> res(out+i*T3::MaxSizeAtCompileTime); in operator ()()
296 Map<T2> res(out+i*T2::MaxSizeAtCompileTime); in operator ()()
309 Map<Vec> res(out+i*Vec::MaxSizeAtCompileTime); in operator ()()
325 Map<Vec> res(out+i*Vec::MaxSizeAtCompileTime); in operator ()()
340 Map<T> res(out+i*T::MaxSizeAtCompileTime); in operator ()()