s_cexpl.c | 40 cexp_ovfl = 2.27892930024498818830197576893019292e+04L, variable in typeref:typename:const long double 73 if (x > exp_ovfl && x < cexp_ovfl) { 75 * x is between exp_ovfl and cexp_ovfl, so we must scale to 83 * - x > cexp_ovfl, so exp(x) * s overflows for all s > 0
|