OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vectordot
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/libs/androidfw/
VelocityTracker.cpp
48
static float
vectorDot
(const float* a, const float* b, uint32_t m) {
469
float dot =
vectorDot
(&q[j][0], &q[i][0], m);
489
r[j][i] = i < j ? 0 :
vectorDot
(&q[j][0], &a[i][0], m);
516
outB[i] =
vectorDot
(&q[i][0], wy, m);
[
all
...]
Completed in 635 milliseconds