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

  /src/lib/libm/src/
e_remainderf.c 32 float p_half; local in function:__ieee754_remainderf
57 p_half = (float)0.5*p;
58 if(x>p_half) {
60 if(x>=p_half) x -= p;
e_remainderf.c 32 float p_half; local in function:__ieee754_remainderf
57 p_half = (float)0.5*p;
58 if(x>p_half) {
60 if(x>=p_half) x -= p;
e_remainder.c 38 double p_half; local in function:__ieee754_remainder
64 p_half = 0.5*p;
65 if(x>p_half) {
67 if(x>=p_half) x -= p;
e_remainder.c 38 double p_half; local in function:__ieee754_remainder
64 p_half = 0.5*p;
65 if(x>p_half) {
67 if(x>=p_half) x -= p;

Completed in 21 milliseconds