Home
last modified time | relevance | path

Searched full:log2f (Results 1 – 7 of 7) sorted by relevance

/titanic_54/usr/src/lib/libm/i386/src/
H A Dlog2f.s29 .file "log2f.s"
32 LIBM_ANSI_PRAGMA_WEAK(log2f,function)
34 ENTRY(log2f)
40 SET_SIZE(log2f)
/titanic_54/usr/src/man/man3m/
H A Dlog2.3m13 log2, log2f, log2l \- compute base 2 logarithm functions
25 \fBfloat\fR \fBlog2f\fR(\fBfloat\fR \fIx\fR);
45 If \fIx\fR is \(+-0, a pole error occurs and \fBlog2()\fR, \fBlog2f()\fR, and
/titanic_54/usr/src/lib/libm/common/R/
H A Dlog2f.c30 #pragma weak __log2f = log2f
35 log2f(float x) { in log2f() function
/titanic_54/usr/src/head/iso/
H A Dmath_c99.h282 extern float log2f __P((float));
421 #pragma does_not_read_global_data(logf, log10f, log1pf, log2f, logbf)
434 #pragma does_not_write_global_data(logf, log10f, log1pf, log2f, logbf)
497 #pragma no_side_effect(logf, log10f, log1pf, log2f, logbf)
/titanic_54/usr/src/lib/libm/
H A DMakefile.com370 log2f.o \
586 ../common/R/log2f.c \
611 ../common/R/log2f.c \
/titanic_54/usr/src/lib/libm/common/
H A Dmapfile-vers513 log2f;
/titanic_54/usr/src/boot/include/
H A Dmath.h362 float log2f(float);