Searched refs:__fast_double_to_decimal (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h312 extern int __fast_double_to_decimal(double *dd, decimal_mode *pm,
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c564 if (__fast_double_to_decimal(&x, pm, pd, &ef)) {
591 if (__fast_double_to_decimal(&x, pm, pd, &ef)) {
636 if (__fast_double_to_decimal(px, pm, pd, &ef)) {
H A D__flt_decim.c265 __fast_double_to_decimal(double *dd, decimal_mode *pm, decimal_record *pd, function

Completed in 52 milliseconds