Lines Matching defs:lnovfl
61 * 22 <= x <= lnovfl : cosh(x) := exp(x)/2
62 * lnovfl <= x <= lnovfl+log(2)
64 * log(2)+lnovfl < x < INF: overflow to INF
96 vc(lnovfl, 8.8029691931113053016E1 ,0f33,43b0,2bda,c7e2, 7, .B00F33C7E22BDA)
100 ic(lnovfl, 7.0978271289338397310E2, 9, 1.62E42FEFA39EF)
105 #define lnovfl vccast(lnovfl)
133 if( lnovfl <= x && x <= (lnovfl+0.7))
134 /* for x lies in [lnovfl, lnovfl+ln2], decrease x by ln(2^(EXPMAX+1))