Searched refs:cos (Results 101 - 125 of 137) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp141 double cosTheta = (double)cos(actualTheta);
1431 double cosTheta = (double)cos(theta1);
H A Dbasic2.cpp815 double cosTheta = (double)cos(actualTheta);
H A Dlines.cpp677 y4 = y3 + d * cos(theta)
694 double y4 = (double)(y3 + (d*cos(theta)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_hsi.h2815 u16 cos; member in struct:ustorm_eth_rx_pause_data_e1h
2819 u16 cos; member in struct:ustorm_eth_rx_pause_data_e1h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2.c1492 c.re = level * cos(tone->phase*iscale);
1547 c.re = level * cos(q->fft_coefs[i].phase * iscale);
H A Dvorbisdec.c1112 lsp[i] = 2.0f * cos(lsp[i]);
1122 float two_cos_w = 2.0f * cos(wstep * iter_cond); // needed all times
H A DMakefile704 TRIG_TABLES = cos cos_fixed sin
H A Dmpegvideo_enc.c3621 basis[perm_index][8*x + y]= lrintf(s * cos((M_PI/8.0)*i*(x+0.5)) * cos((M_PI/8.0)*j*(y+0.5)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c1590 c.re = level * cos(tone->phase * iscale);
1646 c.re = level * cos(q->fft_coefs[i].phase * iscale);
H A Dvorbisdec.c1137 lsp[i] = 2.0f * cos(lsp[i]);
1147 float two_cos_w = 2.0f * cos(wstep * iter_cond); // needed all times
H A DMakefile888 TRIG_TABLES = cos cos_fixed sin
H A Dopus_celt.c1042 c = cos(theta);
H A Dmpegvideo_enc.c4018 basis[perm_index][8*x + y]= lrintf(s * cos((M_PI/8.0)*i*(x+0.5)) * cos((M_PI/8.0)*j*(y+0.5)));
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1875 y += (int)(cos(angle) * FixedToInt(ascent));
H A Ddccg.cpp978 (int) (drawY + cos(angle / RAD2DEG) * FixedToInt(ascent + descent)) ) ;
980 (int) (drawX + sin(angle / RAD2DEG) * FixedToInt(ascent + descent ) + cos(angle / RAD2DEG) * FixedToInt(textAfter)) ,
981 (int) (drawY + cos(angle / RAD2DEG) * FixedToInt(ascent + descent) - sin(angle / RAD2DEG) * FixedToInt(textAfter)) ) ;
983 (int) (drawX + cos(angle / RAD2DEG) * FixedToInt(textAfter)) ,
991 y += (int)(cos(angle / RAD2DEG) * FixedToInt(ascent));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp1033 pts[ i ].x = center.x + (wxCoord)( r * cos( M_PI * angle / 180.0) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp29 #include <wx/math.h> // Needed for cos, M_PI
977 double f_curr_mod = 30 * (1 + cos( (2 * M_PI) * ( m_width - (((double)i)/m_width) ) ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c311 c = cos(floatd*M_PI);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S4906 # fp0 = sin(X) or cos(X) #
4910 # fp1 = cos(X) #
4932 # Return sgn*cos(r) where cos(r) is approximated by an #
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 #
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c439 c = cos(floatd * M_PI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1415 drawY += (int)(cos(angle/RAD2DEG) * FixedToInt(ascent));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1205 double dx = cos(angle / 180.0 * M_PI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp2806 // repeating the time-consuming calls to these functions -- sin/cos can
2852 const double cos_angle = cos(angle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_fc.c232 fc_bitfield_name_search(cos, fc_cos_names)

Completed in 327 milliseconds

123456