Home
last modified time | relevance | path

Searched refs:Vec (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterpacks/native/base/
Dvec_types.h49 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/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Dscenegraph_objects.rsh287 rsDebug("Vec X", vec->x);
288 rsDebug("Vec Y", vec->y);
289 rsDebug("Vec Z", vec->z);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2828 Value *Vec, *Idx; in ParseFunctionBody() local
2829 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody()
2832 I = ExtractElementInst::Create(Vec, Idx); in ParseFunctionBody()
2839 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
2840 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody()
2842 cast<VectorType>(Vec->getType())->getElementType(), Elt) || in ParseFunctionBody()
2845 I = InsertElementInst::Create(Vec, Elt, Idx); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3090 Value *Vec, *Idx; in ParseFunctionBody() local
3091 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody()
3094 I = ExtractElementInst::Create(Vec, Idx); in ParseFunctionBody()
3101 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
3102 if (getValueTypePair(Record, OpNum, NextValueNo, Vec) || in ParseFunctionBody()
3104 cast<VectorType>(Vec->getType())->getElementType(), Elt) || in ParseFunctionBody()
3107 I = InsertElementInst::Create(Vec, Elt, Idx); in ParseFunctionBody()