Searched refs:p_half (Results 1 – 2 of 2) sorted by relevance
27 float p_half; in remainderf() local52 p_half = (float)0.5*p; in remainderf()53 if(x>p_half) { in remainderf()55 if(x>=p_half) x -= p; in remainderf()
35 double p_half; in remainder() local61 p_half = 0.5*p; in remainder()62 if(x>p_half) { in remainder()64 if(x>=p_half) x -= p; in remainder()