HomeSort by relevance Sort by last modified time
    Searched refs:f4 (Results 1 - 25 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/shard/
hello4.cc 5 int f4() { function
  /external/clang/test/PCH/
chain-ext_vector.c 9 int test(float4 f4) {
10 return f4.xy; // expected-error{{float2}}
ext_vector.c 8 int test(float4 f4) {
9 return f4.xy; // expected-error{{float2}}
  /external/llvm/test/MC/Sparc/
sparcv8-instructions.s 3 ! CHECK: fcmps %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x24]
4 ! CHECK: fcmpd %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x44]
5 ! CHECK: fcmpq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x64]
6 fcmps %f0, %f4
7 fcmpd %f0, %f4
8 fcmpq %f0, %f4
10 ! CHECK: fcmpes %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xa4]
11 ! CHECK: fcmped %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xc4]
12 ! CHECK: fcmpeq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xe4]
13 fcmpes %f0, %f4
    [all...]
sparc-fp-instructions.s 3 ! CHECK: fitos %f0, %f4 ! encoding: [0x89,0xa0,0x18,0x80]
4 ! CHECK: fitod %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x00]
5 ! CHECK: fitoq %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x80]
6 fitos %f0, %f4
7 fitod %f0, %f4
8 fitoq %f0, %f4
10 ! CHECK: fstoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x20]
11 ! CHECK: fdtoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x40]
12 ! CHECK: fqtoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x60]
13 fstoi %f0, %f4
    [all...]
  /external/clang/test/ASTMerge/Inputs/
function1.c 5 void f4(int, int);
function2.c 6 static void f4(float, float);
  /external/clang/test/CodeGen/
ppc64-extend.c 13 unsigned int f4(void) { return 0; } function
14 // CHECK: define zeroext i32 @f4() [[NUW]]
inline2.c 45 // CHECK-GNU89-LABEL: define available_externally i32 @f4()
46 // CHECK-C99-LABEL: define i32 @f4()
47 int f4(void);
48 extern inline int f4(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv-x64.c 5 void __fastcall f4(void) { function
6 // CHECK-LABEL: define void @f4()
19 void (__fastcall *pf4)(void) = f4;
23 f4(); f5();
24 // CHECK: call void @f4()
struct-passing.c 14 void __attribute__((const)) f4(T1 a);
17 void *ps[] = { f0, f1, f2, f3, f4, f5 };
23 // CHECK: declare void @f4({{.*}} byval align 4)
  /external/clang/test/CodeGenCXX/
reinterpret-cast.cpp 16 void f4(int*&);
18 f4(reinterpret_cast<int*&>(u));
int64_uint64.cpp 23 void f4(uint64_t *ptr) {} function
mangle-windows.cpp 19 extern "C" void __fastcall f4(void) {} function
20 // WIN: define x86_fastcallcc void @"\01@f4@0"
21 // ITANIUM: define x86_fastcallcc void @"\01@f4@0"
  /external/clang/test/Sema/
pragma-pack-5.c 27 char f4; member in struct:s2
35 char f4; member in struct:s3
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
sentinel-attribute.c 8 void f4(int a, ...) __attribute__ ((sentinel(1, 2, 3))); //expected-error{{'sentinel' attribute takes no more than 2 arguments}}
9 void f4(int a, ...) __attribute__ ((sentinel(-1))); //expected-error{{parameter 1 less than zero}}
10 void f4(int a, ...) __attribute__ ((sentinel(0, 2))); // expected-error{{parameter 2 not 0 or 1}}
arg-duplicate.c 12 void f4(void) { function
  /external/clang/test/SemaTemplate/
template-id-expr.cpp 59 static int f4(int);
61 static void f4(U);
76 x = Y0::f4(0);
77 x = Y0::f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
78 x = Y0::template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
80 x = this->f4(0);
81 x = this->f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
82 x = this->template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 7 int f4(const int&, int);
17 int(*g8)(const int&, int) = f4;
43 int (*g10)(int&, char) = f4;
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 23 float4 f4 = rsUnpackColor8888(*v_in);
25 float3 mono = dot(f4.rgb, gMonoMult);
  /external/oprofile/libutil++/tests/
glob_filter_tests.cpp 47 glob_filter f4("foo", "foo");
48 check(f4, "foo", false);
49 check(f4, "foo1", false);
50 check(f4, "foo/foo", false);
  /external/chromium_org/ui/base/models/
tree_node_iterator_unittest.cc 31 TestNode* f4 = new TestNode(); local
32 f3->Add(f4, 0);
33 f4->Add(new TestNode(), 0);
46 ASSERT_EQ(f4, iterator.Next());
49 ASSERT_EQ(f4->GetChild(0), iterator.Next());
65 TestNode* f4 = new TestNode(4); local
66 f3->Add(f4, 0);
67 f4->Add(new TestNode(5), 0);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
31 float3 result = dot(f4.rgb, gMonoMult);
32 result = mix( result, f4.rgb, saturationValue );
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
31 float3 result = dot(f4.rgb, gMonoMult);
32 result = mix( result, f4.rgb, saturationValue );
  /development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
31 float3 result = dot(f4.rgb, gMonoMult);
32 result = mix( result, f4.rgb, saturationValue );

Completed in 348 milliseconds

1 2 3 4 5 6 7 8 91011>>