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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-page-7d.s 1 .globl f4
2 .ent f4
3 f4: label
6 .end f4
  /external/clang/test/Sema/
arg-duplicate.c 12 void f4(void) { function
floating-point-compare.c 15 int f4(float x) { function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
elfv2-2b.s 11 .globl f4
12 .type f4,@function
14 f4: label
15 .localentry f4,0
17 .size f4,.-f4
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
pcrel-reloc-local-2.s 5 bnop .S2 f4,0
7 bdec .S2 f4,b1
9 b .S2 f4
11 addkpc .S2 f4,b1,0
15 f4: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
diff_overflow2.s 5 f4: label
21 .byte .Lf4 - f4
  /external/clang/test/CodeGen/
ppc64-extend.c 13 unsigned int f4(void) { return 0; } function
14 // CHECK: define zeroext i32 @f4() [[NUW]]
  /external/clang/test/CodeGenCXX/
int64_uint64.cpp 23 void f4(uint64_t *ptr) {} function
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
  /external/v8/test/webkit/
do-while-semicolon.js 40 function f4() { function in function:f2
59 uf4 = uneval(f4);
60 ueuf4 = uneval(eval(uneval(f4)));
toString-for-var-decl.js 31 var f4 = function () { for (var j;;) {} } function
38 shouldBe("unevalf(eval(unevalf(f4)))", "unevalf(f4)");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
align2.s 32 .type f4,@function
33 f4: label
35 .size f4,.-f4
  /external/llvm/test/MC/AArch64/
ldr-pseudo-diagnostics.s 22 f4: label
  /external/v8/test/mjsunit/asm/
int32-div.js 19 function f4(i) { function in function:Module
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i / 3733331 | 0, m.f4(i));
int32-mod.js 19 function f4(i) { function in function:Module
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i % 3133335, m.f4(i));
int32-mul.js 19 function f4(i) { function in function:Module
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i * 3333339 | 0, m.f4(i));
int32-udiv.js 19 function f4(i) { function in function:Module
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i / 3343330 | 0, m.f4(i));
int32-umod.js 19 function f4(i) { function in function:Module
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i % 3333337, m.f4(i));
int32-tmod.js 23 function f4(i) { function in function:Module
27 return { f0: f0, f1: f1, f2: f2, f3: f3, f4: f4 };
37 assertEquals(i % 3333339 | 0, m.f4(i));
  /external/v8/test/mjsunit/regress/
regress-smi-math-floor-round.js 60 function f4(o) { function
64 assertEquals(2, f4(o));
65 assertEquals(2, f4(o));
66 %OptimizeFunctionOnNextCall(f4);
67 assertEquals(2, f4(o));
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/performance/
concatenation.py 25 def f4(): function
  /external/clang/test/Analysis/
vfork.c 76 void f4(int x) { function
  /external/v8/test/mjsunit/compiler/
global-delete.js 68 function f4() { return d; } function
69 test("hello", f4);
73 testThrows(f4);
osr-literals-adapted.js 36 function f4(a,b,c,d) { function
48 assertEquals(3, f4().blah);
osr-literals.js 36 function f4(a,b,c,d) { function
48 assertEquals(3, f4(1,2,3,4).blah);

Completed in 1439 milliseconds

1 2 3 4 5 6 7 8 91011>>