HomeSort by: relevance | last modified time | path
    Searched refs:p_half (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/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 32 float p_half; local
57 p_half = (float)0.5*p;
58 if(x>p_half) {
60 if(x>=p_half) x -= p;
  /src/external/gpl3/gcc/dist/libquadmath/math/
remainderq.c 34 __float128 p_half; local
60 p_half = 0.5Q*p;
61 if(x>p_half) {
63 if(x>=p_half) x -= p;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
remainderq.c 34 __float128 p_half; local
60 p_half = 0.5Q*p;
61 if(x>p_half) {
63 if(x>=p_half) x -= p;

Completed in 26 milliseconds