| /src/external/bsd/ntp/dist/tests/ntpd/ |
| t-ntp_scanner.c | 96 temp = is_double("0"); 98 temp = is_double("123"); 100 temp = is_double("123.45"); //DOESN'T WORK WITH 123,45, not sure if intented? 102 temp = is_double("-123.45"); //DOESN'T WORK WITH 123,45, not sure if intented?
|
| /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...] |
| sim-fpu.h | 357 INLINE_SIM_FPU (uint64_t) sim_fpu_guard (const sim_fpu *s, int is_double);
|
| /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...] |
| sim-fpu.h | 357 INLINE_SIM_FPU (uint64_t) sim_fpu_guard (const sim_fpu *s, int is_double);
|
| /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/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...] |
| /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/gas/config/ |
| tc-arm.c | 19185 do_neon_cvttb_2 (bool t, bool to, bool is_double) 19187 if (is_double) 19191 (is_double && !to) ? VFP_REG_Dd : VFP_REG_Sd); 19193 (is_double && to) ? VFP_REG_Dm : VFP_REG_Sm); 19196 inst.instruction |= is_double ? 0x100 : 0; 19261 do_neon_cvttb_2 (t, /*to=*/true, /*is_double=*/false); 19266 do_neon_cvttb_2 (t, /*to=*/false, /*is_double=*/false); 19276 do_neon_cvttb_2 (t, /*to=*/true, /*is_double=*/true); 19286 do_neon_cvttb_2 (t, /*to=*/false, /*is_double=*/true); 19294 do_neon_cvttb_2 (t, /*to=*/true, /*is_double=*/false) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 19188 do_neon_cvttb_2 (bool t, bool to, bool is_double) 19190 if (is_double) 19194 (is_double && !to) ? VFP_REG_Dd : VFP_REG_Sd); 19196 (is_double && to) ? VFP_REG_Dm : VFP_REG_Sm); 19199 inst.instruction |= is_double ? 0x100 : 0; 19264 do_neon_cvttb_2 (t, /*to=*/true, /*is_double=*/false); 19269 do_neon_cvttb_2 (t, /*to=*/false, /*is_double=*/false); 19279 do_neon_cvttb_2 (t, /*to=*/true, /*is_double=*/true); 19289 do_neon_cvttb_2 (t, /*to=*/false, /*is_double=*/true); 19297 do_neon_cvttb_2 (t, /*to=*/true, /*is_double=*/false) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm.cc | 6635 use_vfp_abi (enum arm_pcs pcs_variant, bool is_double) 6655 (TARGET_VFP_DOUBLE || !is_double));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm.cc | 6527 use_vfp_abi (enum arm_pcs pcs_variant, bool is_double) 6547 (TARGET_VFP_DOUBLE || !is_double));
|