Searched refs:f3 (Results 101 - 125 of 400) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dcxx-crashes.cpp16 bool f3() { function
H A Dreinterpret-cast.cpp33 void f3(void** out) function in namespace:PR14872
43 f3(reinterpret_cast<void**>(&p));
/external/clang/test/CodeGen/
H A Dbuiltin-attributes.c23 // CHECK: f3
47 int f3(double x) { function
H A Dfunctions.c33 // CHECK: define {{.*}} @f3{{\(\)|\(.*sret.*\)}}
34 struct foo { int X, Y, Z; } f3() { function
H A Dle32-arguments.c26 // CHECK-LABEL: define void @f3(i64 %i)
27 void f3(long long i) {} function
H A Dbitfield.c68 static int f3(int n) { function
88 return f3(20) + 130725747;
/external/clang/test/CodeGenCXX/
H A Ddefault-arguments.cpp57 void f3() { function
/external/clang/test/Sema/
H A Dattr-args.c6 inline __attribute__((cdecl(a))) void *f3(); // expected-error {{'cdecl' attribute takes no arguments}}
H A Dattr-unused.c29 int f3(int x) { // expected-warning{{unused parameter 'x'}} function
H A Dcomplex-imag.c17 void f3() { function
H A Ddecl-in-prototype.c16 int f3(struct a { } *); // expected-warning {{will not be visible outside of this function}}
H A Dfunction-redecl.c128 void f3();
129 void f3(enum e0 x) {} function
/external/clang/test/SemaCXX/
H A Dattr-flatten.cpp11 int f3(int __attribute__((flatten)), int); // expected-error{{'flatten' attribute only applies to functions}}
H A Dattr-no-split-stack.cpp11 int f3(int __attribute__((no_split_stack)), int); // expected-error{{'no_split_stack' attribute only applies to functions}}
H A Ddecl-expr-ambiguity.cpp33 extern T f3();
87 foo f3; // expected-error {{must use 'class' tag to refer to type 'foo' in this scope}} local
H A Dissue547.cpp62 typedef void f3(int, double, ...) const &;
67 int check3[classify_function<f3>::value == 10? 1 : -1];
/external/eigen/unsupported/test/
H A Dalignedvector3.cpp23 FastType f1(r1), f2(r2), f3(r3), f4(r4), f5(r5), f6(r6);
32 VERIFY_IS_APPROX(f4+=f3,r4+=r3);
41 VERIFY_IS_APPROX(f2.dot(f3),r2.dot(r3));
42 VERIFY_IS_APPROX(f2.cross(f3),r2.cross(r3));
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dloopcount.js38 function f3(x) { x = x & 0x3fffffff; x++; return x; } function
39 assertEquals(0x40000000, f3(0x3fffffff));
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp6-0x.cpp11 static void f3() &&; // expected-error{{static member function cannot have '&&' qualifier}}
42 func_type_rvalue f3; // expected-error{{non-member function of type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} variable
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp30 virtual void f3() throw(int, float);
66 virtual void f3() throw(float);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp24 result f3();
31 typename X0<T, T, Types...>::result X0<T, T, Types...>::f3() { return 0; } function in class:X0
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
H A Ddtor.pass.cpp61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) function
81 b.register_callback(f3, 6);
/external/libcxxabi/test/
H A Dinherited_exception.cpp58 void f3() { function
146 f3();
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-scoping.js67 function f3(one) { function
82 for (var j = 0; j < 5; ++j) f3(1);
83 %OptimizeFunctionOnNextCall(f3);
84 f3(1);
85 assertTrue(%GetOptimizationStatus(f3) != 2);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.c338 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local
349 "lwc1 %[f3], 0(%[aIm]) \n\t"
359 "mul.s %[f12], %[f2], %[f3] \n\t"
360 "mul.s %[f1], %[f3], %[f1] \n\t"
369 "lwc1 %[f3], 0(%[yf1]) \n\t"
377 "nmsub.s %[f8], %[f8], %[f2], %[f3] \n\t"
379 "madd.s %[f1], %[f0], %[f3], %[f1] \n\t"
380 "lwc1 %[f3], 0(%[yf1]) \n\t"
389 "add.s %[f3], %[f3],
455 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local
716 float f3; local
[all...]

Completed in 4954 milliseconds

1234567891011>>