Searched defs:Vec (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/mca/filterpacks/native/base/ |
D | vec_types.h | 51 Vec() {} in Vec() function 126 Vec() {} in Vec() function 127 Vec(float x, float y) { in Vec() function 141 Vec() {} in Vec() function 142 Vec(float x, float y, float z) { in Vec() function 157 Vec() {} in Vec() function 158 Vec(float x, float y, float z, float w) { in Vec() function
|
/frameworks/native/libs/math/tests/ |
D | half_test.cpp | 86 TEST_F(HalfTest, Vec) { in TEST_F() argument
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 697 impl<T: SerializeArray> Serialize for Vec<T> { implementation 713 impl<T: SerializeArray> SerializeOption for Vec<T> { implementation 719 impl<T: DeserializeArray> Deserialize for Vec<T> { implementation 735 impl<T: DeserializeArray> DeserializeOption for Vec<T> { implementation
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 889 struct Vec { struct 892 // Vector argument 2x wide (for narrowing and widening instructions). argument
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2840 Value *Vec, *Idx; in ParseFunctionBody() local 2851 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3101 Value *Vec, *Idx; in ParseFunctionBody() local 3112 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
|