Searched refs:twom768 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c73 twom768 = 6.441148769597133308e-232, /* 2^-768 */ variable
126 ax *= twom768;
127 ay *= twom768;
153 return (ax * twom768);
161 return ((ax + ay) * twom768);
202 ax *= twom768;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcabs.c47 twom768 = 6.441148769597133308e-232, /* 2^-768 */ variable
100 ax *= twom768;
101 ay *= twom768;
125 return (ax * twom768);
135 return ((ax + ay) * twom768);
177 ax *= twom768;
H A Dk_atan2.c445 twom768 = 6.441148769597133308e-232, /* 2^-768 */ variable
524 x *= twom768;
525 y *= twom768;

Completed in 75 milliseconds