Searched refs:__fast_double_to_decimal (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | double_decim.c | 564 if (__fast_double_to_decimal(&x, pm, pd, &ef)) { in single_to_decimal() 591 if (__fast_double_to_decimal(&x, pm, pd, &ef)) { in single_to_decimal() 636 if (__fast_double_to_decimal(px, pm, pd, &ef)) { in double_to_decimal()
|
H A D | __flt_decim.c | 263 __fast_double_to_decimal(double *dd, decimal_mode *pm, decimal_record *pd, in __fast_double_to_decimal() function
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | base_conversion.h | 310 extern int __fast_double_to_decimal(double *dd, decimal_mode *pm,
|