Searched refs:is_double (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp1095 char is_double; member in struct:vertical_rule
1106 : next(p), start_row(sr), end_row(er), col(c), is_double(dbl)
1126 if (is_double) {
1165 if (is_double) {
2370 void table::add_vertical_rule(int start_row, int end_row, int col, int is_double) argument
2372 vrule_list = new vertical_rule(start_row, end_row, col, is_double,
2420 if (p->is_double)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-arm.c3372 bfd_arm_vfp11_regno (unsigned int insn, bfd_boolean is_double, unsigned int rx, argument
3375 if (is_double)
3432 bfd_boolean is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
3437 unsigned int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22);
3438 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
3453 regs[1] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
3469 regs[0] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
3535 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
3539 if (is_double)
3552 int fd = bfd_arm_vfp11_regno (insn, is_double, 1
[all...]

Completed in 184 milliseconds