Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/ld80/
De_expl.c90 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
102 if( x > MAXLOGL) { in expl()
Ds_expm1l.c61 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
97 if (x > MAXLOGL) { in expm1l()
De_powl.c176 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
580 if( s > MAXLOGL ) in powil()
590 if( s < (-MAXLOGL+2.0L) ) in powil()
/picolibc-latest/newlib/libm/ld/ld128/
De_expl.c101 static const long double MAXLOGL = 1.1356523406294143949491931077970764891253E4L; variable
118 if( x > MAXLOGL) { in expl()