Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/libm/
A De_exp.c88 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
130 if(x < u_threshold) return twom1000*twom1000; /* underflow */ in __ieee754_exp()
175 static const double u_threshold = -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ in exp() local
183 if (x < u_threshold) in exp()

Completed in 3 milliseconds