Searched refs:vect (Results 1 – 3 of 3) sorted by relevance
257 std::vector<uint16_t> vect(num_fields); in readLogbuffer() local281 vect[field_idx++] = addr; in readLogbuffer()282 vect[field_idx] = val; in readLogbuffer()287 vect[field_idx] = val; in readLogbuffer()292 vect[field_idx] = val; in readLogbuffer()299 events.push_back(vect); in readLogbuffer()
51 static size_t reclaim(size_t offset, CharVec& vect);
1148 vfloat4 vect = rgbq_sum * rdet; in compute_rgbo_vector() local1150 return vfloat4(dot_s(mat0, vect), in compute_rgbo_vector()1151 dot_s(mat1, vect), in compute_rgbo_vector()1152 dot_s(mat2, vect), in compute_rgbo_vector()1153 dot_s(mat3, vect)); in compute_rgbo_vector()