HomeSort by relevance Sort by last modified time
    Searched refs:f2 (Results 126 - 150 of 709) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 3 void f2() { function
  /external/clang/test/CXX/expr/
p10-0x.cpp 42 void f2(volatile int *x) { function
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp 10 void f2();
  /external/clang/test/CodeGen/
2008-07-31-promotion-of-compound-pointer-arithmetic.c 6 // CHECK: define i32 @f2
26 int f2(long n) { function
c-strings.c 8 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align 1
29 // CHECK: define void @f2()
30 void f2() { function
33 // CHECK: call void @bar({{.*}} @f2.x
complex-init-list.c 15 _Complex float f2(float x, float y) { return (_Complex float){ x, y }; } function
16 // CHECK: define <2 x float> @f2
staticinit.c 33 char *f2(char key) { function
unreachable.c 19 int f2(int i) { function
  /external/clang/test/CodeGenCXX/
alloca-align.cpp 21 // CHECK: define i32 @f2
24 extern "C" struct s1 f2(int a, struct s1 *x, struct s1 *y) { function
cxx11-special-members.cpp 22 void f2(B &x, B &y) { function
nullptr.cpp 22 const std::type_info& f2() { function
  /external/clang/test/Index/
complete-macros.c 12 void f2() { function
  /external/clang/test/Sema/
builtin-object-size.c 15 int f2() { function
floating-point-compare.c 7 int f2(float x, float y) { function
function-redecl.c 49 extern int f2; // expected-note 2 {{previous definition is here}}
51 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}}
55 int f2; local
57 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}}
warn-unused-variables.c 22 int f2() { function
  /external/clang/test/SemaCXX/
builtins.cpp 20 void f2() { function
type-definition-in-specifier.cpp 25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
MicrosoftExtensions.cpp 18 virtual void f2();
23 virtual void f2() throw(...);
71 } f2; member in struct:A::__anon6786
74 struct F2; // expected-warning {{types declared in an anonymous struct are a Microsoft extension}}
126 void f2(void);
129 __declspec(dllimport) void AAA::f2(void) { // expected-error {{dllimport attribute can be applied only to symbol}} function in class:AAA
  /external/clang/test/SemaTemplate/
value-dependent-null-pointer-constant.cpp 13 bool f2(const char *str) { function in struct:X0
  /external/llvm/utils/
GetSourceVersion 20 git svn info | grep 'Revision:' | cut -d: -f2-
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 37 path_filter f2("foo", "");
38 check(f2, "foo", true);
39 check(f2, "foo1", false);
40 check(f2, "foo/foo", true);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 47 Word32 f1[NC16k + 1], f2[NC16k]; local
66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1));
69 f2[i] = f2[i] << 2;
72 Get_isp_pol(&isp[1], f2, (nc - 1));
75 * Multiply F2(z) by (1 - z^-2) *
80 f2[i] = vo_L_sub(f2[i], f2[i - 2]); /* f2[i] -= f2[i-2]; *
    [all...]
  /ndk/sources/host-tools/toolbox/
cmp_win.c 62 FILE *f2 = _tfopen(argv[2], L"rb"); local
63 if (!f2) {
73 n2 = fread(buf2, 1, BUFSIZE, f2);
77 fclose(f2);
  /external/eigen/test/
array_replicate.cpp 36 f2 = internal::random<int>(1,10); local
38 x1.resize(rows*f1,cols*f2);
39 for(int j=0; j<f2; j++)
42 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
54 vx1.resize(rows*f2);
55 for (int j=0; j<f2; ++j)
57 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));

Completed in 1044 milliseconds

1 2 3 4 56 7 8 91011>>