Searched refs:dot_product (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dvec.h192 TYPE PURE dot_product( function in namespace:android
207 return sqrt(dot_product(v, v));
216 return dot_product(v, v);
397 friend inline TYPE PURE dot_product(const vec& lhs, const vec& rhs) { function in class:android::vec
398 return android::dot_product(lhs, rhs);

Completed in 240 milliseconds