Searched refs:F1 (Results 51 - 75 of 109) sorted by relevance

12345

/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc220 new AutoDiffCostFunction<F1, 1, 1, 1>(new F1), NULL, &x_[0], &x_[1]);
237 class F1 { class in class:ceres::internal::PowellsFunction
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c51 int F1(struct Quad *Q, int i) { /* Pass Q by address */ function
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp130 FunctionComparator(const Function *F1, const Function *F2) argument
131 : FnL(F1), FnR(F2) {}
1026 SmallSet<const BasicBlock *, 128> VisitedBBs; // in terms of F1.
1145 Function *F1 = cast<Function>(*I); local
1147 int Res1 = FunctionComparator(F1, F2).compare();
1148 int Res2 = FunctionComparator(F2, F1).compare();
1150 // If F1 <= F2, then F2 >= F1, otherwise report failure.
1154 F1->dump();
1169 int Res3 = FunctionComparator(F1, F
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_generic.c869 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \
885 F1( &a[1], v + a[1].vertoffset, (GLfloat *)a[1].inputptr ); \
907 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \
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/skia/gm/
H A Dstrokes.cpp247 static skiagm::GM* F1(void*) { return new Strokes2GM; } function
251 static skiagm::GMRegistry R1(F1);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h62 template <typename F1, typename F2>
324 template <typename F1, typename F2>
406 // Allows an Action<F2> object to pose as an Action<F1>, as long as F2
407 // and F1 are compatible.
408 template <typename F1, typename F2>
409 class ActionAdaptor : public ActionInterface<F1> {
411 typedef typename internal::Function<F1>::Result Result;
412 typedef typename internal::Function<F1>::ArgumentTuple ArgumentTuple;
/external/v8/test/cctest/
H A Dtest-assembler-arm.cc41 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4); typedef
103 F1 f = FUNCTION_CAST<F1>(code->entry());
148 F1 f = FUNCTION_CAST<F1>(code->entry());
380 F1 f = FUNCTION_CAST<F1>(code->entry());
414 F1 f = FUNCTION_CAST<F1>(code->entry());
488 F1
[all...]
H A Dtest-assembler-ia32.cc44 typedef int (*F1)(int x); typedef
107 F1 f = FUNCTION_CAST<F1>(code->entry());
148 F1 f = FUNCTION_CAST<F1>(code->entry());
/external/clang/test/SemaCXX/
H A Doverload-call.cpp586 typedef void F1(int); typedef in struct:__anon2611
588 operator F1*(); // expected-note{{conversion candidate}}
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp196 static void F1(DFData* curr, int width) { function
374 F1(currData, dataWidth);
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h436 typedef void (*F1)(void *arg1); typedef in struct:Closure
447 (F1(f))(param1);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_ssse3.asm499 ; A1 B1 C1 D1 E1 F1 G1 H1
500 ; A2 B2 A1 B1 C1 D1 E1 F1
542 ; A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1
543 ; A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1
544 ; A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1
545 ; A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1
546 ; A5 B5 A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1
547 ; A6 B6 A5 B5 A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp73 PPC::F0, PPC::F1, PPC::F2, PPC::F3,
115 PPC::F0, PPC::F1, PPC::F2, PPC::F3,
/external/webp/src/dsp/
H A Denc_mips32.c251 #define HORIZONTAL_PASS(A, B, C, D, E, F, G, H, E1, F1, G1, H1) \
282 "sw %[temp6], "#F1"(%[tmp]) \n\t" \
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp874 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE);
877 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE);
880 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE);
/external/openfst/src/include/fst/
H A Dlookahead-filter.h126 typedef typename M1::FST F1; typedef in class:fst::LookAheadSelector
141 const F1 &GetFst() const { return *fst_; }
146 const F1 *fst_;
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml955 let f1 = build_uitofp p1 float_type "F1" atentry in
1028 * CHECK: %build_fcmp_false = fcmp false float %F1, %F2
1029 * CHECK: %build_fcmp_true = fcmp true float %F2, %F1
1298 * CHECK: %build_fadd = fadd float %F1, %F2
1302 * CHECK: %build_fsub = fsub float %F1, %F2
1306 * CHECK: %build_fmul = fmul float %F1, %F2
1310 * CHECK: %build_fdiv = fdiv float %F1, %F2
1313 * CHECK: %build_frem = frem float %F1, %F2
1323 * CHECK: %build_fneg = fsub float {{.*}}0{{.*}}, %F1
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp439 const Function *F1 = getParent(O1); local
442 return !F1 || !F2 || F1 == F2;
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp396 InductionMap::iterator F1 = IndMap.find(CmpReg1); local
397 if (F1 != IndMapEnd)
398 F = F1;
/external/kernel-headers/original/uapi/linux/
H A Dixjuser.h182 hz349 = 0x7b37, /* .23 F1 */
272 F1 = hz349, enumerator in enum:__anon6932
/external/icu/icu4c/source/data/sprep/
H A Drfc3491.txt254 16F1..16FF; ; UNASSIGNED
503 00D1; 00F1; MAP
642 01F1; 01F3; MAP
735 03F1; 03C1; MAP
854 04F0; 04F1; MAP
H A Drfc3530csci.txt253 16F1..16FF; ; UNASSIGNED
502 00D1; 00F1; MAP
641 01F1; 01F3; MAP
734 03F1; 03C1; MAP
853 04F0; 04F1; MAP
H A Drfc3722.txt254 16F1..16FF; ; UNASSIGNED
503 00D1; 00F1; MAP
642 01F1; 01F3; MAP
735 03F1; 03C1; MAP
854 04F0; 04F1; MAP
H A Drfc3920node.txt254 16F1..16FF; ; UNASSIGNED
503 00D1; 00F1; MAP
642 01F1; 01F3; MAP
735 03F1; 03C1; MAP
854 04F0; 04F1; MAP
H A Drfc4518ci.txt253 16F1..16FF; ; UNASSIGNED
470 00D1; 00F1; MAP
609 01F1; 01F3; MAP
702 03F1; 03C1; MAP
821 04F0; 04F1; MAP

Completed in 3189 milliseconds

12345