Searched refs:p_half (Results 1 – 2 of 2) sorted by relevance
25 float p_half; in remainderf() local53 p_half = (float)0.5 * p; in remainderf()54 if (x > p_half) { in remainderf()56 if (x >= p_half) in remainderf()
34 __float64 p_half; in remainder64() local66 p_half = _F_64(0.5) * p; in remainder64()67 if (x > p_half) { in remainder64()69 if (x >= p_half) in remainder64()