Searched refs:DOUBLEST (Results 1 – 25 of 37) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | doublest.h | 52 typedef long double DOUBLEST; typedef 54 typedef double DOUBLEST; typedef 58 const void *in, DOUBLEST *out); 60 const DOUBLEST *in, void *out); 74 extern DOUBLEST deprecated_extract_floating (const void *addr, int len); 75 extern void deprecated_store_floating (void *addr, int len, DOUBLEST val); 83 extern DOUBLEST extract_typed_floating (const void *addr, 86 DOUBLEST val);
|
| D | doublest.c | 119 DOUBLEST *to) in convert_floatformat_to_doublest() 122 DOUBLEST dto; in convert_floatformat_to_doublest() 341 const DOUBLEST *from, in convert_doublest_to_floatformat() 344 DOUBLEST dfrom; in convert_doublest_to_floatformat() 346 DOUBLEST mant; in convert_doublest_to_floatformat() 570 const void *in, DOUBLEST *out) in floatformat_to_doublest() 597 const DOUBLEST *in, void *out) in floatformat_from_doublest() 677 static DOUBLEST 681 DOUBLEST val; in extract_floating_by_length() 687 DOUBLEST [all …]
|
| D | ada-lang.h | 326 extern DOUBLEST ada_delta (struct type *); 328 extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST); 330 extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST);
|
| D | value.h | 176 DOUBLEST force_doublest_align; 301 extern DOUBLEST value_as_double (struct value *val); 305 extern DOUBLEST unpack_double (struct type *type, const char *valaddr, 313 extern struct value *value_from_double (struct type *type, DOUBLEST num);
|
| D | ada-lex.l | 515 if (sizeof (DOUBLEST) > sizeof (double)) 526 if (sizeof(DOUBLEST) >= TARGET_DOUBLE_BIT / TARGET_CHAR_BIT) 528 if (sizeof(DOUBLEST) >= TARGET_LONG_DOUBLE_BIT / TARGET_CHAR_BIT)
|
| D | values.c | 535 DOUBLEST 538 DOUBLEST foo; in value_as_double() 713 DOUBLEST 1191 value_from_double (struct type *type, DOUBLEST num) in value_from_double()
|
| D | ax.h | 65 DOUBLEST d;
|
| D | expression.h | 353 DOUBLEST doubleconst;
|
| D | parser-defs.h | 122 extern void write_exp_elt_dblcst (DOUBLEST);
|
| D | arm-linux-tdep.c | 167 DOUBLEST dblval; in arm_linux_push_arguments()
|
| D | ada-typeprint.c | 335 DOUBLEST delta = ada_delta (type); in print_fixed_point_type() 336 DOUBLEST small = ada_fixed_to_float (type, 1.0); in print_fixed_point_type()
|
| D | ada-lang.c | 6977 DOUBLEST argd = in cast_to_fixed() 6988 DOUBLEST val = ada_fixed_to_float (VALUE_TYPE (arg), in cast_from_fixed_to_double() 7899 DOUBLEST 7908 return (DOUBLEST) num / (DOUBLEST) den; in ada_delta() 7914 static DOUBLEST 7926 return (DOUBLEST) num1 / (DOUBLEST) den1; in scaling_factor() 7928 return (DOUBLEST) num0 / (DOUBLEST) den0; in scaling_factor() 7935 DOUBLEST 7938 return (DOUBLEST) x *scaling_factor (type); in ada_fixed_to_float() 7945 ada_float_to_fixed (struct type *type, DOUBLEST x) in ada_float_to_fixed()
|
| D | sh64-tdep.c | 1668 DOUBLEST val; in sh64_extract_return_value() 2051 DOUBLEST val; in sh64_register_convert_to_virtual() 2076 DOUBLEST val = deprecated_extract_floating (from, TYPE_LENGTH(type)); in sh64_register_convert_to_raw()
|
| D | i387-tdep.c | 47 DOUBLEST value; in print_i387_value()
|
| D | valprint.c | 289 DOUBLEST doub; in print_floating()
|
| D | f-exp.y | 136 DOUBLEST dval;
|
| D | parse.c | 227 write_exp_elt_dblcst (DOUBLEST expelt) in write_exp_elt_dblcst()
|
| D | ada-exp.y | 155 DOUBLEST dval;
|
| D | m2-exp.y | 140 DOUBLEST dval;
|
| D | sh-tdep.c | 1852 DOUBLEST val; in sh_register_convert_to_virtual() 1868 DOUBLEST val = extract_typed_floating (from, type); in sh_register_convert_to_raw()
|
| D | arm-tdep.c | 1399 DOUBLEST d; in convert_from_extended() 1411 DOUBLEST d; in convert_to_extended()
|
| D | jv-exp.y | 134 DOUBLEST dval;
|
| D | ChangeLog-1996 | 4324 double' with `DOUBLEST'. 4377 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST 4394 * defs.h: Define DOUBLEST appropriatly depending on whether 4398 DOUBLEST. 4399 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST. 4400 * findvar.c (extract_floating): Make return value be DOUBLEST. 4402 * (store_floating): Arg `val' is now type DOUBLEST. Handle all 4405 DOUBLEST. 4407 type DOUBLEST. Coerce type of result to long double if either op 4414 * valprint.c (print_floating): Arg doub is now type DOUBLEST. [all …]
|
| D | valarith.c | 772 DOUBLEST v1, v2, v = 0; in value_binop()
|
| D | p-exp.y | 137 DOUBLEST dval;
|
12