Searched refs:float_type (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | float.c | 172 char *float_type; in cm_listoffloats() local 173 get_rest_of_line (1, &float_type); in cm_listoffloats() 181 if (handling_delayed_writes && !float_type_exists (float_type)) in cm_listoffloats() 182 warning (_("Requested float type `%s' not previously used"), float_type); in cm_listoffloats() 187 "type=\"%s\"", text_expansion (float_type)); in cm_listoffloats() 192 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type); in cm_listoffloats() 200 sprintf (list_command, "@%s %s", command, float_type); in cm_listoffloats() 204 else if (float_type_exists (float_type)) in cm_listoffloats() 220 if (strlen (temp->id) > 0 && STREQ (float_type, temp->type)) in cm_listoffloats() 234 if (strlen (float_type) > 0) in cm_listoffloats() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | read.h | 115 extern void float_cons (int float_type);
|
| D | read.c | 3026 s_float_space (int float_type) in s_float_space() argument 3063 flen = hex_float (float_type, temp); in s_float_space() 3076 err = md_atof (float_type, temp, &flen); in s_float_space() 4017 hex_float (int float_type, char *bytes) in hex_float() argument 4022 switch (float_type) in hex_float() 4049 as_bad (_("unknown floating type type '%c'"), float_type); in hex_float() 4120 register int float_type /* 'f':.ffloat ... 'F':.float ... */) in float_cons() argument 4155 length = hex_float (float_type, temp); in float_cons() 4164 err = md_atof (float_type, temp, &length); in float_cons()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | language.h | 401 extern int float_type (struct type *);
|
| D | stabsread.c | 3884 struct type *float_type in read_range_type() local 3891 TYPE_TARGET_TYPE (complex_type) = float_type; in read_range_type() 3895 return float_type; in read_range_type()
|
| D | language.c | 746 float_type (struct type *type)
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | debug.h | 193 bfd_boolean (*float_type) (void *, unsigned int); member
|
| D | debug.c | 2496 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mcore.c | 288 mcore_float_cons (int float_type) in mcore_float_cons() argument 291 mcore_pool_count (float_cons, float_type); in mcore_float_cons() 293 float_cons (float_type); in mcore_float_cons()
|
| D | tc-hppa.c | 8313 pa_float_cons (float_type) in pa_float_cons() argument 8314 int float_type; in pa_float_cons() 8316 float_cons (float_type);
|