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

/freebsd-11-stable/lib/msun/src/
H A De_remainder.c39 double p_half; local
65 p_half = 0.5*p;
66 if(x>p_half) {
68 if(x>=p_half) x -= p;
H A De_remainderf.c30 float p_half; local
55 p_half = (float)0.5*p;
56 if(x>p_half) {
58 if(x>=p_half) x -= p;

Completed in 97 milliseconds