Searched refs:f7 (Results 1 - 25 of 180) sorted by relevance

12345678

/external/clang/test/CodeGen/
H A Dinline2.c34 // CHECK-GNU89-LABEL: define i32 @f7()
35 // CHECK-C99-LABEL: define i32 @f7()
36 extern inline int f7(void);
37 extern int f7(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmicrosoft-call-conv-x64.c35 void __stdcall f7(foo) int foo; {} function
37 f7(0);
38 // CHECK: call void @f7(i32 0)
H A Dmangle-windows.c22 void __fastcall f7(long a) {} function
23 // CHECK: define x86_fastcallcc void @"\01@f7@4"
H A Dmicrosoft-call-conv.c48 void __stdcall f7(foo) int foo; {} function
50 f7(0);
51 // CHECK: call x86_stdcallcc void @f7(i32 0)
H A D2007-09-28-PackedUnionMember.c13 } f7; member in union:H::__anon18546
H A Dfunctions.c45 void f7(float f, float g) { function
47 // CHECK: define void @f7(float{{.*}}, float{{.*}})
H A Dle32-arguments.c51 // CHECK-LABEL: define void @f7(%union.simple_union* byval %s)
52 void f7(union simple_union s) {} function
/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s10 # CHECK: abs.s $f6, $f7 # encoding: [0x85,0x39,0x00,0x46]
12 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46]
14 # CHECK: floor.w.s $f6, $f7 # encoding: [0x8f,0x39,0x00,0x46]
16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46]
18 # CHECK: mul.s $f9, $f6, $f7 # encoding: [0x42,0x32,0x07,0x46]
20 # CHECK: neg.s $f6, $f7 # encoding: [0x87,0x39,0x00,0x46]
22 # CHECK: round.w.s $f6, $f7 # encoding: [0x8c,0x39,0x00,0x46]
24 # CHECK: sqrt.s $f6, $f7 # encoding: [0x84,0x39,0x00,0x46]
26 # CHECK: sub.s $f9, $f6, $f7 # encoding: [0x41,0x32,0x07,0x46]
28 # CHECK: trunc.w.s $f6, $f7 # encodin
[all...]
/external/clang/test/Sema/
H A Dwarn-unused-function.c23 static void f7(void);
25 void f9(void) { f8(f7); }
26 static void f7(void) {} function
H A DMicrosoftCompatibility.c23 __declspec(__noreturn__) void f7(void); /* expected-warning {{__declspec attribute '__noreturn__' is not supported}} */
H A Dfloating-point-compare.c23 int f7(float x) { function
H A Dattr-availability.c37 void f7(int) __attribute__((availability(ios,introduced=2.0)));
38 void f7(int) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{previous attribute is here}}
39 void f7(int) __attribute__((availability(ios,deprecated=4.0))); // expected-warning {{availability does not match previous declaration}}
H A Dattr-args.c10 inline __attribute__((nothrow(a))) void *f7(); // expected-error {{'nothrow' attribute takes no arguments}}
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp59 void f7(int(C7)) { } // expected-note{{candidate}} function
62 f7(1); // expected-error{{no matching function}}
63 f7(g7); //OK
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2594.js91 function f7() {
98 assertEquals(2, f7()) // !
H A Dregress-clobbered-fp-regs.js37 var f7 = 0.7 * y;
40 var sum = (f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8);
/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp61 string_filter f7(v1, v2);
62 check(f7, "ok", true);
63 check(f7, "ok2", true);
64 check(f7, "no", false);
H A Dpath_filter_tests.cpp69 path_filter f7(".", "");
70 check(f7, ".", true);
75 check(f7, "foo", true);
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dnorm.S58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available
74 fadds %f7, %f4, %f7 ! FGA Group stall f4,f7 available
76 /* f3=tx, f5=ty, f7=tz */
81 fmuls %f7,
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dnorm.S58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available
74 fadds %f7, %f4, %f7 ! FGA Group stall f4,f7 available
76 /* f3=tx, f5=ty, f7=tz */
81 fmuls %f7,
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp65 template_tuple<Templates...> f7() {} function
67 template template_tuple<identity, add_reference> f7();
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
288 "lwc1 %[f7], 28(%[a]) \n\t"
295 "add.s %[f3], %[f5], %[f7] \n\t"
296 "sub.s %[f5], %[f5], %[f7] \n\t"
297 "add.s %[f7], %[f8], %[f2] \n\t"
305 "swc1 %[f7], 0(%[a]) \n\t"
321 "lwc1 %[f7], 60(%[a]) \n\t"
328 "add.s %[f2], %[f5], %[f7] \n\t"
329 "sub.s %[f5], %[f5], %[f7] \n\t"
330 "add.s %[f7],
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dloopcount.js62 function f7() { function
68 assertEquals(0x40000001, f7());
/external/chromium_org/v8/test/mjsunit/
H A Dswitch.js266 function f7(value) { function
300 assertEquals("default", f7(0.1), "0-1-switch.double-0.1");
301 assertEquals("0", f7(-0), "0-1-switch.double-neg0");
302 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi");
303 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi");
304 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++");
305 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--");
306 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp35 virtual void f7() noexcept;
71 virtual void f7() noexcept;

Completed in 543 milliseconds

12345678