Home | History | Annotate | Download | only in bid

Lines Matching refs:d32

58 decimal32FromNumber (decimal32 *d32, const decNumber *dn,
68 __dpd32FromNumber (d32, dn, set);
72 __ieee_to_host_32 (*d32, &u._Dec);
80 /* d32 is returned as a pointer to _Decimal32 here. */
81 *d32 = u.dec;
83 return d32;
110 decimal32ToString (const decimal32 *d32, char *string)
113 decimal32ToNumber (d32, &dn);
119 decimal32ToEngString (const decimal32 *d32, char *string)
122 decimal32ToNumber (d32, &dn);