HomeSort by: relevance | last modified time | path
    Searched defs:is_double (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c 548 is_double( function
855 } else if (is_double(yytext)) {
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.cpp 1097 char is_double; member in struct:vertical_rule
1108 : next(p), start_row(sr), end_row(er), col(c), is_double(dbl)
1128 if (is_double) {
1167 if (is_double) {
2372 void table::add_vertical_rule(int start_row, int end_row, int col, int is_double)
2374 vrule_list = new vertical_rule(start_row, end_row, col, is_double,
2422 if (p->is_double)
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 114 #define NR_EXPBITS (is_double ? 11 : 8)
115 #define NR_FRACBITS (is_double ? 52 : 23)
116 #define SIGNBIT (is_double ? MSBIT64 (0) : MSBIT64 (32))
120 #define EXPMAX ((unsigned) (is_double ? EXMPAX64 : EXPMAX32))
124 #define EXPBIAS (is_double ? EXPBIAS64 : EXPBIAS32)
140 #define NR_PAD (is_double ? NR_PAD64 : NR_PAD32)
141 #define PADMASK (is_double ? 0 : LSMASK64 (NR_PAD32 - 1, 0))
145 #define NR_GUARDS (is_double ? NR_GUARDS64 : NR_GUARDS32)
185 int is_double)
303 if (is_double)
601 const int is_double = 1; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 114 #define NR_EXPBITS (is_double ? 11 : 8)
115 #define NR_FRACBITS (is_double ? 52 : 23)
116 #define SIGNBIT (is_double ? MSBIT64 (0) : MSBIT64 (32))
120 #define EXPMAX ((unsigned) (is_double ? EXMPAX64 : EXPMAX32))
124 #define EXPBIAS (is_double ? EXPBIAS64 : EXPBIAS32)
140 #define NR_PAD (is_double ? NR_PAD64 : NR_PAD32)
141 #define PADMASK (is_double ? 0 : LSMASK64 (NR_PAD32 - 1, 0))
145 #define NR_GUARDS (is_double ? NR_GUARDS64 : NR_GUARDS32)
185 int is_double)
303 if (is_double)
601 const int is_double = 1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 7752 bool is_double = size == 8 && SCALAR_FLOAT_TYPE_P (eff_type);
7759 if (size > 4 && !is_double)
7766 if (!is_double)
7770 || (is_double || size == 16))
7778 if (is_double)
7741 bool is_double = size == 8 && SCALAR_FLOAT_TYPE_P (eff_type); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 7752 bool is_double = size == 8 && TREE_CODE (eff_type) == REAL_TYPE;
7759 if (size > 4 && !is_double)
7766 if (!is_double)
7770 || (is_double || size == 16))
7778 if (is_double)
7741 bool is_double = size == 8 && TREE_CODE (eff_type) == REAL_TYPE; local
  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 8099 bfd_arm_vfp11_regno (unsigned int insn, bool is_double, unsigned int rx,
8102 if (is_double)
8159 bool is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
8164 unsigned int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22);
8165 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8180 regs[1] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8196 regs[0] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8262 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8266 if (is_double)
8279 int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 8173 bfd_arm_vfp11_regno (unsigned int insn, bool is_double, unsigned int rx,
8176 if (is_double)
8233 bool is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
8238 unsigned int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22);
8239 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8254 regs[1] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8270 regs[0] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8336 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8340 if (is_double)
8353 int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 8167 bfd_arm_vfp11_regno (unsigned int insn, bool is_double, unsigned int rx,
8170 if (is_double)
8227 bool is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
8232 unsigned int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22);
8233 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8248 regs[1] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8264 regs[0] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8330 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8334 if (is_double)
8347 int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 8148 bfd_arm_vfp11_regno (unsigned int insn, bool is_double, unsigned int rx,
8151 if (is_double)
8208 bool is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
8213 unsigned int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22);
8214 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8229 regs[1] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8245 regs[0] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
8311 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
8315 if (is_double)
8328 int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22)
    [all...]

Completed in 78 milliseconds