Searched defs:f7 (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/
H A Dswitch.js228 function f7(value) { function
262 assertEquals("default", f7(0.1), "0-1-switch.double-0.1");
263 assertEquals("0", f7(-0), "0-1-switch.double-neg0");
264 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi");
265 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi");
266 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++");
267 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--");
268 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
H A Dsimple-constructor.js92 function f7(x, y, z) { class
122 testArgs(f7);
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.3-1.js133 function f7(x,x,x,x) function
144 actual = f7(1,2,3,4);
/external/libffi/testsuite/libffi.call/
H A Dmany.c18 float f7,
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
H A Dmany_win32.c18 float f7,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 stdcall_many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
/external/v8/src/mips/
H A Dsimulator-mips.h134 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:assembler::mips::Simulator::FPURegister
H A Dassembler-mips.cc91 const FPURegister f7 = { 7 }; member in namespace:v8::internal

Completed in 139 milliseconds