Searched defs:float3 (Results 1 – 14 of 14) sorted by relevance
14 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef29 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration argument38 -(void)takeVector:(float3)v { argument49 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { // expected-error {{'float3' (vector of 3 'flo… argument52 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // expected-error {{'float3' (vector of 3 'flo… argument55 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { // expected-error {{'float3' (vector of 3 'float' va… argument58 -(void)takeVector5:(float3)v AVAILABLE_IOS_9 { // expected-error {{'float3' (vector of 3 'float' va… argument71 -(void)takeVector:(float3)v { argument86 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { argument94 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // no error argument[all …]
39 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
3 typedef float float3 __attribute__((ext_vector_type(3))); typedef
33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
164 struct float3 { struct 170 float pr51813_2(struct float3 s) { in pr51813_2() argument
66 typedef vector<float, 3> float3; global() typedef
98 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
242 typedef float float3 __attribute__((vector_size (12))); typedef
208 typedef float float3 __attribute__((ext_vector_type(3))); global() typedef
68 typedef float float3 __attribute__((ext_vector_type(3))); typedef
76 typedef float float3 __attribute__((ext_vector_type(3))); global() typedef