HomeSort by relevance Sort by last modified time
    Searched defs:float2 (Results 1 - 19 of 19) sorted by null

  /external/clang/test/PCH/Inputs/
chain-ext_vector1.h 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
  /external/clang/test/PCH/
ext_vector.h 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
  /external/clang/test/Sema/
ext_vector_casts.c 3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
10 float2 vec2;
32 vec4 = (float4)vec2; // expected-error {{invalid conversion between ext-vector type 'float4' and 'float2'}}
47 typedef __attribute__(( ext_vector_type(2) )) float2 vecfloat2; // expected-error{{invalid vector element type 'float2'}}
49 void inc(float2 f2) {
50 f2++; // expected-error{{cannot increment value of type 'float2'}}
51 __real f2; // expected-error{{invalid type 'float2' to __real operator}}
ext_vector_components.c 3 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; }
  /external/clang/test/SemaTemplate/
ext-vector-type.cpp 87 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/
ext-vector.c 4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
20 float2 vec2, vec2_2;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 23 typedef float float2 __attribute__((ext_vector_type(2))); typedef
rsCpuRuntimeStubs.cpp 32 typedef float float2 __attribute__((ext_vector_type(2))); typedef
78 static void SC_debugF2(const char *s, const float2 *f) {
79 ALOGD("float2 %s {%f, %f}", s, f->x, f->y);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 37 typedef float float2 __attribute__((ext_vector_type(2))); typedef
773 ELEMENT_AT(float2, RS_TYPE_FLOAT_32, 2)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 237 milliseconds