Searched refs:sreal (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dsreal.h45 typedef struct sreal struct
54 } sreal; typedef in typeref:struct:sreal
56 extern void dump_sreal (FILE *, sreal *);
57 extern sreal *sreal_init (sreal *, unsigned HOST_WIDE_INT, signed int);
58 extern HOST_WIDE_INT sreal_to_int (sreal *);
59 extern int sreal_compare (sreal *, sreal *);
60 extern sreal *sreal_add (sreal *, srea
[all...]
H A Dsreal.c25 Value of sreal is
57 #include "sreal.h"
59 static inline void copy (sreal *, sreal *);
60 static inline void shift_right (sreal *, int);
61 static void normalize (sreal *);
63 /* Print the content of struct sreal. */
66 dump_sreal (FILE *file, sreal *x)
77 /* Copy the sreal number. */
80 copy (sreal *
[all...]
H A Dpredict.c52 #include "sreal.h"
66 static sreal real_zero, real_one, real_almost_one, real_br_prob_base,
1532 sreal frequency;
1547 sreal back_edge_prob;
1600 sreal cyclic_probability, frequency;
1625 sreal tmp;
1664 sreal tmp;
1791 sreal freq_max;
1844 sreal tmp;
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile57 see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o \

Completed in 76 milliseconds