Searched refs:F2 (Results 101 - 125 of 151) sorted by last modified time

1234567

/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp18 class F2 : public E2, public A2 { }; class in inherits:E2,A2
20 void g(E2* e2, F2* f2) {
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
31 void overload_call(F2* f2) {
H A Doverload-call.cpp587 typedef void F2(double); typedef in struct:__anon19356
589 operator F2*(); // expected-note{{conversion candidate}}
H A Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator in enum:name1::Foo
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc42 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4); typedef
67 F2 f = FUNCTION_CAST<F2>(code->entry());
H A Dtest-assembler-ia32.cc45 typedef int (*F2)(int x, int y); typedef
70 F2 f = FUNCTION_CAST<F2>(code->entry());
H A Dtest-assembler-mips.cc43 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4); typedef
66 F2 f = FUNCTION_CAST<F2>(code->entry());
240 F2 f = FUNCTION_CAST<F2>(code->entry());
H A Dtest-assembler-mips64.cc43 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4); typedef
66 F2 f = FUNCTION_CAST<F2>(code->entry());
250 F2 f = FUNCTION_CAST<F2>(code->entry());
H A Dtest-assembler-x64.cc53 typedef int (*F2)(int64_t x, int64_t y); typedef
86 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
118 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
140 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
169 int result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2002);
171 result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2003);
195 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
197 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
199 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
384 int result = FUNCTION_CAST<F2>(buffe
[all...]
H A Dtest-assembler-x87.cc45 typedef int (*F2)(int x, int y); typedef
70 F2 f = FUNCTION_CAST<F2>(code->entry());
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcompare-objeq-elim.js45 function F2(a, b) { function
83 test(F2, a, b);
H A Dinline-arguments.js62 function F2() { F1.apply(this, arguments); } function
65 F2(y);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-function-scopes.js54 function F2(y) {
66 return F2(17);
90 return (function F2() {
/external/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-function-scopes.js56 function F2(y) {
70 return F2(17);
/external/chromium_org/v8/include/
H A Dv8.h389 template<class F1, class F2, class F3> friend class PersistentValueMap;
390 template<class F1, class F2> friend class PersistentValueVector;
563 template<class F1, class F2> friend class Persistent;
567 template<class F1, class F2, class F3> friend class PersistentValueMap;
568 template<class F1, class F2> friend class PersistentValueVector;
707 template<class F1, class F2> friend class Persistent;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.c174 #define F2(x, y, z) F1(z, x, y) macro
219 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
220 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
221 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
222 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
223 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
224 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
225 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
226 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
227 MD5STEP(F2,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsimd-2.asm25 cvtpd2dq xmm0, xmm1 ; F2 0F E6 C1
26 cvtpd2dq xmm2, [0] ; F2 0F E6 15 00 00 00 00
27 cvtpd2dq xmm3, dqword [0] ; F2 0F E6 1D 00 00 00 00
57 cvtsd2si edx, xmm0 ; F2 0F 2D D0
58 cvtsd2si eax, [0] ; F2 0F 2D 05 00 00 00 00
59 cvtsd2si ebx, qword [0] ; F2 0F 2D 1D 00 00 00 00
61 cvtsd2ss xmm1, xmm2 ; F2 0F 5A CA
62 cvtsd2ss xmm3, [0] ; F2 0F 5A 1D 00 00 00 00
63 cvtsd2ss xmm4, qword [0] ; F2 0F 5A 25 00 00 00 00
65 cvtsi2sd xmm5, eax ; F2
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sha1.c92 #define F2(B,C,D) (B ^ C ^ D) /* 20 <= t <= 39 */ macro
164 (F2(ctx->B, ctx->C, ctx->D)) +
/external/chromium_org/third_party/webrtc/base/
H A Dmd5.cc132 #define F2(x, y, z) F1(z, x, y) macro
166 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5);
167 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9);
168 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
169 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20);
170 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5);
171 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
172 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
173 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20);
174 MD5STEP(F2,
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dselftest.cpp57 static skiagm::GM* F2(void*) { function
62 static skiagm::GMRegistry gR2(F2);
H A Dstrokes.cpp258 static skiagm::GM* F2(void*) { return new Strokes3GM; } function
262 static skiagm::GMRegistry R2(F2);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRotateCircles.cpp359 static SkView* F2() { return new TestStrokeView; } function
360 static SkViewRegister gR2(F2);
/external/chromium_org/third_party/skia/src/core/
H A DSkDistanceFieldGen.cpp242 static void F2(DFData* curr, int width) { function
386 F2(currData, dataWidth);
/external/chromium_org/third_party/skia/src/utils/
H A DSkSHA1.cpp98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { struct
173 operation(F2(), A, B, C, D, E, W[20], K[1]);
174 operation(F2(), E, A, B, C, D, W[21], K[1]);
175 operation(F2(), D, E, A, B, C, W[22], K[1]);
176 operation(F2(), C, D, E, A, B, W[23], K[1]);
177 operation(F2(), B, C, D, E, A, W[24], K[1]);
178 operation(F2(), A, B, C, D, E, W[25], K[1]);
179 operation(F2(), E, A, B, C, D, W[26], K[1]);
180 operation(F2(), D, E, A, B, C, W[27], K[1]);
181 operation(F2(),
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c241 #define F2 0.366025403f /* F2 = 0.5*(sqrt(3.0)-1.0) */ macro
247 float s = (x + y) * F2; /* Hairy factor for 2D */
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex_generic.c869 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \
890 F2( &a[2], v + a[2].vertoffset, (GLfloat *)a[2].inputptr ); \
910 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \
913 #define EMIT4(F0, F1, F2, F3, NAME) EMIT5(4, F0, F1, F2, F3, \

Completed in 524 milliseconds

1234567