Exemplo n.º 1
0
static inline double
fp_to_double (increment_t x)
{	return fp_fraction_part (x) * INV_FP_ONE ;
} /* fp_to_double */
Exemplo n.º 2
0
static inline float
fp_to_float (increment_t x)
{	return (float)fp_fraction_part (x) * (float)INV_FP_ONE ;
} /* fp_to_float */