osprey/libm/mips/log1pf.c File Reference
#include "libm.h"
Go to the source code of this file.
|
Functions/Subroutines |
| float | __log1pf (float x) |
Variables |
| static char * | rcs_id = "$Source: /home/bos/bk/kpro64-pending/libm/mips/SCCS/s.log1pf.c $ $Revision: 1.5 $" |
| const fu | _logftabhi [] |
| const fu | _logftablo [] |
| static const fu | Qnan = {QNANF} |
| static const fu | Neginf = {0x7f800000} |
| static const fu | Inf = {0x7f800000} |
| static const fu | P [] |
| static const fu | Q [] |
| static const fu | f_m_one = {0xbf800000} |
| static const fu | f_one = {0x3f800000} |
| static const fu | T1 = {0xbd782a03} |
| static const fu | T2 = {0x3d8415ac} |
| static const fu | T3 = {0x4c800000} |
| static const fu | twop7 = {0x43000000} |
| static const fu | twopm7 = {0x3c000000} |
| static const fu | log2_lead = {0x3f317200} |
| static const fu | log2_trail = {0x35bfbe8e} |
Function Documentation
| float __log1pf |
( |
float |
x |
) |
|
Definition at line 150 of file log1pf.c.
References DOMAIN, EXPBIAS, F, f, fprintf(), MANTWIDTH, matherr(), n, OVERFLOW, q, result, SETERRNO, and is::y.
Variable Documentation
const fu f_m_one = {0xbf800000} [static] |
const fu f_one = {0x3f800000} [static] |
const fu Inf = {0x7f800000} [static] |
const fu Neginf = {0x7f800000} [static] |
Initial value:
{
{0x3f800000},
{0x3daaaaa9},
{0x3c4dffbb},
}
Definition at line 104 of file log1pf.c.
Initial value:
{
{0x3f800000},
{0x3daaaac2},
}
Definition at line 111 of file log1pf.c.
const fu Qnan = {QNANF} [static] |
char* rcs_id = "$Source: /home/bos/bk/kpro64-pending/libm/mips/SCCS/s.log1pf.c $ $Revision: 1.5 $" [static] |
const fu T1 = {0xbd782a03} [static] |
const fu T2 = {0x3d8415ac} [static] |
const fu T3 = {0x4c800000} [static] |
const fu twop7 = {0x43000000} [static] |
const fu twopm7 = {0x3c000000} [static] |