Home
last modified time | relevance | path

Searched refs:two_em53 (Results 1 – 9 of 9) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Dcrlibm_private.c178 const double two_em53 = 0.11102230246251565404236316680908203125e-15; in Mul12Cond() local
182 if (a>two_970) u = a*two_em53; in Mul12Cond()
184 if (b>two_970) v = b*two_em53; in Mul12Cond()
H A Dcrlibm_private.h638 const double two_em53 = 1.1102230246251565404e-16; /* 0x3CA00000, 0x00000000 */\
643 if (_a.i[HI]>0x7C900000) u = _a*two_em53; \
645 if (_b.i[HI]>0x7C900000) v = _b*two_em53; \
/dports/math/crlibm/crlibm-1.0beta4/
H A Dcrlibm_private.c178 const double two_em53 = 0.11102230246251565404236316680908203125e-15; in Mul12Cond() local
182 if (a>two_970) u = a*two_em53; in Mul12Cond()
184 if (b>two_970) v = b*two_em53; in Mul12Cond()
H A Dcrlibm_private.h638 const double two_em53 = 1.1102230246251565404e-16; /* 0x3CA00000, 0x00000000 */\
643 if (_a.i[HI]>0x7C900000) u = _a*two_em53; \
645 if (_b.i[HI]>0x7C900000) v = _b*two_em53; \
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Dcrlibm_private.c185 const double two_em53 = 0.11102230246251565404236316680908203125e-15; in Mul12Cond() local
189 if (a>two_970) u = a*two_em53; in Mul12Cond()
191 if (b>two_970) v = b*two_em53; in Mul12Cond()
H A Dcrlibm_private.h658 const double two_em53 = 1.1102230246251565404e-16; /* 0x3CA00000, 0x00000000 */\
663 if (_a.i[HI]>0x7C900000) u = _a*two_em53; \
665 if (_b.i[HI]>0x7C900000) v = _b*two_em53; \
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/docs/latex/
H A D1_common.tex262 const double two_em53 = 0.11102230246251565404236316680908203125e-15;
266 if (a>two_970) u = a*two_em53;
268 if (b>two_970) v = b*two_em53;
/dports/math/crlibm/crlibm-1.0beta4/docs/latex/
H A D1_common.tex262 const double two_em53 = 0.11102230246251565404236316680908203125e-15;
266 if (a>two_970) u = a*two_em53;
268 if (b>two_970) v = b*two_em53;
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/docs/latex/
H A D1_common.tex285 const double two_em53 = 0.11102230246251565404236316680908203125e-15;
289 if (a>two_970) u = a*two_em53;
291 if (b>two_970) v = b*two_em53;