Home
last modified time | relevance | path

Searched refs:value_from_double (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalue.h313 extern struct value *value_from_double (struct type *type, DOUBLEST num);
H A Dvalues.c1191 value_from_double (struct type *type, DOUBLEST num) in value_from_double() function
H A Dexpprint.c103 value_print (value_from_double (exp->elts[pc + 1].type, in print_subexp_standard()
H A Dvalarith.c1330 return value_from_double (result_type, -value_as_double (arg1)); in value_neg()
H A Deval.c422 return value_from_double (exp->elts[pc + 1].type, in evaluate_subexp_standard()
H A Dvalops.c289 return value_from_double (type, value_as_double (arg2)); in value_cast()
H A Dada-lang.c6990 return value_from_double (builtin_type_double, val); in cast_from_fixed_to_double()
H A DChangeLog-19964418 value_from_double, and unpack_double to use DOUBLEST.
4423 * (value_from_double): Arg `num' is now DOUBLEST.
H A DChangeLog-1993993 * values.c (unpack_long, unpack_double, value_from_double),