Searched refs:DOUBLEST (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/gdb/gdb/
H A Ddoublest.h32 to be done when converting target numbers to and from the hosts DOUBLEST
51 typedef long double DOUBLEST; typedef
53 typedef double DOUBLEST; typedef
57 const void *in, DOUBLEST *out);
59 const DOUBLEST *in, void *out);
73 extern DOUBLEST deprecated_extract_floating (const void *addr, int len);
74 extern void deprecated_store_floating (void *addr, int len, DOUBLEST val);
82 extern DOUBLEST extract_typed_floating (const void *addr,
85 DOUBLEST val);
H A Ddoublest.c24 /* Support for converting target fp numbers into host DOUBLEST format. */
105 /* Convert from FMT to a DOUBLEST.
107 Store the DOUBLEST in *TO. */
112 DOUBLEST *to)
115 DOUBLEST dto;
329 /* The converse: convert the DOUBLEST *FROM to an extended float
335 const DOUBLEST *from,
338 DOUBLEST dfrom;
340 DOUBLEST mant;
552 /* Convert TO/FROM target to the hosts DOUBLEST floatin
[all...]
H A Dexpression.h28 #include "doublest.h" /* Needed for DOUBLEST. */
153 /* OP_DOUBLE is similar but takes a DOUBLEST constant instead of a long. */
353 DOUBLEST doubleconst;
H A Dada-lang.h310 extern DOUBLEST ada_delta (struct type *);
312 extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST);
314 extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST);
H A Dparser-defs.h122 extern void write_exp_elt_dblcst (DOUBLEST);
H A Dvalue.h179 DOUBLEST force_doublest_align;
305 extern DOUBLEST value_as_double (struct value *val);
309 extern DOUBLEST unpack_double (struct type *type, const char *valaddr,
317 extern struct value *value_from_double (struct type *type, DOUBLEST num);
H A Dax.h24 #include "doublest.h" /* For DOUBLEST. */
66 DOUBLEST d;
H A Dvalues.c540 DOUBLEST
543 DOUBLEST foo;
719 DOUBLEST
1197 value_from_double (struct type *type, DOUBLEST num)
H A Dada-typeprint.c324 DOUBLEST delta = ada_delta (type);
325 DOUBLEST small = ada_fixed_to_float (type, 1.0);
H A Dparse.c228 write_exp_elt_dblcst (DOUBLEST expelt)
H A Dada-lang.c6760 DOUBLEST argd =
6771 DOUBLEST val = ada_fixed_to_float (VALUE_TYPE (arg),
7621 DOUBLEST
7630 return (DOUBLEST) num / (DOUBLEST) den;
7636 static DOUBLEST
7648 return (DOUBLEST) num1 / (DOUBLEST) den1;
7650 return (DOUBLEST) num0 / (DOUBLEST) den
[all...]
H A Di387-tdep.c47 DOUBLEST value;
H A Dada-exp.y144 DOUBLEST dval;
H A Df-exp.y136 DOUBLEST dval;
H A Dm2-exp.y140 DOUBLEST dval;
H A Darm-tdep.c1427 DOUBLEST d;
1439 DOUBLEST d;
H A Djv-exp.y134 DOUBLEST dval;
H A Dm2-exp.c265 DOUBLEST dval;
H A Dobjc-exp.y133 DOUBLEST dval;
H A Dp-exp.y137 DOUBLEST dval;
H A Dvalarith.c784 DOUBLEST v1, v2, v = 0;
H A Dvalprint.c481 DOUBLEST doub;
504 conversions. Such conversions are of course direct to DOUBLEST
507 host with 80 bit DOUBLEST but with loss of information on a host
508 with 64 bit DOUBLEST. */
H A Dada-exp.c276 DOUBLEST dval;
H A Dc-exp.y133 DOUBLEST dval;
H A Df-exp.c238 DOUBLEST dval;

Completed in 246 milliseconds

12