DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
modf
sbin/hammer/cmd_stats.c
246
ts->tv_nsec = (int)(modf(d, &d) * 1000000000.0);
test/debug/bufqueues.c
244
ts->tv_nsec = (int)(modf(d, &d) * 1000000000.0);
tools/regression/lib/libm/test-nearbyint.c
146
assert(fpequal(out, modf(in, &ipart)));
tools/regression/lib/libm/test-nearbyint.c
158
assert(fpequal(out, modf(in, &ipart)));