Searched refs:COS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/calendar/
H A Dsunpos.c49 #define COS(x) (cos(D2R(x))) macro
122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */
152 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */
155 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dpic.y156 %token COS
229 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1553 | COS '(' any_expr ')'
H A Dlex.cpp456 { "cos", COS },
/freebsd-10-stable/contrib/gcc/
H A Dconvert.c200 CASE_MATHFN (COS)

Completed in 129 milliseconds