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

1 2 3

  /external/mksh/src/
var_spec.h 6 #define F0(name) V_##name = 0,
8 #define F0(name) /* nothing */
12 #ifndef F0
13 #define F0 FN
17 F0(NONE)
36 #undef F0
sh_flags.h 6 #define F0(sname,cname,ochar,flags) cname = 0,
11 #ifndef F0
12 #define F0 FN
22 F0("allexport", FEXPORT, 'a', OF_ANY)
142 #undef F0
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
  /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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
15.3.4.4-1.js 56 function F0(a)
87 actual = F0.call();
97 actual = F0.call("");
102 actual = F0.call(true);
15.3.4.3-1.js 56 function F0(a)
87 actual = F0.apply();
97 actual = F0.apply("");
102 actual = F0.apply(true);
  /libcore/luni/src/main/java/java/security/spec/
RSAKeyGenParameterSpec.java 28 * The value of the public exponent {@code F0} = 3.
30 public static final BigInteger F0 = BigInteger.valueOf(3L);
  /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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAKeyGenParameterSpecTest.java 76 * Test for <code>F0</code> field<br>
77 * Assertion: the public exponent value F0 = 3
80 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
85 * Assertion: the public exponent value F0 = 65537
  /libcore/luni/src/test/java/tests/security/spec/
RSAKeyGenParameterSpecTest.java 69 * Test for <code>F0</code> field<br>
70 * Assertion: the public exponent value F0 = 3
73 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
78 * Assertion: the public exponent value F0 = 65537
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 15 ["\uD800\uDF00", "%F0%90%8C%80"],
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 69 CvPoint2D32f* F0,
100 CvPoint2D32f* F0,
119 if( (F0->x==0) && (F0->y==0) )
139 d_angle = d_angle - acos( (F0->x*K->x + F0->y*K->y)/sqrt( (F0->x*F0->x + F0->y*F0->y)*(K->x*K->x + K->y*K->y) ) )
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 31 case R0 : case X0 : case F0 : case V0 : case CR0: case CR0LT: return 0;
  /external/valgrind/unittest/
thread_wrappers.h 164 typedef void (*F0)();
174 (F0(f))();
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /system/bluetooth/data/
auto_pairing.conf 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E
  /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/v8/test/cctest/
test-assembler-ia32.cc 42 typedef int (*F0)();
253 F0 f = FUNCTION_CAST<F0>(code->entry());
test-macro-assembler-x64.cc 91 typedef int (*F0)();
190 int result = FUNCTION_CAST<F0>(buffer)();
288 int result = FUNCTION_CAST<F0>(buffer)();
393 int result = FUNCTION_CAST<F0>(buffer)();
465 int result = FUNCTION_CAST<F0>(buffer)();
667 int result = FUNCTION_CAST<F0>(buffer)();
755 int result = FUNCTION_CAST<F0>(buffer)();
846 int result = FUNCTION_CAST<F0>(buffer)();
1046 int result = FUNCTION_CAST<F0>(buffer)();
    [all...]
test-assembler-x64.cc 73 typedef int (*F0)();
301 int result = FUNCTION_CAST<F0>(buffer)();
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 43 static int F0(struct Quad Q, int i) { /* Pass Q by value */
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 27 case Mips::ZERO: case Mips::ZERO_64: case Mips::F0: case Mips::D0_64:
  /external/llvm/lib/Target/Sparc/
FPMover.cpp 63 SP::F0, SP::F2, SP::F4, SP::F6, SP::F8, SP::F10, SP::F12, SP::F14,
  /external/v8/test/mjsunit/regress/
regress-244.js 44 '%C0%AF', '%E0%9F%BF', '%F0%8F%BF%BF', '%C0%80',
  /external/dropbear/libtomcrypt/src/hashes/
sha1.c 39 #define F0(x,y,z) (z ^ (x & (y ^ z)))
74 #define FF0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30);

Completed in 1578 milliseconds

1 2 3