OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:groupSumP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
SincResampler.cpp
322
float*
groupSumP
= reinterpret_cast<float*>(&sums1);
323
sum1 +=
groupSumP
[0] +
groupSumP
[1] +
groupSumP
[2] +
groupSumP
[3];
324
groupSumP
= reinterpret_cast<float*>(&sums2);
325
sum2 +=
groupSumP
[0] +
groupSumP
[1] +
groupSumP
[2] +
groupSumP
[3]
[
all
...]
VectorMath.cpp
549
const float*
groupSumP
= reinterpret_cast<float*>(&mSum);
550
sum +=
groupSumP
[0] +
groupSumP
[1] +
groupSumP
[2] +
groupSumP
[3];
Completed in 47 milliseconds