Home
last modified time | relevance | path

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

/openbsd/regress/lib/libm/cephes/
H A Dpolevll.c84 long double MAXLOGL = 1.1356523406294143949492E4L; variable
107 short MAXLOGL[] = {0x79ab,0xd1cf,0x17f7,0xb172,0x400c, XPD}; variable
129 long MAXLOGL[] = {0x400c0000,0xb17217f7,0xd1cf79ab}; variable
H A Dconstll.c36 long double MAXLOGL = 1.1356523406294143949491931077970764891253E4L; variable
/openbsd/lib/libm/src/ld80/
H A De_expl.c92 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
104 if( x > MAXLOGL) in expl()
H A Ds_expm1l.c62 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
96 if (x > MAXLOGL) in expm1l()
H A De_powl.c189 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
576 if( s > MAXLOGL ) in powil()
585 if( s < (-MAXLOGL+2.0L) ) in powil()
/openbsd/lib/libm/src/ld128/
H A De_expl.c104 static const long double MAXLOGL = 1.1356523406294143949491931077970764891253E4L; variable
119 if( x > MAXLOGL) in expl()