HomeSort by: relevance | last modified time | path
    Searched defs:cexp_ovfl (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/ld128/
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
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

Completed in 20 milliseconds