Searched refs:__fast_double_to_decimal (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | base_conversion.h | 312 extern int __fast_double_to_decimal(double *dd, decimal_mode *pm,
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | double_decim.c | 564 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.c | 265 __fast_double_to_decimal(double *dd, decimal_mode *pm, decimal_record *pd, function
|
Completed in 292 milliseconds