HomeSort by relevance Sort by last modified time
    Searched defs:F0 (Results 1 - 25 of 25) sorted by null

  /external/mksh/src/
emacsfn.h 6 #define F0(cname,sname,flags) XFUNC_##cname = 0,
11 #ifndef F0
12 #define F0 FN
15 F0(abort, "abort", 0)
86 #undef F0
var_spec.h 6 #define F0(name) V_##name = 0,
8 #define F0(name) /* nothing */
12 #ifndef F0
13 #define F0 FN
16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
19 F0(NONE)
40 #undef F0
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-direct-large.cc 23 #define F0(Q, x) Q(x)
25 F0(Q, x##0) F0(Q, x##1) F0(Q, x##2) F0(Q, x##3) F0(Q, x##4) F0(Q, x##5) \
26 F0(Q, x##6) F0(Q, x##7) F0(Q, x##8) F0(Q, x##9
    [all...]
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-ia32.cc 47 typedef F0Type* F0;
157 int result = FUNCTION_CAST<F0>(buffer)();
test-macro-assembler-x87.cc 47 typedef F0Type* F0;
144 int result = FUNCTION_CAST<F0>(buffer)();
test-assembler-x87.cc 43 typedef int (*F0)();
175 F0 f = FUNCTION_CAST<F0>(code->entry());
309 F0 f = FUNCTION_CAST<F0>(code->entry());
test-assembler-ia32.cc 43 typedef int (*F0)();
231 F0 f = FUNCTION_CAST<F0>(code->entry());
440 F0 f = FUNCTION_CAST<F0>(code->entry());
487 F0 f = FUNCTION_CAST<F0>(code->entry());
test-assembler-x64.cc 51 typedef int (*F0)();
463 int result = FUNCTION_CAST<F0>(buffer)();
582 F0 f = FUNCTION_CAST<F0>(code->entry());
631 F0 f = FUNCTION_CAST<F0>(code->entry());
test-macro-assembler-x64.cc 94 typedef int (*F0)();
189 int result = FUNCTION_CAST<F0>(buffer)();
282 int result = FUNCTION_CAST<F0>(buffer)();
383 int result = FUNCTION_CAST<F0>(buffer)();
451 int result = FUNCTION_CAST<F0>(buffer)();
649 int result = FUNCTION_CAST<F0>(buffer)();
732 int result = FUNCTION_CAST<F0>(buffer)();
954 int result = FUNCTION_CAST<F0>(buffer)();
1172 int result = FUNCTION_CAST<F0>(buffer)();
    [all...]
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 95 struct F0 {
101 f(static_cast<Args&&>(args)...); // expected-error{{no matching function for call to object of type 'perfect_forwarding::F0'}}
107 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(),
109 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(), // expected-note{{in instantiation of function template specialization 'perfect_forwarding::forward<perfect_forwarding::F0, perfect_forwarding::A &, const perfect_forwarding::A &, perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A>' requested here}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 11 friend struct F0;
12 friend void f0(int);
13 struct F0 member_func();
15 struct F0 { };
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
  /external/chromium_org/third_party/skia/samplecode/
SampleBitmapRect.cpp 236 static SkView* F0() { return new BitmapRectView; }
238 static SkViewRegister gR0(F0);
SampleRotateCircles.cpp 355 static SkView* F0() { return new RotateCirclesView; }
356 static SkViewRegister gR0(F0);
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 43 static int F0(struct Quad Q, int i) { /* Pass Q by value */
  /external/clang/test/Layout/
ms-x86-basic-layout.cpp 492 struct F0 : A4, B {
494 F0() : a(0xf00000f0) {}
495 virtual void g() {printf("F0");}
503 // CHECK-NEXT: 0 | struct F0
504 // CHECK-NEXT: 0 | (F0 vftable pointer)
526 // CHECK-X64-NEXT: 0 | struct F0
527 // CHECK-X64-NEXT: 0 | (F0 vftable pointer)
833 sizeof(F0)+
  /external/chromium_org/third_party/skia/gm/
strokes.cpp 256 static skiagm::GM* F0(void*) { return new StrokesGM; }
260 static skiagm::GMRegistry R0(F0);
  /art/runtime/arch/mips/
registers_mips.h 69 F0 = 0,
  /bionic/libc/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /bionic/libc/arch-mips64/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 316 APFloat &F0 = getFpVal();
319 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
322 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 797 CvMat U, F0, TF;
870 F0 = cvMat( 3, 3, CV_64F, v + 9*8 ); // take the last column of v as a solution of Af = 0
872 // make F0 singular (of rank 2) by decomposing it with SVD,
876 W = U = V = TF = F0;
882 cvSVD( &F0, &W, &U, &V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );
885 // F0 <- U*diag([W(1), W(2), 0])*V'
887 cvGEMM( &TF, &V, 1., 0, 0., &F0, 0/*CV_GEMM_B_T*/ );
895 T0 = T1 = F0;
899 // F0 <- T1'*F0*T
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 427 milliseconds