1 extern void abort (void);
4 long r
[(19 + sizeof (long))/(sizeof (long))];
10 real_value_from_int_cst (tree x
, tree y
)
14 for (i
= 0; i
< sizeof(r
.r
)/sizeof(long); ++i
)
27 build_real_from_int_cst_1 (data
)
30 struct brfic_args
*args
= (struct brfic_args
*) data
;
31 args
->d
= real_value_from_int_cst (args
->type
, args
->i
);
36 struct brfic_args args
;
38 __builtin_memset (&args
, 0, sizeof(args
));
39 build_real_from_int_cst_1 (&args
);