Searched refs:value_from_double (Results 1 – 7 of 7) sorted by relevance
275 extern struct value *value_from_double (struct type *type, DOUBLEST num);
1334 return value_from_double (type, value_as_double (arg1)); in value_pos()1362 return value_from_double (result_type, -value_as_double (arg1)); in value_neg()
103 value_print (value_from_double (exp->elts[pc + 1].type, in print_subexp_standard()
1519 value_from_double (struct type *type, DOUBLEST num) in value_from_double() function
423 return value_from_double (exp->elts[pc + 1].type, in evaluate_subexp_standard()
300 return value_from_double (type, value_as_double (arg2)); in value_cast()
7020 return value_from_double (builtin_type_double, val); in cast_from_fixed_to_double()