Searched defs:float2 (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/PCH/Inputs/
H A Dchain-ext_vector1.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
/external/clang/test/PCH/
H A Dext_vector.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
H A Dexprs.h106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
107 typedef typeof(__builtin_convertvector(vec2, float2)) convert_expr;
/external/clang/test/Sema/
H A Dext_vector_components.c3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
11 float2 vec2, vec2_2;
17 vec2.z; // expected-error {{vector component access exceeds type 'float2'}}
18 vec2.xyzw; // expected-error {{vector component access exceeds type 'float2'}}
36 vec4.xy.w; // expected-error {{vector component access exceeds type 'float2'}}
44 float2 lo(float3 x) { return x.lo; }
45 float2 hi(float3 x) { return x.hi; }
46 float2 ev(float3 x) { return x.even; }
47 float2 od(float3 x) { return x.odd; }
H A Dvector-cast.c39 typedef float float2 __attribute__ ((vector_size (8))); typedef
42 float2 f2;
H A Dext_vector_casts.c3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
14 float2 vec2;
40 vec4 = (float4)vec2; // expected-error {{invalid conversion between ext-vector type 'float4' (vector of 4 'float' values) and 'float2' (vector of 2 'float' values)}}
54 typedef __attribute__(( ext_vector_type(2) )) float2 vecfloat2; // expected-error{{invalid vector element type 'float2' (vector of 2 'float' values)}}
56 void inc(float2 f2) {
57 f2++; // expected-error{{cannot increment value of type 'float2' (vector of 2 'float' values)}}
58 __real f2; // expected-error{{invalid type 'float2' (vector of 2 'float' values) to __real operator}}
99 float2 vf = f;
/external/clang/test/SemaCXX/
H A Derr_init_conversion_failed.cpp39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
42 void test14(const float2 in, const float2 out) {
/external/clang/test/SemaTemplate/
H A Dext-vector-type.cpp87 typedef float __attribute__((ext_vector_type(2))) float2; typedef in namespace:Deduction
92 int array2[X0<float2>::value == 2? 1 : -1];
/external/clang/test/CodeGen/
H A Dext-vector.c4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
20 float2 vec2, vec2_2;
291 void test16(float2 a, float2 b) {
292 float2 t0 = (a + b) / 2;
/external/clang/test/OpenMP/
H A Datomic_read_codegen.c72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
73 float2 float2x;
H A Datomic_update_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
73 float2 float2x;
H A Datomic_write_codegen.c72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
73 float2 float2x;
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1602 * @param float2 {@code null-ok;} the float-to-float rop, if any
1608 Rop long2, Rop float2, Rop double2) {
1626 case Type.BT_FLOAT: result = float2; break;
1606 pickBinaryOp(TypeList types, Rop int1, Rop long1, Rop float1, Rop double1, Rop int2, Rop long2, Rop float2, Rop double2) argument
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 779 milliseconds