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

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
inline2.c 34 // CHECK-GNU89: define i32 @f7()
35 // CHECK-C99: define i32 @f7()
36 extern inline int f7(void);
37 extern int f7(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv-x64.c 35 void __stdcall f7(foo) int foo; {} function
37 f7(0);
38 // CHECK: call void @f7(i32 0)
microsoft-call-conv.c 46 void __stdcall f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
2007-09-28-PackedUnionMember.c 13 } f7; member in union:H::__anon18200
functions.c 45 void f7(float f, float g) { function
47 // CHECK: define void @f7(float{{.*}}, float{{.*}})
le32-arguments.c 51 // CHECK: define void @f7(%union.simple_union* byval %s)
52 void f7(union simple_union s) {} function
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 9 # CHECK: abs.s $f6, $f7 # encoding: [0x85,0x39,0x00,0x46]
11 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46]
13 # CHECK: floor.w.s $f6, $f7 # encoding: [0x8f,0x39,0x00,0x46]
15 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46]
17 # CHECK: mul.s $f9, $f6, $f7 # encoding: [0x42,0x32,0x07,0x46]
19 # CHECK: neg.s $f6, $f7 # encoding: [0x87,0x39,0x00,0x46]
21 # CHECK: round.w.s $f6, $f7 # encoding: [0x8c,0x39,0x00,0x46]
23 # CHECK: sqrt.s $f6, $f7 # encoding: [0x84,0x39,0x00,0x46]
25 # CHECK: sub.s $f9, $f6, $f7 # encoding: [0x41,0x32,0x07,0x46]
27 # CHECK: trunc.w.s $f6, $f7 # encoding: [0x8d,0x39,0x00,0x46
    [all...]
  /external/clang/test/Sema/
warn-unused-function.c 25 static void f7(void);
27 void f9(void) { f8(f7); }
28 static void f7(void) {} function
floating-point-compare.c 23 int f7(float x) { function
attr-availability.c 37 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}}
attr-args.c 10 inline __attribute__((nothrow(a))) void *f7(); // expected-error {{'nothrow' attribute takes no arguments}}
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 61 void f7(int(C7)) { } // expected-note{{candidate}} function
64 f7(1); // expected-error{{no matching function}}
65 f7(g7); //OK
  /external/oprofile/libutil++/tests/
string_filter_tests.cpp 61 string_filter f7(v1, v2);
62 check(f7, "ok", true);
63 check(f7, "ok2", true);
64 check(f7, "no", false);
path_filter_tests.cpp 69 path_filter f7(".", "");
70 check(f7, ".", true);
75 check(f7, "foo", true);
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
norm.S 58 * 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, %f7, %f10 ! FGM Group f7 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 58 * 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, %f7, %f10 ! FGM Group f7 availabl
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 65 template_tuple<Templates...> f7() {} function
67 template template_tuple<identity, add_reference> f7();
mangle-neon-vectors.cpp 33 void f7(float16x4_t v) {} function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 27 float f7 = 0.0f; local
  /external/libffi/testsuite/libffi.call/
many.c 18 float f7,
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
many_win32.c 18 float f7,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/clang/test/SemaTemplate/
dependent-type-identity.cpp 63 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/CXX/except/except.spec/
p5-virtual.cpp 35 virtual void f7() noexcept;
71 virtual void f7() noexcept;
  /external/chromium_org/third_party/skia/include/core/
SkEndian.h 174 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
182 SK_OT_BYTE f7 : 1;
184 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
185 SK_OT_BYTE f7 : 1; \
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 13 int (*f7)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} variable

Completed in 539 milliseconds

1 2 3 4 5 6 7 8