Searched refs:fmt_blong (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/libparse/
H A Dieee754io.c56 fmt_blong( function
96 fmt_blong(ch, 11),
97 fmt_blong(mh, 20),
98 fmt_blong(ml, 32));
561 printf("double: %s %s\n", fmt_blong(*(unsigned long *)&f, 32), fmt_blong(*(unsigned long *)((char *)(&f)+4), 32));
563 printf("fp [%s %s] = %s\n", fmt_blong(fp.l_ui, 32), fmt_blong(fp.l_uf, 32), mfptoa(fp.l_ui, fp.l_uf, 15));

Completed in 131 milliseconds