Searched refs:SIN (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/scripts/stats/
H A Dsummary.sh11 SIN=S.in
17 rm -f $SIN $SOUT
29 echo "file1<-"\"${f}\" >>$SIN
30 echo "source("\""loop.S"\"")" >>$SIN
31 echo "unix("\""rm ${f}"\"")" >>$SIN
77 echo "file1<-"\"${d}\" >>$SIN
78 echo "source("\"${f}.S\"")" >>$SIN
79 echo "unix("\""rm ${d}"\"")" >>$SIN
86 if [ -f $SIN ]; then
87 $S BATCH $SIN
[all...]
/freebsd-11-stable/usr.bin/calendar/
H A Dsunpos.c50 #define SIN(x) (sin(D2R(x))) macro
122 lambda = *L + (1.919 - 0.005 * T) * SIN(M) + 0.020 * SIN(2 * M);/* 8 */
136 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */
153 *ALT = ASIN(SIN(latitude) * SIN(*DEC) +
156 *AZ = ATAN(SIN(HA) /
157 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */
/freebsd-11-stable/sbin/ifconfig/
H A Daf_inet.c125 #define SIN(x) ((struct sockaddr_in *) &(x)) macro
127 SIN(in_ridreq.ifr_addr), SIN(in_addreq.ifra_addr),
128 SIN(in_addreq.ifra_mask), SIN(in_addreq.ifra_broadaddr)
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.c51 #define SIN(x) ((struct sockaddr_in *)(x)) macro
52 #define SINADDR(x) (SIN(x)->sin_addr.s_addr)
377 u32 addr = *(u32 *) &SIN(sa)->sin_addr;
/freebsd-11-stable/sys/net/
H A Dif_arcsubr.c90 #define SIN(s) ((const struct sockaddr_in *)(s)) macro
130 adst = ntohl(SIN(dst)->sin_addr.s_addr) & 0xFF;
/freebsd-11-stable/sys/netinet/
H A Dif_ether.c76 #define SIN(s) ((const struct sockaddr_in *)(s)) macro
471 inet_ntoa_r(SIN(dst)->sin_addr, addrbuf),
565 arprequest(ifp, NULL, &SIN(dst)->sin_addr, NULL);
625 ETHER_MAP_IP_MULTICAST(&SIN(dst)->sin_addr, desten);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y155 %token SIN
229 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1544 | SIN '(' any_expr ')'
H A Dlex.cpp505 { "sin", SIN },
/freebsd-11-stable/contrib/gcc/
H A Dconvert.c219 CASE_MATHFN (SIN)

Completed in 85 milliseconds