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

/frameworks/base/media/mca/filterpacks/native/base/
H A Dvec_types.h49 class Vec : public VecBase<T,dim> { class in namespace:android::filterfw
51 Vec() {} function in class:android::filterfw::Vec
52 Vec<T,dim>& operator = (const Vec<T, dim> &x) { argument
59 Vec<T, dim> operator + (const Vec<T,dim> &x, const Vec<T,dim> &y) { argument
60 Vec<T, dim> out;
67 Vec<T, dim> operator - (const Vec< argument
75 operator *(const Vec<T,dim> &x, const Vec<T,dim> &y) argument
83 operator /(const Vec<T,dim> &x, const Vec<T,dim> &y) argument
91 dot(const Vec<T,dim> &x, const Vec<T,dim> &y) argument
99 operator *(const Vec<T,dim> &x, T scale) argument
107 operator /(const Vec<T,dim> &x, T scale) argument
115 operator +(const Vec<T,dim> &x, T val) argument
124 class Vec<float, 2> : public VecBase<float, 2> { class in namespace:android::filterfw
126 Vec() {} function in class:android::filterfw::Vec
127 Vec(float x, float y) { function in class:android::filterfw::Vec
131 operator =(const Vec<float, 2> &x) argument
138 class Vec<float, 3> { class in namespace:android::filterfw
141 Vec() {} function in class:android::filterfw::Vec
142 Vec(float x, float y, float z) { function in class:android::filterfw::Vec
147 operator =(const Vec<float, 3> &x) argument
154 class Vec<float, 4> { class in namespace:android::filterfw
157 Vec() {} function in class:android::filterfw::Vec
158 Vec(float x, float y, float z, float w) { function in class:android::filterfw::Vec
164 operator =(const Vec<float, 4> &x) argument
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2439 Value *Vec, *Idx; local
2440 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) ||
2443 I = ExtractElementInst::Create(Vec, Idx);
2450 Value *Vec, *Elt, *Idx; local
2451 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) ||
2453 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
2456 I = InsertElementInst::Create(Vec, Elt, Idx);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2697 Value *Vec, *Idx; local
2698 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) ||
2701 I = ExtractElementInst::Create(Vec, Idx);
2708 Value *Vec, *Elt, *Idx; local
2709 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) ||
2711 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
2714 I = InsertElementInst::Create(Vec, Elt, Idx);

Completed in 74 milliseconds