Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/libm/
A De_exp.c87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
125 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_exp()
127 if(x > o_threshold) return INFINITY; /* overflow */ in __ieee754_exp()
174 static const double o_threshold = 7.09782712893383973096e+02; /* 0x40862E42, 0xFEFA39EF */ in exp() local
181 if (x > o_threshold) in exp()
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dexpm1.c110 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
134 if (x > o_threshold) { in expm1()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c492 o_threshold = 8.8721679688e+01f, /* 0x42b17180 */ variable
517 if (x > o_threshold) { in expm1f()

Completed in 5 milliseconds