Searched refs:fm (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Danonunion1.C13 typedef void (F::*fm) (int); typedef in struct:F
24 F::fm m = &F::bar <&Z::foo>;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem8.C13 struct filler1 {int fm;}; member in struct:filler1
14 struct filler2 {int fm;}; member in struct:filler2
15 struct filler3 {int fm;}; member in struct:filler3
16 struct filler4 {int fm;}; member in struct:filler4
45 fobj.filler1::fm = 1;
46 fobj.filler2::fm = 2;
47 fobj.filler3::fm = 3;
48 fobj.filler4::fm = 4;
H A Dcast6.C14 struct filler1 {int fm;}; member in struct:filler1
15 struct filler2 {int fm;}; member in struct:filler2
16 struct filler3 {int fm;}; member in struct:filler3
17 struct filler4 {int fm;}; member in struct:filler4
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr29250.c19 double *fm; local
28 fm[offs] = sparse_feature_matrix[v].features[f].entry;
H A D920501-4.c15 double fm,ft; local
25 fm=m;
31 while ( (ft != 0) && (ft < fm )) {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dreg-stack2.C31 D2 fm; member in class:B
34 B::B(const D2 &mi) : fm(mi.GS()) {}
/haiku-buildtools/gcc/libatomic/config/linux/arm/
H A Dhost-config.h48 bool weak_p UNUSED, int sm UNUSED, int fm UNUSED)
72 bool weak_p UNUSED, int sm UNUSED, int fm UNUSED)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-d30v.c1168 struct d30v_format *fm; local
1184 fm = (struct d30v_format *) &d30v_format_table[index];
1186 while (fm->form == index)
1190 for (j = 0; match && fm->operands[j]; j++)
1192 int flags = d30v_operand_table[fm->operands[j]].flags;
1193 int bits = d30v_operand_table[fm->operands[j]].bits;
1248 if (fm->form >= LONG)
1254 else if (fm->form < LONG
1256 || (fm->form == SHORT_D2 && j == 0)))
1299 for (j = 0; fm
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-d30v.c1135 struct d30v_format *fm; local
1151 fm = (struct d30v_format *) &d30v_format_table[opcode_index];
1153 while (fm->form == opcode_index)
1157 for (j = 0; match && fm->operands[j]; j++)
1159 int flags = d30v_operand_table[fm->operands[j]].flags;
1160 int bits = d30v_operand_table[fm->operands[j]].bits;
1215 if (fm->form >= LONG)
1221 else if (fm->form < LONG
1223 || (fm->form == SHORT_D2 && j == 0)))
1264 for (j = 0; fm
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/fixed-point/
H A Ddefine.c31 fract fm = FRACT_MIN; variable
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dmul_1.asm49 C 6. Avoid performing mem+fa+fm in the same cycle, at least not when we want
H A Daddmul_1.asm51 C 6. Avoid performing mem+fa+fm in the same cycle, at least not when we want
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c7867 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5); local
7883 regs[2] = fm;
7899 regs[1] = fm;
7943 regs[rnum++] = fm;
7964 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5); local
7969 bfd_arm_vfp11_write_mask (destmask, fm);
7972 bfd_arm_vfp11_write_mask (destmask, fm);
7973 bfd_arm_vfp11_write_mask (destmask, fm + 1);

Completed in 539 milliseconds