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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainder.c 39 double p_half; local
65 p_half = 0.5*p;
66 if(x>p_half) {
68 if(x>=p_half) x -= p;
e_remainderf.c 30 float p_half; local
55 p_half = (float)0.5*p;
56 if(x>p_half) {
58 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 867 milliseconds