| /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/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/gdb.old/dist/gdb/ |
| stabsread.c | 4041 struct type *float_type 4045 return init_complex_type (NULL, float_type); 4047 return float_type; 4035 struct type *float_type local
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 620 (** [float_type c] returns the IEEE 32-bit floating point type in the context 622 val float_type : llcontext -> lltype var
|
| /src/external/gpl3/gdb/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
|