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

1 2

  /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;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 23 typedef float float2 __attribute__((ext_vector_type(2))); typedef
110 static inline float2 clamp(float2 amount, float low, float high) {
111 float2 r;
rsCpuRuntimeStubs.cpp 32 typedef float float2 __attribute__((ext_vector_type(2))); typedef
81 static void SC_debugF2(const char *s, const float2 *f) {
82 ALOGD("float2 %s {%f, %f}", s, f->x, f->y);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 352 class float2: class in function:ComplexTest.test_constructor
358 self.assertAlmostEqual(complex(float2(42.)), 42)
359 self.assertAlmostEqual(complex(real=float2(17.), imag=float2(23.)), 17+23j)
360 self.assertRaises(TypeError, complex, float2(None))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 352 class float2: class in function:ComplexTest.test_constructor
358 self.assertAlmostEqual(complex(float2(42.)), 42)
359 self.assertAlmostEqual(complex(real=float2(17.), imag=float2(23.)), 17+23j)
360 self.assertRaises(TypeError, complex, float2(None))
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 37 typedef float float2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 1098 milliseconds

1 2