Searched refs:two52 (Results 1 – 7 of 7) sorted by relevance
29 static const double two52[2] = variable54 w = math_narrow_eval (two52[sx] + x); in __llrint()55 t = w - two52[sx]; in __llrint()69 w = math_narrow_eval (two52[sx] + x); in __llrint()70 t = w - two52[sx]; in __llrint()
29 static const double two52[2] = variable54 w = math_narrow_eval (two52[sx] + x); in __lrint()55 t = w - two52[sx]; in __lrint()82 w = math_narrow_eval (two52[sx] + x); in __lrint()83 t = w - two52[sx]; in __lrint()
87 two52= 4.50359962737049600000e+15, /* 0x43300000, 0x00000000 */ variable181 if(ix<0x43300000) z = y+two52; /* exact */ in sin_pi()
233 double two52 = 0x1p52; in ldbl_nearbyint() local235 if (__glibc_likely ((__builtin_fabs (a) < two52))) in ldbl_nearbyint()239 a += two52; in ldbl_nearbyint()240 a -= two52; in ldbl_nearbyint()244 a = two52 - a; in ldbl_nearbyint()245 a = -(a - two52); in ldbl_nearbyint()
3058 two52 locally.3060 * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
13981 (two52): Use double not long double.
63322 (ldbl_nearbyint): Use more readable constant for two52.