Searched refs:f0 (Results 1 - 25 of 43) sorted by relevance

12

/external/v8/test/mjsunit/
H A Dcall.js28 function f0() { function
32 assertTrue(this === f0.call(), "1");
34 assertTrue(this === f0.call(this), "w");
35 assertTrue(this === f0.call(this, 1), "w");
36 assertTrue(this === f0.call(this, 1, 2), "w");
38 assertTrue(this === f0.call(null), "3a");
39 assertTrue(this === f0.call(null, 1), "3b");
40 assertTrue(this === f0.call(null, 1, 2), "3c");
42 assertTrue(this === f0.call(void 0), "4a");
43 assertTrue(this === f0
[all...]
H A Dgreedy.js31 var f0 = 0, f1 = 1;
33 var f2 = f0 + f1;
34 f0 = f1; f1 = f2;
36 return f0;
H A Dapply.js28 function f0() { function
36 assertTrue(this === f0.apply(), "1-0");
38 assertTrue(this === f0.apply(this), "2a");
39 assertTrue(this === f0.apply(this, new Array(1)), "2b");
40 assertTrue(this === f0.apply(this, new Array(2)), "2c");
41 assertTrue(this === f0.apply(this, new Array(4242)), "2d");
43 assertTrue(this === f0.apply(null), "3a");
44 assertTrue(this === f0.apply(null, new Array(1)), "3b");
45 assertTrue(this === f0.apply(null, new Array(2)), "3c");
46 assertTrue(this === f0
[all...]
H A Dswitch.js28 function f0() { function
34 f0(); // no errors
/external/webkit/JavaScriptCore/pcre/
H A Dpcre_ucp_searchfuncs.cpp78 if (c == (ucp_table[mid].f0 & f0_charmask))
80 if (c < (ucp_table[mid].f0 & f0_charmask))
83 if ((ucp_table[mid].f0 & f0_rangeflag) && (c <= (ucp_table[mid].f0 & f0_charmask) + (ucp_table[mid].f1 & f1_rangemask)))
92 if (ucp_table[mid].f0 & f0_rangeflag)
H A Ducpinternal.h48 unsigned f0; member in struct:cnode
52 /* Things for the f0 field */
70 (f0) (1) The most significant byte holds the script number. The numbers are
/external/openssl/crypto/
H A Dia64cpuid.S63 mov f127=f0
71 mov f6=f0
74 mov f7=f0
77 mov f8=f0
80 mov f9=f0
83 mov f10=f0
86 mov f11=f0
89 mov f12=f0
92 mov f13=f0
95 mov f14=f0
[all...]
H A Dsparccpuid.S37 ldd [%o0],%f0
52 .word 0xbfa00040 !fmovd %f0,%f62
67 .word 0x83a00040 !fmovd %f0,%f32
70 fmovs %f0,%f30
74 fmovs %f0,%f28
78 fmovs %f0,%f26
82 fmovs %f0,%f24
86 fmovs %f0,%f22
90 fmovs %f0,%f20
94 fmovs %f0,
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dswitch2.js46 function f0(i) { function
60 f0("a"), "ab*");
63 f0("b"), "ab*");
66 f0("*"), "ab*");
69 f0("c"), "c");
72 f0("d"), "d");
/external/v8/test/mjsunit/bugs/
H A Dbug-941049.js47 function f0() { function
48 g(f0);
49 var result = h(f0);
77 test(f0);
/external/libffi/src/mips/
H A Dn32.S231 s.s $f0, 0(t4)
238 s.d $f0, 0(t4)
245 s.d $f0, 0(t4)
252 s.s $f0, 0(t4)
259 s.d $f0, 0(t4)
267 s.s $f0, 0(t4)
275 s.d $f0, 0(t4)
283 s.s $f0, 0(t4)
342 2 - return value low (v0 or $f0)
422 l.s $f0, V0_OFF
[all...]
H A Do32.S161 s.s $f0, 0(t0)
168 s.d $f0, 0(t0)
285 l.s $f0, V0_OFF2($fp)
289 l.d $f0, V0_OFF2($fp)
/external/stlport/test/unit/
H A Dmfunptr_test.cpp55 int f0();
94 mem_fun(&Class::f0)(&obj);
114 mem_fun_ref(&Class::f0)(obj);
155 int Class::f0() function in class:Class
/external/libffi/src/sparc/
H A Dv9.S60 ldd [%l0+ARGS], %f0
95 st %f0, [%i4+0] ! (delay)
99 std %f0, [%i4+0] ! (delay)
107 std %f0, [%i4+0]
119 std %f0, [%i4+32]
159 std %f0, [FP-128]
193 ld [FP-160], %f0
197 ldd [FP-160], %f0
202 ldd [FP-160], %f0
209 ldd [FP-160], %f0
[all...]
H A Dv8.S74 st %f0, [%i4+0] ! (delay)
82 st %f0, [%i4+0]
155 ld [%fp-8], %f0
159 ldd [%fp-8], %f0
/external/libffi/src/arm/
H A Dsysv.S210 stfeqs f0, [r2]
215 stfeqd f0, [r2]
283 ldfs f0, [sp]
286 ldfd f0, [sp]
289 ldfd f0, [sp]
/external/libffi/src/s390/
H A Dsysv.S69 ld %f0,32(%r11)
81 ste %f0,0(%r8) # Return float
87 std %f0,0(%r8) # Return double
125 std %f0,64(%r15)
140 ld %f0,96+64(%r15) # Load return registers
270 ld %f0,48(%r11)
285 ste %f0,0(%r8) # Return float
291 std %f0,0(%r8) # Return double
327 std %f0,128(%r15)
343 ld %f0,16
[all...]
/external/libffi/src/alpha/
H A Dosf.S111 sts $f0, 0($19)
118 stt $f0, 0($19)
182 lds $f0, 16($30)
189 ldt $f0, 16($30)
/external/opencore/codecs_v2/video/avc_h264/dec/src/
H A Ditrans.cpp253 int f0, f1, f2, f3; local
261 f0 = c00 + c10;
269 block[0] = (f0 * scale) << Qq;
276 block[0] = (f0 * scale) >> 1;
/external/v8/src/mips/
H A Dassembler-mips.cc84 const FPURegister f0 = { 0 }; member in namespace:v8::internal
920 GenInstrRegister(COP1, MTC1, rt, fs, f0);
925 GenInstrRegister(COP1, MTHC1, rt, fs, f0);
930 GenInstrRegister(COP1, MFC1, rt, fs, f0);
935 GenInstrRegister(COP1, MFHC1, rt, fs, f0);
942 GenInstrRegister(COP1, S, f0, fs, fd, CVT_W_S);
947 GenInstrRegister(COP1, D, f0, fs, fd, CVT_W_D);
952 GenInstrRegister(COP1, S, f0, fs, fd, CVT_L_S);
957 GenInstrRegister(COP1, D, f0, fs, fd, CVT_L_D);
962 GenInstrRegister(COP1, W, f0, f
[all...]
/external/openssl/crypto/bn/asm/
H A Dia64.S658 xma.hu f41=f32,f120,f0 }
659 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
660 { .mfi; xma.hu f51=f32,f121,f0 }
661 { .mfi; xma.lu f50=f32,f121,f0 };;
662 { .mfi; xma.hu f61=f32,f122,f0 }
663 { .mfi; xma.lu f60=f32,f122,f0 };;
664 { .mfi; xma.hu f71=f32,f123,f0 }
665 { .mfi; xma.lu f70=f32,f123,f0 };;
666 { .mfi; xma.hu f81=f32,f124,f0 }
667 { .mfi; xma.lu f80=f32,f124,f0 };;
[all...]
/external/icu4c/test/intltest/
H A Dnmfmapts.cpp303 NumberFormat* f0 = NumberFormat::createInstance(SWAP_LOC, status); local
335 f0->format(n, res0);
346 logln((UnicodeString)"f0 swap int: " + res0);
393 delete f0;
/external/qemu/target-arm/
H A Dneon_helper.c1395 float32 f0 = vfp_itos(a); local
1397 return (float32_compare_quiet(f0, f1, NFS) == -1) ? a : b;
1402 float32 f0 = vfp_itos(a); local
1404 return (float32_compare_quiet(f0, f1, NFS) == 1) ? a : b;
1409 float32 f0 = vfp_itos(a); local
1411 return vfp_stoi((float32_compare_quiet(f0, f1, NFS) == 1)
1412 ? float32_sub(f0, f1, NFS)
1413 : float32_sub(f1, f0, NFS));
1447 float32 f0 = float32_abs(vfp_itos(a)); local
1449 return (float32_compare_quiet(f0, f
1454 float32 f0 = float32_abs(vfp_itos(a)); local
[all...]
/external/kernel-headers/original/linux/
H A Dtelephony.h232 * the LineJACK has received a wink from the telco switch. The f0, f1, f2
247 unsigned int f0:1; member in struct:phone_except
/external/skia/src/core/
H A DSkDraw.cpp1876 int f0, f1, f2; member in struct:VertState
1909 state->f0 = index + 0;
1922 state->f0 = indices[index + 0];
1936 state->f0 = index + 1;
1939 state->f0 = index + 0;
1954 state->f0 = indices[index + 1];
1957 state->f0 = indices[index + 0];
1969 state->f0 = 0;
1982 state->f0 = indices[0];
2013 src[0] = texs[state.f0];
[all...]

Completed in 210 milliseconds

12