Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/libparse/
HDieee754io.c54 fmt_blong( in fmt_blong() function
94 fmt_blong(ch, 11), in fmt_flt()
95 fmt_blong(mh, 20), in fmt_flt()
96 fmt_blong(ml, 32)); in fmt_flt()
575 …printf("double: %s %s\n", fmt_blong(*(unsigned long *)&f, 32), fmt_blong(*(unsigned long *)((char … in main()
577 …printf("fp [%s %s] = %s\n", fmt_blong(fp.l_ui, 32), fmt_blong(fp.l_uf, 32), mfptoa(fp.l_ui, fp.l_u… in main()