Searched refs:f1 (Results 201 - 225 of 499) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
H A Dfunction-002.js60 dec1 = "function f1(x,y){++x, --y}";
61 dec2 = "function f2(){var y; f1(1,2); y=new Date(); print(y.toString())}";
68 "typeof f1",
70 typeof f1 );
76 "f1.toString() == dec1",
78 StripSpaces(f1.toString()) == StripSpaces(dec1));
/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp14 int f1() { function
H A Dmangle-template.cpp14 void f1(t1<f0> a0) {} function in namespace:test1
23 void f1(t1<f0> a0) {} function in namespace:test2
32 void f1(t1<test3_f0> a0) {} function in namespace:test3
41 void f1(t1<test4_f0> a0) {} function in namespace:test4
51 void f1(t1<test5_f0> a0) {} function in namespace:test5
/external/clang/test/Sema/
H A Dsentinel-attribute.c4 void f1(int a, ...) __attribute__ ((sentinel));
/external/clang/test/SemaCXX/
H A Ddecltype.cpp12 int &f1(int*);
H A Dwarn-func-as-bool.cpp3 void f1();
21 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
23 if (f1) {} // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
H A Dwarn-unused-parameters.cpp5 T f1(T x);
13 template<typename T> T X<T>::f1(T) { return T(); } function in class:X
21 x.f1(i);
/external/icu4c/layout/
H A DAnchorTables.cpp21 const Format1AnchorTable *f1 = (const Format1AnchorTable *) this; local
23 f1->getAnchor(fontInstance, anchor);
45 const Format1AnchorTable *f1 = (const Format1AnchorTable *) this; local
47 f1->getAnchor(fontInstance, anchor);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp45 int &f1(T1, T2, Rest...);
48 float &f1(T1, T2, ...);
51 int &ir1 = f1(1, 2.0, 'a');
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp32 void f1(T t) { function in struct:X0
58 template<> void X0<void*>::f1(void *) { } function in class:X0
61 xvp.f1(vp);
H A Dp2-0x.cpp54 void f1(T t) { function in struct:N0::X0
90 void f1(void *);
94 template<> void N0::X0<void*>::f1(void *) { } function in class:N0::X0
97 xvp.f1(vp);
101 template<> void X0<volatile void>::f1(void *) { } // expected-error{{no function template matches}} function in class:N0::X0
103 template<> void X0<const volatile void*>::f1(const volatile void*);
107 x0.f1(cvp); // okay: we've explicitly specialized
H A Dp2.cpp55 void f1(T t) { // expected-note{{explicitly specialized declaration is here}} function in struct:N0::X0
91 void f1(void *);
95 template<> void N0::X0<void*>::f1(void *) { } // expected-warning{{member function specialization}} function in class:N0::X0
98 xvp.f1(vp);
102 template<> void X0<volatile void>::f1(void *) { } // expected-error{{no function template matches}} function in class:N0::X0
104 template<> void X0<const volatile void*>::f1(const volatile void*);
108 x0.f1(cvp); // okay: we've explicitly specialized
/external/clang/test/Parser/
H A Dattributes.c16 void f1(__attribute__(()) int x);
31 void g1(void (*f1)(__attribute__(()) int x));
37 void (*h1)(void (*f1)(__attribute__(()) int x));
/external/clang/test/SemaTemplate/
H A Dcanonical-expr-type.cpp35 void f1(T (&array)[N + M]) { } // expected-note{{previous}}
38 void f1(T (&array)[M + N]) { }
41 void f1(T (&array)[M + N]) { } // expected-error{{redefinition}}
H A Dexplicit-instantiation.cpp49 template<typename T> T f1(T) { return T(); } function in struct:X2
50 template<typename T> T* f1(T*) { return 0; } function in struct:X2
58 template int *X2::f1(int *); // okay
/external/libffi/testsuite/libffi.call/
H A Dmany.c12 static float many(float f1, argument
28 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp28 string_filter f1; local
29 check(f1, "", true);
30 check(f1, "ok", true);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-85880.js45 function f1(x) function
67 f1();
83 f1();
/external/clang/test/CodeGen/
H A Dfp16-ops.c7 volatile float f0, f1, f2; variable
192 test = (h1 == f1);
195 test = (f1 == h1);
207 test = (h1 != f1);
210 test = (f1 != h1);
/external/v8/test/mjsunit/
H A Dsimple-constructor.js34 function f1() { class
45 this.z = f1;
52 this.z = f1;
55 o1_1 = new f1();
57 o1_2 = new f1();
H A Darguments.js97 function f1(x, y) { function
108 f1(3, "five");
171 function f1(x, y) {
179 assertArrayEquals([0], f1());
180 assertArrayEquals([1, void 0], f1(3));
181 assertArrayEquals([2, 5, 5], f1(3, 5));
182 assertArrayEquals([3, 5, 5, 7], f1(3, 5, 7));
/external/stlport/test/unit/
H A Dmfunptr_test.cpp43 int f1(S1&);
56 int f1(const S1&);
78 ptr_fun(f1)(s1);
95 mem_fun(&Class::f1)(&obj, s1);
115 mem_fun_ref(&Class::f1)(obj, s1);
131 int f1(S1&) function
158 int Class::f1(const S1&) function in class:Class
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileTest.java164 File f1 = new File("a");
166 assertEquals("Trailing slash file name is incorrect", f1, f2);
342 File f1 = new File("thisFile.file");
345 assertEquals("Equal files did not answer zero for compareTo", 0, f1
347 assertTrue("f3.compareTo(f1) did not result in value < 0", f3
348 .compareTo(f1) < 0);
349 assertTrue("f1.compareTo(f3) did not result in value > 0", f1
390 File f1 = new File(dir, "tempfile.tst");
391 f1
[all...]
/external/openfst/src/include/fst/
H A Daccumulator.h115 double f1 = to_log_weight_(w).Value(); local
117 if (f1 > f2)
118 return to_weight_(f2 - LogPosExp(f1 - f2));
120 return to_weight_(f1 - LogPosExp(f2 - f1));
295 double f1 = to_log_weight_(w).Value(); local
297 if (f1 > f2)
298 return to_weight_(f2 - LogPosExp(f1 - f2));
300 return to_weight_(f1 - LogPosExp(f2 - f1));
303 LogPlus(double f1, Weight v) argument
313 LogMinus(double f1, double f2) argument
550 double f1 = to_log_weight_(w).Value(); local
558 LogPlus(double f1, Weight v) argument
568 LogMinus(double f1, double f2) argument
[all...]
H A Dsigned-log-weight.h114 T f1 = w1.Value2().Value(); local
116 if (f1 == FloatLimits<T>::kPosInfinity)
120 else if (f1 == f2) {
125 } else if (f1 > f2) {
128 w1.Value1(), (f2 - log(1.0F + exp(f2 - f1))));
131 w2.Value1(), (f2 - log(1.0F - exp(f2 - f1))));
136 w2.Value1(), (f1 - log(1.0F + exp(f1 - f2))));
139 w1.Value1(), (f1 - log(1.0F - exp(f1
158 T f1 = w1.Value2().Value(); local
174 T f1 = w1.Value2().Value(); local
[all...]

Completed in 820 milliseconds

1234567891011>>