Home
last modified time | relevance | path

Searched refs:f7 (Results 1 – 25 of 133) sorted by relevance

123456

/external/v8/test/mjsunit/
Dswitch.js228 function f7(value) { function
262 assertEquals("default", f7(0.1), "0-1-switch.double-0.1");
263 assertEquals("0", f7(-0), "0-1-switch.double-neg0");
264 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi");
265 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi");
266 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++");
267 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--");
268 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
/external/clang/test/CodeGen/
Dinline2.c36 extern inline int f7(void);
37 extern int f7(void) { return 0; } in f7() function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
Dmicrosoft-call-conv.c46 void __stdcall f7(foo) int foo; {} in f7() function
48 f7(0); in f8()
Dstdcall-fastcall.c46 void __attribute((stdcall)) f7(foo) int foo; {}
48 f7(0); in f8()
/external/oprofile/libutil++/tests/
Dstring_filter_tests.cpp61 string_filter f7(v1, v2); in main() local
62 check(f7, "ok", true); in main()
63 check(f7, "ok2", true); in main()
64 check(f7, "no", false); in main()
Dpath_filter_tests.cpp69 path_filter f7(".", ""); in main() local
70 check(f7, ".", true); in main()
75 check(f7, "foo", true); in main()
/external/clang/test/Sema/
Dwarn-unused-function.c25 static void f7(void);
27 void f9(void) { f8(f7); } in f9()
28 static void f7(void) {} in f7() function
/external/clang/test/SemaCXX/
Ddcl_ambig_res.cpp58 void f7(int(C7)) { } // expected-note{{candidate}} in f7() function
61 f7(1); // expected-error{{no matching function}} in foo7()
62 f7(g7); //OK in foo7()
/external/clang/test/SemaTemplate/
Ddependent-type-identity.cpp63 void f7(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
64 void f7(typename N::X2<U>::template apply<U> *);
65 void f7(typename N::X2<U>::template apply<T> *);
66 void f7(typename X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
/external/clang/test/SemaObjCXX/
Darc-overloading.mm119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') … function
128 f7(strong_id);
129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}}
130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}}
131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}}
/external/libffi/testsuite/libffi.call/
Dmany.c18 float f7, in many() argument
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many()
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in many()
Dmany_win32.c18 float f7, in stdcall_many() argument
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in stdcall_many()
/external/llvm/test/CodeGen/ARM/
Dfpcmp_ueq.ll4 define i32 @f7(float %a, float %b) {
6 ; CHECK: f7:
Dconstants.ll39 define void @f7(i32 %a) {
40 ; CHECK: f7
Dfpconv.ll64 define float @f7(i32 %a) {
65 ;CHECK-VFP: f7:
67 ;CHECK: f7:
/external/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp65 template_tuple<Templates...> f7() {} in f7() function
67 template template_tuple<identity, add_reference> f7();
Dtemp-order.cpp133 static unsigned f7() { in f7() function
196 print("f7", f7()); in test()
197 if (f7() != ORDER2(5, 2)) in test()
/external/v8/test/mjsunit/compiler/
Dloopcount.js62 function f7() { function
68 assertEquals(0x40000001, f7());
/external/clang/test/CXX/except/except.spec/
Dp5-virtual.cpp35 virtual void f7() noexcept;
71 virtual void f7() noexcept;
/external/llvm/test/CodeGen/Thumb/
Dselect.ll70 define double @f7(double %a, double %b) {
75 ; CHECK: f7:
79 ; CHECK-EABI: f7:
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-mvn2.ll33 define i32 @f7(i32 %a) {
34 ; CHECK: f7:
Dthumb2-orr.ll26 define i32 @f7(i32 %a, i32 %b) {
27 ; CHECK: f7:
Dthumb2-tst.ll34 define i1 @f7(i32 %a) {
39 ; CHECK: f7:
Dthumb2-teq.ll34 define i1 @f7(i32 %a) {
39 ; CHECK: f7:
/external/valgrind/main/memcheck/tests/x86/
Dfxsave.stdout.exp10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
78 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00

123456