Searched refs:FLONUM_TYPE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/binutils/gas/
H A Dflonum.h61 typedef struct FLONUM_STRUCT FLONUM_TYPE; typedef in typeref:struct:FLONUM_STRUCT
75 extern const FLONUM_TYPE flonum_positive_powers_of_ten[];
76 extern const FLONUM_TYPE flonum_negative_powers_of_ten[];
90 FLONUM_TYPE * address_of_generic_floating_point_number);
92 void flonum_copy (FLONUM_TYPE * in, FLONUM_TYPE * out);
93 void flonum_multip (const FLONUM_TYPE * a, const FLONUM_TYPE * b,
94 FLONUM_TYPE * product);
H A Dflonum-copy.c25 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out)
H A Datof-generic.c33 static void flonum_print (const FLONUM_TYPE *);
81 FLONUM_TYPE *address_of_generic_floating_point_number)
317 FLONUM_TYPE power_of_10_flonum;
318 FLONUM_TYPE digits_flonum;
464 FLONUM_TYPE temporary_flonum;
513 const FLONUM_TYPE *multiplicand; /* -> 10^(2^n) */
596 const FLONUM_TYPE *f;
H A Dflonum-mult.c75 flonum_multip (const FLONUM_TYPE *a, const FLONUM_TYPE *b,
76 FLONUM_TYPE *product)
H A Dexpr.h161 extern FLONUM_TYPE generic_floating_point_number;
H A Dflonum-konst.c189 const FLONUM_TYPE flonum_negative_powers_of_ten[] = {
206 const FLONUM_TYPE flonum_positive_powers_of_ten[] = {
H A Dexpr.c183 FLONUM_TYPE generic_floating_point_number = {
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Datof-ieee.c25 extern FLONUM_TYPE generic_floating_point_number;
175 FLONUM_TYPE save_gen_flonum;
676 FLONUM_TYPE *gen;
678 FLONUM_TYPE f;
H A Datof-vax.c34 int flonum_gen2vax (int, FLONUM_TYPE *, LITTLENUM_TYPE *);
198 FLONUM_TYPE f;
247 FLONUM_TYPE *f,
H A Dtc-s390.c821 FLONUM_TYPE floatnum; /* used if X_op == O_big && X_add_number <= 0 */
947 sizeof (FLONUM_TYPE)) == 0)

Completed in 119 milliseconds