Home
last modified time | relevance | path

Searched refs:DOUBLEST (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.h52 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);
Ddoublest.c119 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 …]
Dada-lang.h326 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);
Dvalue.h176 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);
Dada-lex.l515 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)
Dvalues.c535 DOUBLEST
538 DOUBLEST foo; in value_as_double()
713 DOUBLEST
1191 value_from_double (struct type *type, DOUBLEST num) in value_from_double()
Dax.h65 DOUBLEST d;
Dexpression.h353 DOUBLEST doubleconst;
Dparser-defs.h122 extern void write_exp_elt_dblcst (DOUBLEST);
Darm-linux-tdep.c167 DOUBLEST dblval; in arm_linux_push_arguments()
Dada-typeprint.c335 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()
Dada-lang.c6977 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()
Dsh64-tdep.c1668 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()
Di387-tdep.c47 DOUBLEST value; in print_i387_value()
Dvalprint.c289 DOUBLEST doub; in print_floating()
Df-exp.y136 DOUBLEST dval;
Dparse.c227 write_exp_elt_dblcst (DOUBLEST expelt) in write_exp_elt_dblcst()
Dada-exp.y155 DOUBLEST dval;
Dm2-exp.y140 DOUBLEST dval;
Dsh-tdep.c1852 DOUBLEST val; in sh_register_convert_to_virtual()
1868 DOUBLEST val = extract_typed_floating (from, type); in sh_register_convert_to_raw()
Darm-tdep.c1399 DOUBLEST d; in convert_from_extended()
1411 DOUBLEST d; in convert_to_extended()
Djv-exp.y134 DOUBLEST dval;
DChangeLog-19964324 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 …]
Dvalarith.c772 DOUBLEST v1, v2, v = 0; in value_binop()
Dp-exp.y137 DOUBLEST dval;

12