HomeSort by relevance Sort by last modified time
    Searched refs:p_half (Results 1 - 3 of 3) sorted by null

  /bionic/libm/src/
e_remainder.c 38 double p_half; local
64 p_half = 0.5*p;
65 if(x>p_half) {
67 if(x>=p_half) x -= p;
e_remainderf.c 31 float p_half; local
56 p_half = (float)0.5*p;
57 if(x>p_half) {
59 if(x>=p_half) x -= p;
  /external/fdlibm/
e_remainder.c 41 double p_half; local
69 p_half = 0.5*p;
70 if(x>p_half) {
72 if(x>=p_half) x -= p;

Completed in 33 milliseconds