| /src/external/gpl2/texinfo/dist/makeinfo/ |
| float.c | 161 /* Check if the requested float_type exists in the floats stack. */ 174 char *float_type; local 175 get_rest_of_line (1, &float_type); 183 if (handling_delayed_writes && !float_type_exists (float_type)) 184 warning (_("Requested float type `%s' not previously used"), float_type); 189 "type=\"%s\"", text_expansion (float_type)); 194 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type); 202 sprintf (list_command, "@%s %s", command, float_type); 206 else if (float_type_exists (float_type)) 222 if (strlen (temp->id) > 0 && STREQ (float_type, temp->type) [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| gcc-c-fe.def | 139 Deprecated in v1, use float_type instead. */ 222 GCC_METHOD2 (gcc_type, float_type,
|
| /src/external/gpl3/binutils.old/dist/include/ |
| gcc-c-fe.def | 139 Deprecated in v1, use float_type instead. */ 222 GCC_METHOD2 (gcc_type, float_type,
|
| /src/external/gpl3/gcc/dist/include/ |
| gcc-c-fe.def | 139 Deprecated in v1, use float_type instead. */ 222 GCC_METHOD2 (gcc_type, float_type,
|
| /src/external/gpl3/gcc.old/dist/include/ |
| gcc-c-fe.def | 136 Deprecated in v1, use float_type instead. */ 219 GCC_METHOD2 (gcc_type, float_type,
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| options.c | 67 options_float (int float_type) 69 switch (float_type) {
|
| /src/external/gpl3/gdb.old/dist/include/ |
| gcc-c-fe.def | 139 Deprecated in v1, use float_type instead. */ 222 GCC_METHOD2 (gcc_type, float_type,
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| options.c | 67 options_float (int float_type) 69 switch (float_type) {
|
| /src/external/gpl3/gdb/dist/include/ |
| gcc-c-fe.def | 139 Deprecated in v1, use float_type instead. */ 222 GCC_METHOD2 (gcc_type, float_type,
|
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.h | 193 bool (*float_type) (void *, unsigned int); member in struct:debug_write_fns
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.h | 193 bool (*float_type) (void *, unsigned int); member in struct:debug_write_fns
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-call-cdce.cc | 441 tree lbub_real_cst, lbub_cst, float_type; 447 float_type = TREE_TYPE (arg); 449 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst); 451 temp = create_tmp_var (float_type, temp_name1); 438 tree lbub_real_cst, lbub_cst, float_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-call-cdce.cc | 421 tree lbub_real_cst, lbub_cst, float_type; 427 float_type = TREE_TYPE (arg); 429 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst); 431 temp = create_tmp_var (float_type, temp_name1); 418 tree lbub_real_cst, lbub_cst, float_type; local
|
| /src/external/gpl3/binutils/dist/gas/ |
| read.c | 3755 float_length (int float_type, int *pad_p) 3759 switch (float_type) 3803 as_bad (_("unknown floating type '%c'"), float_type); 3815 parse_one_float (int float_type, char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]) 3834 length = hex_float (float_type, temp); 3845 err = md_atof (float_type, temp, &length); 3864 s_float_space (int float_type) 3886 flen = float_length (float_type, &pad); 3894 flen = parse_one_float (float_type, temp); 5037 hex_float (int float_type, char *bytes [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| read.c | 3747 float_length (int float_type, int *pad_p) 3751 switch (float_type) 3795 as_bad (_("unknown floating type '%c'"), float_type); 3807 parse_one_float (int float_type, char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]) 3826 length = hex_float (float_type, temp); 3837 err = md_atof (float_type, temp, &length); 3856 s_float_space (int float_type) 3878 flen = float_length (float_type, &pad); 3886 flen = parse_one_float (float_type, temp); 5026 hex_float (int float_type, char *bytes [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mcore.c | 282 mcore_float_cons (int float_type) 285 mcore_pool_count (float_cons, float_type); 287 float_cons (float_type);
|
| tc-hppa.c | 8170 pa_float_cons (int float_type) 8172 float_cons (float_type);
|
| tc-csky.c | 7729 csky_float_cons (int float_type) 7733 csky_pool_count (float_cons, float_type); 7735 float_cons (float_type);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mcore.c | 282 mcore_float_cons (int float_type) 285 mcore_pool_count (float_cons, float_type); 287 float_cons (float_type);
|
| tc-hppa.c | 8170 pa_float_cons (int float_type) 8172 float_cons (float_type);
|
| tc-csky.c | 7729 csky_float_cons (int float_type) 7733 csky_pool_count (float_cons, float_type); 7735 float_cons (float_type);
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-c-types.c | 217 return context->plugin ().float_type (type->length (),
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-c-types.c | 217 return context->plugin ().float_type (type->length (),
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.c | 6526 struct type *float_type 6530 return init_complex_type (NULL, float_type); 6532 return float_type; 6520 struct type *float_type local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stabsread.c | 6529 struct type *float_type 6533 return init_complex_type (NULL, float_type); 6535 return float_type; 6523 struct type *float_type local
|