Searched defs:VLHS (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dvec.h62 template<typename T, size_t S> class VLHS,
67 VLHS<TYPE, SIZE> PURE doAdd( argument
68 const VLHS<TYPE, SIZE>& lhs,
70 VLHS<TYPE, SIZE> r;
77 template<typename T, size_t S> class VLHS,
82 VLHS<TYPE, SIZE> PURE doSub( argument
83 const VLHS<TYPE, SIZE>& lhs,
85 VLHS<TYPE, SIZE> r;
140 template<typename T, size_t S> class VLHS,
145 inline VLHS<TYP argument
157 operator -( const VLHS<TYPE, SIZE>& lhs, const VRHS<TYPE, SIZE>& rhs) argument
192 dot_product( const VLHS<TYPE, SIZE>& lhs, const VRHS<TYPE, SIZE>& rhs) argument
233 cross_product( const VLHS<TYPE, 3>& u, const VRHS<TYPE, 3>& v) argument
[all...]

Completed in 329 milliseconds