Searched refs:sin (Results 201 - 211 of 211) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c2829 3) Some built-ins, such as 'abs', 'sqrt', 'sin', 'cos', ..., and functions
2832 foo sin x, y ==> foo (sin (x), y)
2854 sin (x, y) - invalid due to rules 2 and 3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhttpd.c1558 rmt_ip = ntohl(fromAddr->sin.sin_addr.s_addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c1207 coeff = d ? sin(d*PI)/(d*PI) : 1.0;
1238 coeff = (d ? sin(floatd*PI)/(floatd*PI) : 1.0)*fone;
1243 coeff = (d ? sin(floatd*PI)*sin(floatd*PI/p)/(floatd*floatd*PI*PI/p) : 1.0)*fone;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure1990 check_lib math.h sin -lm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S4906 # fp0 = sin(X) or cos(X) #
4909 # fp0 = sin(X) #
4937 # 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r) #
4938 # where sin(r) is approximated by an odd polynomial in r #
4961 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4962 # sin(r) and cos(r) are computed as odd and even #
4966 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where #
4967 # sin(r) and cos(r) are computed as odd and even #
10629 fmov.s &0x80000000,%fp0 # return sin result in fp0
10633 fmov.s &0x00000000,%fp0 # return sin resul
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_vty.c69 ifp = if_lookup_by_ipv4_exact (&su->sin.sin_addr);
6755 ntohs (p->su_local->sin.sin_port),
6766 ntohs (p->su_remote->sin.sin_port),
H A Dbgp_route.c8046 q.prefix = peer->su.sin.sin_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo.c1286 v= (int)(128 + r*sin(theta*3.141592/180));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c300 "\4rand" "\3sin" "\4sqrt" "\5srand"
2460 R.d = sin(L.d);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile974 config.charset ref-add.sin ref-del.sin locale.in.h \
1068 SUFFIXES = .sed .sin
1296 .SUFFIXES: .sed .sin .c .cc .lo .o .obj
3008 .sin.sed:
H A DMakefile.in974 config.charset ref-add.sin ref-del.sin locale.in.h \
1068 SUFFIXES = .sed .sin
1296 .SUFFIXES: .sed .sin .c .cc .lo .o .obj
3008 .sin.sed:

Completed in 306 milliseconds

123456789