Searched refs:groupSumP (Results 1 – 2 of 2) sorted by relevance
321 float* groupSumP = reinterpret_cast<float*>(&sums1); in process() local322 sum1 += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3]; in process()323 groupSumP = reinterpret_cast<float*>(&sums2); in process()324 sum2 += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3]; in process()
549 const float* groupSumP = reinterpret_cast<float*>(&mSum);550 sum += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3];