Home
last modified time | relevance | path

Searched refs: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; in hypot()
144 ay *= two768; in hypot()
204 ax *= two768; /* must generate side effect here */ in hypot()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcabs.c48 two768 = 1.552518092300708935e+231; /* 2^768 */ variable
114 ax *= two768; in cabs()
115 ay *= two768; in cabs()
179 ax *= two768; /* must generate side effect here */ in cabs()
H A Dk_atan2.c446 two768 = 1.552518092300708935e+231, /* 2^768 */ variable
527 x *= two768; in __k_atan2()
528 y *= two768; in __k_atan2()