Searched refs:two52 (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_llrint.c26 static const double two52[2] = variable
51 w = two52[sx] + x;
52 t = w - two52[sx];
66 w = two52[sx] + x;
67 t = w - two52[sx];
H A Ds_lrint.c26 static const double two52[2] = variable
51 w = two52[sx] + x;
52 t = w - two52[sx];
66 w = two52[sx] + x;
67 t = w - two52[sx];
H A Dmpa2.h49 /**/ two52 = {{0x43300000, 0x00000000} }, /* 2**52 */ variable
69 /**/ two52 = {{0x00000000, 0x43300000} }, /* 2**52 */ variable
89 #define TWO52 two52.d
H A De_pow.c195 /**/ two52 = {{0x43300000, 0x00000000}}; /* 2**52 */ local
199 /**/ two52 = {{0x00000000, 0x43300000}}; /* 2**52 */ local
211 {u.i[HIGH_HALF] = (m&0x000fffff)|0x3ff00000; two52.i[LOW_HALF]=(m>>20); }
213 {u.i[HIGH_HALF] = (m&0x000fffff)|0x3fe00000; two52.i[LOW_HALF]=(m>>20)+1; }
218 if (two52.i[LOW_HALF] == 1023) /* nx = 0 */
255 nx = (two52.x - two52e.x)+add;
289 /**/ two52 = {{0x43300000, 0x00000000}}; /* 2**52 */ local
293 /**/ two52 = {{0x00000000, 0x43300000}}; /* 2**52 */ local
306 {u.i[HIGH_HALF] = (m&0x000fffff)|0x3ff00000; two52.i[LOW_HALF]=(m>>20); }
308 {u.i[HIGH_HALF] = (m&0x000fffff)|0x3fe00000; two52
[all...]
H A Datnat.h83 /**/ two52 = {{0x43300000, 0x00000000} }; /* 2**52 */ variable
137 /**/ two52 = {{0x00000000, 0x43300000} }; /* 2**52 */ variable
165 #define TWO52 two52.d
H A Datnat2.h100 /**/ two52 = {{0x43300000, 0x00000000} }, /* 2**52 */ variable
170 /**/ two52 = {{0x00000000, 0x43300000} }, /* 2**52 */ variable
182 #define TWO52 two52.d
H A De_lgamma_r.c92 two52= 4.50359962737049600000e+15, /* 0x43300000, 0x00000000 */ variable
194 if(ix<0x43300000) z = y+two52; /* exact */

Completed in 110 milliseconds