Home
last modified time | relevance | path

Searched refs:o_threshold (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_exp.c83 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
120 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_exp()
165 static const double o_threshold = 7.09782712893383973096e+02; /* 0x40862E42, 0xFEFA39EF */ in exp() local
172 if (x > o_threshold) in exp()
A Ds_expm1.c114 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
146 if(x > o_threshold) return huge*huge; /* overflow */ in expm1()

Completed in 3 milliseconds