Searched refs:degrees (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dfixp-arith.h64 static inline fixp_t fixp_cos(unsigned int degrees) argument
66 int quadrant = (degrees / 90) & 3;
67 unsigned int i = degrees % 90;
77 static inline fixp_t fixp_sin(unsigned int degrees) argument
79 return -fixp_cos(degrees + 90);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/rotate/
H A Drotate.cpp257 long degrees = (long)((180*m_angle)/M_PI); local
258 degrees = wxGetNumberFromUser(_T("Change the image rotation angle"),
259 _T("Angle in degrees:"),
261 degrees,
264 if ( degrees != -1 )
265 m_angle = (degrees * M_PI) / 180.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgeometry.cpp199 void wxPoint2DInt::SetVectorAngle( wxDouble degrees )
202 m_x = (int)(length * cos( degrees / 180 * M_PI ));
203 m_y = (int)(length * sin( degrees / 180 * M_PI ));
230 void wxPoint2DDouble::SetVectorAngle( wxDouble degrees )
233 m_x = length * cos( degrees / 180 * M_PI );
234 m_y = length * sin( degrees / 180 * M_PI );
H A Dmatrix.cpp293 // Rotate clockwise by the given number of degrees:
297 bool wxTransformMatrix::Rotate(double degrees) argument
299 Rotate(-degrees,0,0);
308 wxTransformMatrix& wxTransformMatrix::Rotate(const double &degrees, const double &x, const double &y) argument
310 double angle = degrees * pi / 180.0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Demc2103.c62 s8 degrees; member in struct:temperature
98 u8 degrees, fractional; local
100 if (read_u8_from_i2c(client, i2c_reg, &degrees) < 0)
106 temp->degrees = degrees;
189 int millidegrees = data->temp[nr].degrees * 1000
217 bool fault = (data->temp[nr].degrees == -128);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgeometry.h52 void SetVectorAngle( wxDouble degrees );
299 void SetVectorAngle( wxDouble degrees );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex232 in degrees (360 is a complete circle). Positive values mean
300 Draws the text rotated by {\it angle} degrees.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex1002 the range of -1.0 to +1.0, where -1.0 corresponds to -360 degrees and +1.0 corresponds
1003 to +360 degrees.
1010 Returns a copy of the image rotated 90 degrees in the direction
H A Ddc.tex313 in degrees (360 is a complete circle). Positive values mean
453 Draws the text rotated by {\it angle} degrees.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex2975 % @textdegree - the normal degrees sign.
4405 \def\textdegree{degrees}%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex2750 % @textdegree - the normal degrees sign.
4163 \def\textdegree{degrees}%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex2779 % @textdegree - the normal degrees sign.
4193 \def\textdegree{degrees}%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex2779 % @textdegree - the normal degrees sign.
4193 \def\textdegree{degrees}%

Completed in 563 milliseconds