Searched refs:vector_float2 (Results 1 – 3 of 3) sorted by relevance
4 typedef __attribute__((__ext_vector_type__(2))) float vector_float2; typedef7 @property (nonatomic, assign) vector_float2 position;15 (vector_float2){targetAgent.position.x, targetAgent.position.y};
70 typedef __attribute__((__ext_vector_type__(2))) float vector_float2; typedef71 bool foo123(vector_float2 &A, vector_float2 &B) in foo123()