/netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
H A D | 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 $SOUT
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | ssin.sa | 44 * Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or 48 * Modifies: Fp0 for SIN or COS; both Fp0 and Fp1 for SINCOS. 61 * SIN and COS: 62 * 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. 84 * 8. (|X|<2**(-40)) If SIN is invoked, return X; otherwise return 1. 99 * SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where 104 * SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where 110 * 7. (|X|<2**(-40)) SIN(X) = X and COS(X) = 1. Exit. 179 *--SIN(X) = X FOR DENORMALIZED X 249 *--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED [all …]
|
/netbsd-src/usr.sbin/rarpd/ |
H A D | rarpd.c | 249 #define SIN(s) ((struct sockaddr_in *) (s)) in init_some() macro 255 SIN(p->ifa_addr)->sin_addr.s_addr == SIN(ifa->ifa_addr)->sin_addr.s_addr) in init_some() 261 init_one(ifa->ifa_name, SIN(ifa->ifa_addr)->sin_addr.s_addr); in init_some() 262 #undef SIN in init_some()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
H A D | getaddrinfo.c | 161 #define SIN(addr) ((struct sockaddr_in *)(addr)) macro 413 SIN(ai->ai_addr)->sin_port = port; in getaddrinfo() 512 SIN(ai->ai_addr)->sin_port = port; in getaddrinfo() 855 SIN(ai->ai_addr)->sin_port = in process_answer() 857 memmove(&SIN(ai->ai_addr)->sin_addr, in process_answer() 1191 SIN(ai->ai_addr)->sin_port = port; in add_ipv4() 1192 memmove(&SIN(ai->ai_addr)->sin_addr, v4_loop, 4); in add_ipv4()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | trigd_lib.inc | 72 #define SIN LITERAL(sin) 122 #define mpfr_sin(rop, x, rnd) (rop = SIN(x)) 168 #undef SIN
|
H A D | trigd.inc | 156 /* Fold [0,360] into the range [0,45], and compute either SIN() or 303 /* Fold [0,360] into the range [0,45], and compute either SIN() or
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | trigd_lib.inc | 73 #define SIN LITERAL(sin) 124 #define mpfr_sin(rop, x, rnd) (rop = SIN(x)) 170 #undef SIN
|
H A D | trigd.c | 321 #define SIN __sinieee128 macro
|
H A D | trigd.inc | 156 /* Fold [0,360] into the range [0,45], and compute either SIN() or 303 /* Fold [0,360] into the range [0,45], and compute either SIN() or
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | intrinsics.def | 94 DEF_D_BUILTIN (SIN, SIN, "sin", "core.math", "FNaNbNiNfeZe") 109 DEF_D_BUILTIN (STD_SIN, SIN, "sin", "std.math", "FNaNbNiNfeZe")
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
H A D | CompositionExclusions.txt | 54 FB2B # HEBREW LETTER SHIN WITH SIN DOT 56 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | CompositionExclusions-3.2.0.txt | 54 FB2B # HEBREW LETTER SHIN WITH SIN DOT 56 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | mathbuiltins.def | 38 DEFINE_MATH_BUILTIN_C (SIN, "sin", 0)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | mathbuiltins.def | 38 DEFINE_MATH_BUILTIN_C (SIN, "sin", 0)
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | 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 ')'
|
/netbsd-src/share/doc/papers/px/ |
H A D | fig2.3.raw | 90 SIN 2.13 Returns sin of argument
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog | 160 * intrinsics/trigd.c (COPYSIGN, FMOD, FABS, FMA, SIN, COS, TAN): If 162 * intrinsics/trigd_lib.inc (COPYSIGN, FMOD, FABS, FMA, SIN, COS, TAN):
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
H A D | blkmov.md | 30 ;; SIN - while (r3--) { *a1++ = *a0; }
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
H A D | blkmov.md | 30 ;; SIN - while (r3--) { *a1++ = *a0; }
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | cosine.ldif | 133 DESC 'RFC1274: Single Level Quality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.13 SIN
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | msg.pm.es | 54 message pmunchanged {SIN USO}
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | convert.cc | 208 CASE_MATHFN (SIN) in convert_to_real_1()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1505 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName() local 1508 SIN->Class = static_cast<IdentifierNode *>(ClassNode); in demangleFullyQualifiedSymbolName()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | internal-fn.def | 241 DEF_INTERNAL_FLT_FN (SIN, ECF_CONST, sin, unary)
|
H A D | convert.c | 208 CASE_MATHFN (SIN) in convert_to_real_1()
|