HomeSort by: relevance | last modified time | path
    Searched refs:f1 (Results 1 - 25 of 635) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-auto-load-chaining-f1.c 21 f1 () function
py-infthread.c 6 int f1 (int a, int b) function
13 return f1 (1, 2);
py-pending-frame-level.c 27 f1 (void) function
35 f1 ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-auto-load-chaining-f1.c 21 f1 () function
py-infthread.c 6 int f1 (int a, int b) function
13 return f1 (1, 2);
py-pending-frame-level.c 27 f1 (void) function
35 f1 ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
dummy-frame-restore.c 19 f1 (void) function
33 f1 ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
dummy-frame-restore.c 19 f1 (void) function
33 f1 ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
skip-prologue.c 19 f1 (void) function
35 f1 ();
48 f1 ();
  /src/lib/libm/arch/powerpc/
s_fmaf.S 8 fmadds %f1, %f1, %f2, %f3
s_fma.S 12 fmadd %f1, %f1, %f2, %f3
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
exception-lto.c 21 void f1 () { } function
  /src/lib/libc/arch/powerpc/gen/
fabs_ieee754.S 12 fabs %f1,%f1
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
lspec.h 11 int f1(void) function
13 return 1; /* f1 breakpoint */
16 extern int f1(void);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
lspec.h 11 int f1(void) function
13 return 1; /* f1 breakpoint */
16 extern int f1(void);
  /src/tests/usr.bin/xlint/lint1/
expr_cast.c 44 void (*f1)(void);
47 f1 = (void (*)(void))p;
50 f1 = (void *()(void))p; /* crash before 2021-02-28 */
  /src/external/gpl3/gcc/dist/gcc/
fp-test.cc 80 volatile float f1 = 1.0, f2 = 1.0, f3 = 1.0; variable
89 f1 = -f2;
90 f1 = f2 + f3;
91 f1 = f2 - f3;
92 f1 = f2 * f3;
93 f1 = f2 / f3;
94 f1 += f2;
95 f1 -= f2;
96 f1 *= f2;
97 f1 /= f2
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fp-test.cc 80 volatile float f1 = 1.0, f2 = 1.0, f3 = 1.0; variable
89 f1 = -f2;
90 f1 = f2 + f3;
91 f1 = f2 - f3;
92 f1 = f2 * f3;
93 f1 = f2 / f3;
94 f1 += f2;
95 f1 -= f2;
96 f1 *= f2;
97 f1 /= f2
    [all...]
  /src/lib/libc/gdtoa/
strtoId.c 38 strtoId(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1;
40 strtoId(CONST char *s, char **sp, double *f0, double *f1)
58 ULtod((ULong*)f1, B[1]->x, exp[1], rv[1]);
62 ((ULong*)f1)[0] = ((ULong*)f0)[0];
63 ((ULong*)f1)[1] = ((ULong*)f0)[1];
strtoIdd.c 38 strtoIdd(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1;
40 strtoIdd(CONST char *s, char **sp, double *f0, double *f1)
62 ULtodd((ULong*)f1, B[1]->x, exp[1], rv[1]);
66 ((ULong*)f1)[0] = ((ULong*)f0)[0];
67 ((ULong*)f1)[1] = ((ULong*)f0)[1];
68 ((ULong*)f1)[2] = ((ULong*)f0)[2];
69 ((ULong*)f1)[3] = ((ULong*)f0)[3];
  /src/tests/lib/libc/gen/
t_fmtcheck.c 36 const char *fmtcheck(const char *f1, const char *f2)
94 const char *f, *cf, *f1, *f2; local
98 f1 = test_fmts[i].fmt1;
100 f = fmtcheck(f1, f2);
102 cf = f1;
109 "(should have returned %s)", i, f1, f2,
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
line_trace.d 6 f1();
16 void f1()
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
complex-parts.c 39 float f1 = 2.5; local
46 keep_around (&f1);
info-var.exp 18 standard_testfile info-var-f1.c info-var-f2.c
vla-optimized-out.c 18 /* The version of this test-case with f1 tagged with noinline only is equivalent
29 f1 (int i) function
42 j = f1 (i);

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>