HomeSort by: relevance | last modified time | path
    Searched refs:SIN (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/ntp/dist/scripts/stats/
summary.sh 11 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 $SOU
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
mathbuiltins.def 38 DEFINE_MATH_BUILTIN_C (SIN, "sin", 0)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
mathbuiltins.def 38 DEFINE_MATH_BUILTIN_C (SIN, "sin", 0)
  /src/usr.sbin/rarpd/
rarpd.c 249 #define SIN(s) ((struct sockaddr_in *) (s))
255 SIN(p->ifa_addr)->sin_addr.s_addr == SIN(ifa->ifa_addr)->sin_addr.s_addr)
261 init_one(ifa->ifa_name, SIN(ifa->ifa_addr)->sin_addr.s_addr);
262 #undef SIN
717 struct sockaddr_in *sin; local
720 sin = (struct sockaddr_in *) & request.arp_pa;
721 sin->sin_family = AF_INET;
722 sin->sin_addr.s_addr = ipaddr;
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c 161 #define SIN(addr) ((struct sockaddr_in *)(addr))
413 SIN(ai->ai_addr)->sin_port = port;
512 SIN(ai->ai_addr)->sin_port = port;
855 SIN(ai->ai_addr)->sin_port =
857 memmove(&SIN(ai->ai_addr)->sin_addr,
1191 SIN(ai->ai_addr)->sin_port = port;
1192 memmove(&SIN(ai->ai_addr)->sin_addr, v4_loop, 4);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
trigd.c 32 * function (sin, cos, tan) or C99 floating-point function (fabs, fmod). */
70 * sin(deg(x)) ~= deg(x), or equivalently:
72 | deg(x) - sin(deg(x)) | < ulp_P(deg(x)).
339 #define SIN __sinieee128
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
trigd.c 32 * function (sin, cos, tan) or C99 floating-point function (fabs, fmod). */
70 * sin(deg(x)) ~= deg(x), or equivalently:
72 | deg(x) - sin(deg(x)) | < ulp_P(deg(x)).
321 #define SIN __sinieee128
  /src/usr.sbin/sysinst/
msg.pm.es 39 message raid0 {0 - Sin paridad, creaci�n de bandas s�lo es simple.}
54 message pmunchanged {SIN USO}
57 message pmunused {(sin usar)}
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 157 %token SIN
231 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1546 | SIN '(' any_expr ')'
1549 $$ = sin($3);
1551 lex_error("sin result out of range");
lex.cpp 507 { "sin", SIN },
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.def 264 DEF_INTERNAL_FLT_FN (SIN, ECF_CONST, sin, unary)
convert.cc 208 CASE_MATHFN (SIN)
match.pd 3964 (convert (SIN @0)))
6156 /* Simplify sin(atan(x)) -> x / sqrt(x*x + 1). */
6157 (for sins (SIN)
6279 /* Simplify tan(x) * cos(x) -> sin(x). */
6282 (SIN @0))
6290 /* Simplify sin(x) / cos(x) -> tan(x). */
6292 (rdiv (SIN:s @0) (COS:s @0))
6305 /* Simplify cos(x) / sin(x) -> 1 / tan(x). */
6307 (rdiv (COS:s @0) (SIN:s @0))
6310 /* Simplify sin(x) / tan(x) -> cos(x). *
    [all...]
builtins.cc 2014 CASE_MATHFN (SIN) \
2317 /* Expand a call to the builtin sin and cos math functions.
2352 to sin or cos insn. */
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.def 363 DEF_INTERNAL_FLT_FN (SIN, ECF_CONST, sin, unary)
convert.cc 209 CASE_MATHFN (SIN)
match.pd 5005 (convert (SIN @0)))
7715 /* Simplify sin(atan(x)) -> x / sqrt(x*x + 1). */
7716 (for sins (SIN)
7843 /* Simplify tan(x) * cos(x) -> sin(x). */
7846 (SIN @0))
7854 /* Simplify sin(x) / cos(x) -> tan(x). */
7856 (rdiv (SIN:s @0) (COS:s @0))
7869 /* Simplify cos(x) / sin(x) -> 1 / tan(x). */
7871 (rdiv (COS:s @0) (SIN:s @0))
7874 /* Simplify sin(x) / tan(x) -> cos(x). *
    [all...]
builtins.cc 2034 CASE_MATHFN_FLOATN (SIN) \
2345 /* Expand a call to the builtin sin and cos math functions.
2380 to sin or cos insn. */
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 4915 # fp0 = sin(X) or cos(X) #
4918 # fp0 = sin(X) #
4929 # SIN and COS: #
4930 # 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. #
4946 # 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r) #
4947 # where sin(r) is approximated by an odd polynomial in r #
4953 # 8. (|X|<2**(-40)) If SIN is invoked, return X; #
4970 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4971 # sin(r) and cos(r) are computed as odd and even
    [all...]
fpsp.s 5021 # fp0 = sin(X) or cos(X) #
5024 # fp0 = sin(X) #
5035 # SIN and COS: #
5036 # 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. #
5052 # 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r) #
5053 # where sin(r) is approximated by an odd polynomial in r #
5059 # 8. (|X|<2**(-40)) If SIN is invoked, return X; #
5076 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
5077 # sin(r) and cos(r) are computed as odd and even
    [all...]

Completed in 95 milliseconds