Home | History | Annotate | Download | only in noieee_src

Lines Matching defs:lnovfl

55  *	    0 <= x <= lnovfl     : sinh(x) := --------------------------------
57 * lnovfl <= x <= lnovfl+ln2 : sinh(x) := expm1(x)/2 (avoid overflow)
58 * lnovfl+ln2 < x < INF : overflow to INF
89 vc(lnovfl, 8.8029691931113053016E1 ,0f33,43b0,2bda,c7e2, 7, .B00F33C7E22BDA)
93 ic(lnovfl, 7.0978271289338397310E2, 9, 1.62E42FEFA39EF)
98 #define lnovfl vccast(lnovfl)
118 if(x<lnovfl)
121 else if(x <= lnovfl+0.7)