Home
last modified time | relevance | path

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

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