Home
last modified time | relevance | path

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

/freebsd/lib/msun/ld80/
H A De_powl.c230 static const long double MAXLOGL = 1.1356523406294143949492E4L; variable
616 if( s > MAXLOGL ) in powil()
625 if( s < (-MAXLOGL+2.0L) ) in powil()