Searched refs:p_half (Results 1 - 1 of 1) sorted by relevance

/external/fdlibm/
H A De_remainder.c41 double p_half; local
69 p_half = 0.5*p;
70 if(x>p_half) {
72 if(x>=p_half) x -= p;

Completed in 103 milliseconds