Searched refs:removelsb (Results 1 – 3 of 3) sorted by relevance
25 static double removelsb(double d) { in removelsb() function73 double rpi0 = removelsb(mpfr_get_d(x, GMP_RNDN)); in main()77 double rpi1 = removelsb(mpfr_get_d(x, GMP_RNDN)); in main()81 double rpi2 = removelsb(mpfr_get_d(x, GMP_RNDN)); in main()
2398 static INLINE CONST double removelsb(double d) { in removelsb() function2414 q = removelsb(ptrunc(toward0(r.x) * rd)); in xfmod()2444 q = removelsb(rintk2(r.x * rd)); in xremainder()
2108 static INLINE CONST double removelsb(double d) { in removelsb() function2125 r = ddnormalize_d2_d2(ddadd2_d2_d2_d2(r, ddmul_d2_d_d(removelsb(ptrunc(q)), -de))); in xfmod()