Searched refs:F2 (Results 76 - 100 of 151) sorted by relevance

1234567

/external/llvm/unittests/Support/
H A DPath.cpp288 fs::UniqueID F1, F2; local
290 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F2));
291 ASSERT_EQ(F1, F2);
319 ASSERT_NO_ERROR(fs::getUniqueID(Dir1.c_str(), F2));
320 ASSERT_EQ(F1, F2);
325 ASSERT_NO_ERROR(fs::getUniqueID(Dir2.c_str(), F2));
326 ASSERT_NE(F1, F2);
/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc222 new AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x_[2], &x_[3]);
248 class F2 { class in class:ceres::internal::PowellsFunction
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x87.cc45 typedef int (*F2)(int x, int y); typedef
70 F2 f = FUNCTION_CAST<F2>(code->entry());
/external/oprofile/module/ia64/
H A DIA64entry.h41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \
/external/qemu/ui/
H A Dcurses_keys.h461 { "F2", 0x10a },
/external/chromium_org/third_party/skia/gm/
H A Dstrokes.cpp258 static skiagm::GM* F2(void*) { return new Strokes3GM; } function
262 static skiagm::GMRegistry R2(F2);
/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/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp131 const Function *F2)
132 : FnL(F1), FnR(F2), DL(DL) {}
1145 Function *F2 = cast<Function>(*J); local
1146 int Res1 = FunctionComparator(DL, F1, F2).compare();
1147 int Res2 = FunctionComparator(DL, F2, F1).compare();
1149 // If F1 <= F2, then F2 >= F1, otherwise report failure.
1154 F2->dump();
1169 int Res4 = FunctionComparator(DL, F2, F3).compare();
1174 // F1 > F2, F
130 FunctionComparator(const DataLayout *DL, const Function *F1, const Function *F2) argument
[all...]
/external/skia/gm/
H A Dstrokes.cpp258 static skiagm::GM* F2(void*) { return new Strokes3GM; } function
262 static skiagm::GMRegistry R2(F2);
H A Ddashing.cpp401 static skiagm::GM* F2(void*) { return new Dashing3GM; } function
406 static skiagm::GMRegistry gR2(F2);
/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, \
/external/mesa3d/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, \
/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/clang/test/SemaCXX/
H A Doverload-call.cpp587 typedef void F2(double); typedef in struct:__anon19356
589 operator F2*(); // expected-note{{conversion candidate}}
H A DMicrosoftExtensions.cpp70 struct F2; // expected-warning {{types declared in an anonymous struct are a Microsoft extension}}
H A Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator in enum:name1::Foo
/external/skia/samplecode/
H A DSampleRotateCircles.cpp359 static SkView* F2() { return new TestStrokeView; } function
360 static SkViewRegister gR2(F2);
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp242 static void F2(DFData* curr, int width) { function
386 F2(currData, dataWidth);
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h437 typedef void (*F2)(void *arg1, void *arg2); typedef in struct:Closure
450 (F2(f))(param1, param2);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c3119 #define F2(x, y, z) F1(z, x, y) macro
3157 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
3158 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
3159 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
3160 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
3161 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
3162 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
3163 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
3164 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
3165 MD5STEP(F2,
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DKeyboardShortcut.js84 F2: { code: 113, name: "F2" },
/external/clang/test/FixIt/
H A Dfixit.cpp148 class F2 { class
/external/chromium_org/components/test/data/web_database/
H A Dversion_31.sql18 INSERT INTO "autofill_profiles" VALUES('Elvis Presley, 1122 PBJ Lane',1,'Elvis','','Presley','elvis@elvis.com','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memphis','TN','38116','UK','9013323322','',1288642516,'A4FF32F6-EF3F-379A-87F2-40A8811182A7');
/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 */

Completed in 2506 milliseconds

1234567