Searched defs:two768 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c74 two768 = 1.552518092300708935e+231; /* 2^768 */ variable
143 ax *= two768;
144 ay *= two768;
204 ax *= two768; /* must generate side effect here */
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcabs.c48 two768 = 1.552518092300708935e+231; /* 2^768 */ variable
114 ax *= two768;
115 ay *= two768;
179 ax *= two768; /* must generate side effect here */
H A Dk_atan2.c446 two768 = 1.552518092300708935e+231, /* 2^768 */ variable
527 x *= two768;
528 y *= two768;

Completed in 166 milliseconds