Searched refs:f2 (Results 176 - 200 of 831) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/compiler/
H A Doptimized-function-calls.js65 function f2(a, b) { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f1(f0()),f2(f1(f0()),f0()),f3(f2(f1(f0()),f0()),f1(f0()),f0()));
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/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp9 void f2();
26 f2();
27 ::f2();
28 X::f2();
29 Y::f2();
/external/clang/test/Sema/
H A Dvector-cast.c33 void f2(t2 X); // expected-note{{passing argument to parameter 'X' here}}
36 f2(Y); // expected-warning {{incompatible vector types passing 't3' (vector of 4 'float' values) to parameter of type 't2' (vector of 16 'char' values)}}
42 float2 f2; local
44 f2 += d;
45 d += f2;
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/SemaTemplate/
H A Dtemplate-id-expr.cpp22 void f2(U) { function in struct:X0
28 xi.f2(f);
55 static void f2(U);
69 Y0::template f2<U>(0);
70 Y0::template f2(0);
H A Dfun-template-def.cpp51 void f2(__restrict T x) {} // expected-note {{substitution failure [with T = int]: restrict requires a pointer or reference ('int' is invalid}} function
54 f2<int*>(0);
55 f2<int>(0); // expected-error {{no matching function for call to 'f2'}}
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/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
H A Dp3-0x.cpp6 int&& f2();
11 float &l = g(f2());
17 float &l2 = g2(f2());
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp16 T* f2(int, typename identity<T>::type = 0);
18 T& f2(U, typename identity<T>::type = 0);
21 int* ip = f2<int>(1);
/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv.c6 void __stdcall f2(void);
15 f2();
16 // CHECK: call x86_stdcallcc void @f2()
26 void (__stdcall *pf2)(void) = f2;
/external/chromium_org/v8/test/mjsunit/
H A Dbreak.js40 function f2() { function
49 f2();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2594.js42 function f2() {
49 assertEquals(1, f2())
H A Dregress-clobbered-fp-regs.js32 var f2 = 0.2 * y;
40 var sum = (f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8);
/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/libcxxabi/test/
H A Dcatch_class_01.cpp30 void f2() function
49 f2();
/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/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" \
193 "mtc1 %3, $f2\n\t" \
196 "c.eq.s $f0, $f2\n\t" \
219 "mtc1 $t1, $f2\n\t" \
222 "c.eq.s $f0, $f2\n\t" \
285 TESTINSNMOVE("mfc1 $t3, $f2", 8, f2, t
[all...]

Completed in 1372 milliseconds

1234567891011>>