Go to the documentation of this file.
47 pi = 3.1415926535897931160E+00,
48 pi_lo = 1.2246467991473531772E-16;
60 if(((ix|((lx|-(
int32_t)lx)>>31))>0x7ff00000)||
61 ((iy|((ly|-(
int32_t)ly)>>31))>0x7ff00000))
63 if(((hx-0x3ff00000)|lx)==0)
return atan(
y);
64 m = ((hy>>31)&1)|((hx>>30)&2);
90 case 1:
return -
zero ;
102 else if(hx<0&&
k<-60)
z=0.0;
122 double atan2(
double y,
double x)
125 if (_LIB_VERSION == _IEEE_ || isnan(
x) || isnan(
y))
127 if (
x == 0.0 &&
y == 0.0)
128 return __kernel_standard(
y,
x,3);
static const double pi_o_2
static const double pi_o_4
double attribute_hidden __ieee754_atan2(double y, double x)
#define EXTRACT_WORDS(ix0, ix1, d)
#define SET_HIGH_WORD(d, v)
#define strong_alias(x, y)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
return Display return Display Bool Bool int int int return Display XEvent Bool(*) XPointer return Display return Display Drawable _Xconst char unsigned int unsigned int return Display Pixmap Pixmap XColor XColor unsigned int unsigned int return Display _Xconst char char int char return Display Visual unsigned int int int char unsigned int unsigned int int int return Display Window Cursor return Display Window return Display Drawable GC int int unsigned int unsigned int return Display Drawable GC int int _Xconst char int return Display Drawable GC int int unsigned int unsigned int return Display return Display Cursor return Display GC return XModifierKeymap return char Display Window int return Display return Display int int int return Display long XVisualInfo int return Display Window Atom long long Bool Atom Atom int unsigned long unsigned long k)
#define GET_HIGH_WORD(i, d)
static const double pi_lo