Searched refs:sin (Results 1 - 25 of 236) sorted by path

12345678910

/openbsd-current/games/hunt/hunt/
H A Dlist.c136 struct sockaddr_in *sin; local
141 sin = (struct sockaddr_in *)&driver->addr;
142 hp = gethostbyaddr((char *)&sin->sin_addr,
143 sizeof sin->sin_addr, AF_INET);
147 name = inet_ntop(AF_INET, &sin->sin_addr,
224 struct sockaddr_in sin; local
229 sin.sin_family = AF_INET;
230 sin.sin_len = sizeof sin;
231 if (inet_pton(AF_INET, preferred, &sin
[all...]
/openbsd-current/games/pom/
H A Dpom.c151 Ec = 360 / M_PI * ECCEN * sin(dtor(Msol)); /* sec 46 #5 */
160 Ev = 1.2739 * sin(dtor(2*(l - LambdaSol) - Mm)); /* sec 65 #7 */
161 Ac = 0.1858 * sin(dtor(Msol)); /* sec 65 #8 */
162 A3 = 0.37 * sin(dtor(Msol));
164 Ec = 6.2886 * sin(dtor(Mmprime)); /* sec 65 #10 */
165 A4 = 0.214 * sin(dtor(2 * Mmprime)); /* sec 65 #11 */
167 V = 0.6583 * sin(dtor(2 * (lprime - LambdaSol))); /* sec 65 #13 */
/openbsd-current/games/trek/
H A Dmove.c94 dy = sin(angle);
H A Dtorped.c136 dy = sin(angle);
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h68 sin (double x) function
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h143 "sin",
/openbsd-current/gnu/gcc/gcc/
H A Dfp-test.c49 extern double sin (double);
233 d1 = sin (d2);
H A Dsys-protos.h1037 extern double sin(double);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dvalarray_after.h450 _DEFINE_EXPR_UNARY_FUNCTION(sin)
H A Dvalarray_before.h99 { return sin(__t); }
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h63 #undef sin macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h41 using std::sin;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h76 #undef sin macro
376 using ::sin;
379 sin(float __x) function
383 sin(long double __x) function
389 sin(_Tp __x) function
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h93 template<typename _Tp> complex<_Tp> sin(const complex<_Tp>&);
650 { return complex<_Tp>(__rho * cos(__theta), __rho * sin(__theta)); }
666 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y));
696 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y));
777 // 26.2.8/10 sin(__z): Returns the sine of __z.
784 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y));
800 sin(const complex<_Tp>& __z) { return __complex_sin(__z.__rep()); } function
804 sin(const complex<_Tp>& __z) { return __complex_sin(__z); } function
814 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y));
886 { return std::sin(__
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h89 using std::tr1::sin;
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dmathconf.h288 # define sinf(x) sin (x)
H A Dstubs.c394 return (float) sin(x);
402 return sin((double) x);
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcompatibility.cc471 _GLIBCXX_MATHL_WRAPPER1 (sin, GLIBCXX_3.4);
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure12137 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
12138 echo "configure:12139: checking for sin in -lm" >&5
12139 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
12151 char sin();
12154 sin() function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dvalarray_meta.h91 _Tp operator()(const _Tp& __t) const { return sin(__t); }
1038 _DEFINE_EXPR_UNARY_FUNCTION(sin)
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h63 #undef sin macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dmath.h41 using std::sin;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h74 #undef sin macro
588 using ::sin;
591 sin(float __x) function in namespace:std
595 sin(long double __x) function in namespace:std
600 sin(_Tp __x) function in namespace:std
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_complex.h79 template<typename _Tp> complex<_Tp> sin(const complex<_Tp>&);
465 { return complex<_Tp>(__rho * cos(__theta), __rho * sin(__theta)); }
479 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y));
488 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y));
508 sin(const complex<_Tp>& __z) function in namespace:std
512 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y));
521 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y));
550 return sin(__z) / cos(__z);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dmathconf.h293 # define sinf(x) sin (x)

Completed in 516 milliseconds

12345678910