Searched refs:f2 (Results 101 - 125 of 532) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dinjected-class-name.cpp33 void f2(const X0&); // expected-note{{here}}
34 void f2(X0&);
35 void f2(const ::X0<type, U_type2>&); // expected-error{{redecl}}
H A Dtemp_func_order.cpp29 int &f2(T);
32 float &f2(A<T, U>);
35 double &f2(A<T, T>);
38 int &ir = f2(i);
39 float &fr = f2(aif);
40 double &dr = f2(aii);
H A Dmember-template-access-expr.cpp57 static int* f2(int);
58 template<typename T> static float* f2(T);
71 float* (*fp3)(int) = &X1::f2;
72 float* (*fp4)(int) = &X1::f2<>;
73 float* (*fp5)(float) = &X1::f2<float>;
74 float* (*fp6)(int) = X1::f2;
75 float* (*fp7)(int) = X1::f2<>;
76 float* (*fp8)(float) = X1::f2<float>;
/external/libffi/testsuite/libffi.call/
H A Dstruct8.c12 float f2; member in struct:__anon8158
20 ts.f2 += 1;
57 ts8_arg.f2 = 55.5f;
62 printf ("%g\n", ts8_arg.f2);
69 printf ("%g\n", ts8_result->f2);
74 CHECK(ts8_result->f2 == 55.5f + 1);
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp48 void f2() throw(A2<T>);
53 void f2() throw(A2<T>);
/external/clang/test/CXX/special/class.copy/
H A Dp33-0x.cpp45 void f2(int i) { function in namespace:PR10142
56 template void f2<X>(int); // expected-note{{in instantiation of function template specialization 'PR10142::f2<PR10142::X>' requested here}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dext-blocks.cpp24 int f2(Args ...args) {
30 template int f2(const char*, int, float, double);
/external/clang/test/Sema/
H A Dattr-deprecated-message.c16 INT1 f2(void); // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
29 int i = f2();
H A Dknr-def-call.c14 void f2(float); // expected-note{{previous declaration is here}}
15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}} function
/external/clang/test/SemaCXX/
H A Ddecltype.cpp13 float &f2(int const*);
16 float &fr = f2(AC().a);
H A Dwarn-unused-value.cpp28 void b(Foo f1, Foo f2) { argument
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h159 float f1 = w1.Value(), f2 = w2.Value(); local
162 else if (f2 == kPosInfinity)
165 return TropicalWeight(f1 + f2);
171 float f1 = w1.Value(), f2 = w2.Value(); local
172 if (f2 == kPosInfinity)
177 return TropicalWeight(f1 - f2);
220 float f1 = w1.Value(), f2 = w2.Value(); local
223 else if (f2 == kPosInfinity)
225 else if (f1 > f2)
226 return LogWeight(f2
232 float f1 = w1.Value(), f2 = w2.Value(); local
244 float f1 = w1.Value(), f2 = w2.Value(); local
[all...]
/external/v8/test/mjsunit/
H A Dbreak.js40 function f2() { function
49 f2();
H A Dgreedy.js33 var f2 = f0 + f1;
34 f0 = f1; f1 = f2;
/external/v8/test/mjsunit/compiler/
H A Dglobals.js74 function f2(x) { glo2 = x; } function
75 f2(42);
H A Dregress-3249650.js33 function f2(x) { try { } catch (e) {}} function
43 f2(x);
H A Dsimple-global-access.js35 function f2() { this.x = g1; this.y = g2; this.z = g3; } class
38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
/external/valgrind/main/none/tests/mips32/
H A DMoveIns.c146 "mtc1 $t1, $f2\n\t" \
147 "c.eq.s $f0, $f2\n\t" \
168 "mtc1 $t1, $f2\n\t" \
169 "c.eq.s $f0, $f2\n\t" \
192 "mtc1 $t1, $f2\n\t" \
193 "c.eq.s $f0, $f2\n\t" \
256 TESTINSNMOVE("mfc1 $t3, $f2", 8, f2, t3);
285 TESTINSNMOVEt("mtc1 $t3, $f2", 8, f2, t
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-185165.js58 var f2; variable
59 eval("f2=" + s1);
60 var s2 = f2.toString();
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dregress-154693.js60 var f2 = f();
63 actual = (f1 != f2);
/external/clang/test/Analysis/
H A Dfunc.c15 void f2() { function
H A Dstackaddrleak.c16 void f2() { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp24 int (...f2)(int); // expected-error{{only function and template parameters can be parameter packs}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp3 void f2() { function
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp42 void f2(volatile int *x) { function

Completed in 1323 milliseconds

1234567891011>>