Searched refs:D2R (Results 1 – 3 of 3) sorted by relevance
45 #define D2R(m) ((m) / 180 * M_PI) macro48 #define SIN(x) (sin(D2R(x)))49 #define COS(x) (cos(D2R(x)))50 #define TAN(x) (tan(D2R(x)))126 int lssign = sin(D2R(lambda)) < 0 ? -1 : 1; in sunpos()127 int lcsign = cos(D2R(lambda)) < 0 ? -1 : 1; in sunpos()128 while (((sin(D2R(alpha)) < 0) ? -1 : 1) != lssign in sunpos()129 || ((cos(D2R(alpha)) < 0) ? -1 : 1) != lcsign) in sunpos()
5020 #define D2R PI/180.0 macro5181 sendflt(&buf, 5.0*D2R); /* elevation angle mask = 10 deg XXX */ in trimbletsip_setup()
75 #define D2R (GPS_PI/180.0) macro