Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dvalue.h316 extern struct value *value_from_double (struct type *type, DOUBLEST num);
Dvalues.c1189 value_from_double (struct type *type, DOUBLEST num) in value_from_double() function
Dexpprint.c103 value_print (value_from_double (exp->elts[pc + 1].type, in print_subexp_standard()
Dvalarith.c1329 return value_from_double (result_type, -value_as_double (arg1)); in value_neg()
Deval.c425 return value_from_double (exp->elts[pc + 1].type, in evaluate_subexp_standard()
Dvalops.c295 return value_from_double (type, value_as_double (arg2)); in value_cast()
Dada-lang.c6759 return value_from_double (builtin_type_double, val); in cast_from_fixed_to_double()