Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c564 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.c263 __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 Dbase_conversion.h310 extern int __fast_double_to_decimal(double *dd, decimal_mode *pm,