Searched refs:f4 (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/win/shard/
H A Dhello4.cc5 int f4() { function
/external/clang/test/PCH/
H A Dchain-ext_vector.c9 int test(float4 f4) { argument
10 return f4.xy; // expected-error{{float2}}
H A Dext_vector.c8 int test(float4 f4) { argument
9 return f4.xy; // expected-error{{float2}}
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-shared-deopt.js39 var f4 = makeF(4);
46 return f4(x - 1);
50 f4(9);
51 f4(11);
52 %OptimizeFunctionOnNextCall(f4);
53 f4(12);
61 f4(1);
/external/chromium_org/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
/external/llvm/test/MC/Sparc/
H A Dsparcv8-instructions.s3 ! 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...]
H A Dsparc-fp-instructions.s3 ! 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/
H A Dfunction1.c5 void f4(int, int);
H A Dfunction2.c6 static void f4(float, float);
/external/clang/test/CodeGenCXX/
H A Dreinterpret-cast.cpp16 void f4(int*&);
18 f4(reinterpret_cast<int*&>(u));
H A Dint64_uint64.cpp23 void f4(uint64_t *ptr) {} function
H A Dmangle-windows.cpp19 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/CodeGen/
H A Dppc64-extend.c13 unsigned int f4(void) { return 0; } function
14 // CHECK: define zeroext i32 @f4() [[NUW]]
H A Dinline2.c45 // 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()
H A Dmicrosoft-call-conv-x64.c5 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()
/external/valgrind/main/none/tests/mips64/
H A Dmove_instructions.c207 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 0);
208 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 8);
209 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 16);
210 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 24);
211 TEST3("movf.s $f4, $f6, $fcc0", f4, f
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-336148.js44 function f4() { return 0 || 2; }; function
50 assertEquals(2, f4());
55 [f1, f2, f3, f4].forEach(function(f) { %OptimizeFunctionOnNextCall(f); });
H A Dregress-smi-math-floor-round.js60 function f4(o) { function
64 assertEquals(2, f4(o));
65 assertEquals(2, f4(o));
66 %OptimizeFunctionOnNextCall(f4);
67 assertEquals(2, f4(o));
/external/clang/test/Sema/
H A Dpragma-pack-5.c27 char f4; member in struct:s2
35 char f4; member in struct:s3
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
H A Dsentinel-attribute.c8 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}}
H A Darg-duplicate.c12 void f4(void) { function
/external/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp59 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/valgrind/main/none/tests/mips32/
H A DMoveIns.c195 "ldc1 $f4, 8($t0)\n\t" \
200 "mfc1 %1, $f4\n\t" \
201 "mfhc1 %2, $f4\n\t" \
221 "ldc1 $f4, 8($t0)\n\t" \
226 "mfc1 %1, $f4\n\t" \
287 TESTINSNMOVE("mfc1 $t5, $f4", 16, f4, t5);
316 TESTINSNMOVEt("mtc1 $t5, $f4", 16, f4, t5);
345 TESTINSNMOVE1s("mov.s $f3, $f4", 1
[all...]
/external/chromium_org/v8/test/webkit/
H A Ddo-while-semicolon.js40 function f4() {
59 uf4 = uneval(f4);
60 ueuf4 = uneval(eval(uneval(f4)));
/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp7 int f4(const int&, int);
17 int(*g8)(const int&, int) = f4;
43 int (*g10)(int&, char) = f4;

Completed in 390 milliseconds

1234567891011>>