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

  /src/lib/libm/ld128/
s_cexpl.c 41 exp_ovfl = 1.13565234062941439494919310779707649e+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
82 * - x < exp_ovfl and exp(x) won't overflow (common case)
s_cexpl.c 41 exp_ovfl = 1.13565234062941439494919310779707649e+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
82 * - x < exp_ovfl and exp(x) won't overflow (common case)

Completed in 25 milliseconds