Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ilogbf
usr/src/boot/include/math.h
358
int ilogbf(float) __pure2;
usr/src/head/iso/math_c99.h
274
extern int ilogbf(float);
usr/src/lib/libm/common/R/significandf.c
45
return (scalbnf(x, -ilogbf(x)));