HomeSort by relevance Sort by last modified time
    Searched defs:float2 (Results 1 - 12 of 12) 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
exprs.h 106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
107 typedef typeof(__builtin_convertvector(vec2, float2)) convert_expr;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.cpp 35 float float2; member in struct:blink::ExpectedTextRunSize
  /external/clang/test/Sema/
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; }
vector-cast.c 39 typedef float float2 __attribute__ ((vector_size (8))); typedef
42 float2 f2;
ext_vector_casts.c 3 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/
err_init_conversion_failed.cpp 39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
42 void test14(const float2 in, const float2 out) {
  /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/chromium_org/third_party/angle/src/compiler/translator/
Initialize.cpp 21 TType *float2 = new TType(EbtFloat, 2); local
34 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "radians", float2);
39 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "degrees", float2);
44 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "sin", float2);
49 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "cos", float2);
54 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "tan", float2)
    [all...]
  /external/clang/test/CodeGen/
ext-vector.c 4 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/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 376 milliseconds