Home
last modified time | relevance | path

Searched refs:value_from_decfloat (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dvalarith.c957 val = value_from_decfloat (result_type, v); in scalar_binop()
1715 return value_from_decfloat (type, value_contents (arg1)); in value_pos()
H A Dvalue.h541 extern struct value *value_from_decfloat (struct type *type,
H A Dvalops.c485 return value_from_decfloat (type, dec); in value_cast()
867 val = value_from_decfloat (type, v); in value_one()
H A Dprintcmd.c2139 dfp_value = value_from_decfloat (dfp_type, dec); in printf_decfloat()
H A Dvalue.c3181 value_from_decfloat (struct type *type, const gdb_byte *dec) in value_from_decfloat() function
H A Deval.c743 return value_from_decfloat (exp->elts[pc + 1].type, in evaluate_subexp_standard()