Searched refs:f2 (Results 226 - 250 of 532) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/compiler/
H A Dloopcount.js34 function f2() { var x = -0x40000000; x--; return x; } function
35 assertEquals(-0x40000001, f2());
/external/v8/test/mjsunit/harmony/
H A Dblock-let-semantics.js132 function f2() { function
174 f2();
/external/valgrind/main/perf/
H A Dbigcode.c65 int(*f2)(int,int) = (void*)&a[FN_SIZE*(i+1)];
69 sum2 += f2(i+1, n_fns-i+1);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
H A Dregress-99663.js80 function f2() function
114 f2();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DFloatTest.java123 Float f2 = new Float(90.8f);
124 assertTrue("Returned incorrect byte value", f.byteValue() == 0 && f2.byteValue() == 90);
141 float f2 = values[j];
142 assertTrue("compare() " + f1 + " should be less " + f2,
143 Float.compare(f1, f2) == -1);
144 assertTrue("compare() " + f2 + " should be greater " + f1, Float
145 .compare(f2, f1) == 1);
146 Float F2 = new Float(f2);
147 assertTrue("compareTo() " + f1 + " should be less " + f2,
149 assertTrue("compareTo() " + f2
[all...]
/external/opencv/cv/src/
H A Dcvfundam.cpp686 double* f1, *f2; local
722 f2 = v + 8*9;
724 // f1, f2 is a basis => lambda*f1 + mu*f2 is an arbitrary f. matrix.
726 // so f ~ lambda*f1 + (1 - lambda)*f2.
727 // use the additional constraint det(f) = det(lambda*f1 + (1-lambda)*f2) to find lambda.
731 f1[i] -= f2[i];
733 t0 = f2[4]*f2[8] - f2[
[all...]
/external/openfst/src/include/fst/
H A Dfloat-weight.h264 T f1 = w1.Value(), f2 = w2.Value();
267 else if (f2 == FloatLimits<T>::PosInfinity())
270 return TropicalWeightTpl<T>(f1 + f2);
289 T f1 = w1.Value(), f2 = w2.Value();
290 if (f2 == FloatLimits<T>::PosInfinity())
295 return TropicalWeightTpl<T>(f1 - f2);
373 T f1 = w1.Value(), f2 = w2.Value(); local
376 else if (f2 == FloatLimits<T>::PosInfinity())
378 else if (f1 > f2)
379 return LogWeightTpl<T>(f2
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DClassFileNameHandler.java297 File f, f2;
300 f2 = new File(path, "TEST." + num++);
301 } while(f.exists() || f2.exists());
314 if (f2.exists()) {
318 if (f2.createNewFile()) {
322 //the above 2 tests should catch almost all cases. But maybe there was a failure while creating f2
324 //f2
327 FileReader reader = new FileReader(f2);
345 try { f2.delete(); } catch (Exception ex) {}
/external/clang/test/CodeGen/
H A Dstdcall-fastcall.c4 void __attribute__((stdcall)) f2(void);
13 f2();
14 // CHECK: call x86_stdcallcc void @f2()
24 void (__attribute__((stdcall)) *pf2)(void) = f2;
H A Dunion.c16 int f2( float __x ) { function
/external/clang/test/SemaCXX/
H A Doverload-member-call.cpp12 float& f2 = f(x); local
23 float& f2 = g(0); local
43 float& f2 = xp->f(0); local
/external/clang/test/SemaTemplate/
H A Ddependent-type-identity.cpp39 void f2(X0<T>*); // expected-note{{previous}}
40 void f2(X0<U>*);
41 void f2(X0<type>*); // expected-error{{redeclar}}
H A Dinstantiate-exception-spec-cxx11.cpp101 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
102 template <typename T> void f2(T, int = 0) noexcept(T::sworht); // expected-note {{candidate}}
106 f2(0); // expected-error {{ambiguous}}
H A Dinstantiate-method.cpp97 int &f2() { function in struct:X1
103 int &ir = x1i.f2();
108 int &f2() { return X0Base::f(); } function in struct:X2
/external/tcpdump/
H A Dprint-smb.c179 const char *f1 = NULL, *f2 = NULL; local
217 f2 = fn->descript.req_f2;
223 f2 = fn->descript.rep_f2;
233 smb_fdata(data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr);
339 const char *f1, *f2, *f3, *f4; local
351 f2 = "|Name=[S]\n";
361 f2 = "|Unknown ";
373 smb_fdata(data1 + 2, f2, maxbuf - (paramlen + datalen), unicodestr);
401 const char *f1 = NULL, *f2 local
442 const char *f1 = NULL, *f2 = NULL; local
487 const char *f1 = NULL, *f2 = NULL; local
841 const char *f1, *f2; local
[all...]
/external/v8/test/mjsunit/
H A Dsimple-constructor.js38 function f2(x) { class
62 o2_1 = new f2(0);
63 o2_2 = new f2(0);
/external/openssl/crypto/
H A Dsparccpuid.S124 fmovs %f0,%f2
265 .word 0x85b08d82 !fxor %f2,%f2,%f2
268 .word 0x85b08d82 !fxor %f2,%f2,%f2
271 .word 0x85b08d82 !fxor %f2,%f2,%f2
[all...]
/external/clang/test/Analysis/
H A DCFNumber.c22 __attribute__((cf_returns_retained)) CFNumberRef f2(unsigned short x) { function
H A Dmethod-call.cpp27 void f2() { function
H A Dstack-addr-ps.cpp44 int *f2() { function
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp8 [[carries_dependency]] int f2(); // ok
/external/clang/test/CXX/except/except.spec/
H A Dp1.cpp30 void f2() noexcept (true) { }
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp63 void f2() function in namespace:PR7641
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp45 template<typename T> A<T> f2(const T&);
48 A<int> a0 = f2(i);
49 A<int> a1 = f2(ci);
50 A<volatile int> a2 = f2(vi);
/external/clang/test/CodeGenCXX/
H A Dconstructor-direct-call.cpp23 void f2() { function

Completed in 1240 milliseconds

1234567891011>>