Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalue.h275 extern struct value *value_from_double (struct type *type, DOUBLEST num);
Dvalarith.c1334 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()
Dexpprint.c103 value_print (value_from_double (exp->elts[pc + 1].type, in print_subexp_standard()
Dvalue.c1519 value_from_double (struct type *type, DOUBLEST num) in value_from_double() function
Deval.c423 return value_from_double (exp->elts[pc + 1].type, in evaluate_subexp_standard()
Dvalops.c300 return value_from_double (type, value_as_double (arg2)); in value_cast()
Dada-lang.c7020 return value_from_double (builtin_type_double, val); in cast_from_fixed_to_double()