Searched refs:Vec (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/mca/filterpacks/native/base/ |
D | vec_types.h | 49 class Vec : public VecBase<T,dim> { 51 Vec() {} in Vec() function 52 Vec<T,dim>& operator = (const Vec<T, dim> &x) { 59 Vec<T, dim> operator + (const Vec<T,dim> &x, const Vec<T,dim> &y) { 60 Vec<T, dim> out; 67 Vec<T, dim> operator - (const Vec<T,dim> &x, const Vec<T,dim> &y) { 68 Vec<T, dim> out; 75 Vec<T, dim> operator * (const Vec<T,dim> &x, const Vec<T,dim> &y) { 76 Vec<T, dim> out; 83 Vec<T, dim> operator / (const Vec<T,dim> &x, const Vec<T,dim> &y) { [all …]
|
/frameworks/native/libs/math/tests/ |
D | half_test.cpp | 85 TEST_F(HalfTest, Vec) { in TEST_F() argument
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2840 Value *Vec, *Idx; in ParseFunctionBody() local 2841 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody() 2844 I = ExtractElementInst::Create(Vec, Idx); in ParseFunctionBody() 2851 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local 2852 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody() 2854 cast<VectorType>(Vec->getType())->getElementType(), Elt) || in ParseFunctionBody() 2857 I = InsertElementInst::Create(Vec, Elt, Idx); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3101 Value *Vec, *Idx; in ParseFunctionBody() local 3102 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody() 3105 I = ExtractElementInst::Create(Vec, Idx); in ParseFunctionBody() 3112 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local 3113 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody() 3115 cast<VectorType>(Vec->getType())->getElementType(), Elt) || in ParseFunctionBody() 3118 I = InsertElementInst::Create(Vec, Elt, Idx); in ParseFunctionBody()
|