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

  /bionic/libm/src/
s_rint.c 31 TWO52[2]={
52 w = TWO52[sx]+x;
53 t = w-TWO52[sx];
65 * w = TWO52[sx]+x, adjust the 0.25 bit to a lower
85 *(volatile double *)&w = TWO52[sx]+x; /* clip any extra precision */
86 return w-TWO52[sx];
  /external/fdlibm/
s_rint.c 31 TWO52[2]={
57 w = TWO52[sx]+x;
58 t = w-TWO52[sx];
82 w = TWO52[sx]+x;
83 return w-TWO52[sx];

Completed in 516 milliseconds