Searched refs:pack_d (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c202 extern FLO_type pack_d ( fp_number_type * );
206 pack_d ( fp_number_type * src)
757 return pack_d (res);
779 return pack_d (res);
933 not in pack_d, because there we don't have "low" available
937 /* Avoid further rounding in pack_d. */
963 return pack_d (res);
1051 that, we round here and not in pack_d, because there we
1055 /* Avoid further rounding in pack_d. */
1081 return pack_d (re
[all...]
H A Dfp-bit.h171 # define pack_d __pack_t macro
193 # define pack_d __pack_f macro
216 # define pack_d __pack_d macro
421 extern FLO_type pack_d (fp_number_type *);

Completed in 108 milliseconds