Lines Matching defs:x
40 #define sind(x) sin((x)*DEGRAD) argument
41 #define cosd(x) cos((x)*DEGRAD) argument
42 #define tand(x) tan((x)*DEGRAD) argument
44 #define atand(x) (RADEG*atan(x)) argument
45 #define asind(x) (RADEG*asin(x)) argument
46 #define acosd(x) (RADEG*acos(x)) argument
47 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
69 static double astro_revolution(double x) in astro_revolution()
77 static double astro_rev180( double x ) in astro_rev180()
135 x, y, /* x, y coordinates in orbit */ in astro_sunpos() local
157 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local