gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__hdtoa (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
703:                                 dtoaresult = cp =
704:                                     __hdtoa(fparg.dbl, xdigs, prec,
705:                                     &expt, &signflag, &dtoaend);
bsd_source/lib/libc/src_bsd/stdlib/hdtoa.c - 11.0KB - 332 lines
328: {
329:         return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve));
330: }