Searched defs:theta (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c44 double theta; local
50 theta = (2.0 * 3.14159) / 10.0 * (double)i;
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
/external/opencv/cv/src/
H A D_cvlist.h367 float rho, theta; member in struct:__index
H A Dcvcamshift.cpp175 double theta = 0, square; local
235 theta = atan2( 2 * b, a - c + square );
238 cs = cos( theta );
239 sn = sin( theta );
253 theta = CV_PI*0.5 - theta;
292 box->angle = (float)(theta*180./CV_PI);
H A Dcvcalibration.cpp531 double rx, ry, rz, theta; local
552 theta = sqrt(rx*rx + ry*ry + rz*rz);
554 if( theta < DBL_EPSILON )
569 double c = cos(theta);
570 double s = sin(theta);
572 double itheta = theta ? 1./theta : 0.;
581 // R = cos(theta)*I + (1 - cos(theta))*r*rT + sin(theta)*[r_
615 double theta, s, c; local
[all...]
H A Dcvhough.cpp78 rho and theta are discretization steps (in pixels and radians correspondingly).
81 array of (rho, theta) pairs. linesMax is the buffer size (number of pairs).
85 icvHoughLinesStandard( const CvMat* img, float rho, float theta, argument
114 numangle = cvRound(CV_PI / theta);
123 for( ang = 0, n = 0; n < numangle; ang += theta, n++ )
166 line.angle = n * theta;
192 float rho, float theta, int threshold,
211 int rn, tn; /* number of rho and theta discrete values */
215 float r, t; /* Current rho and theta */
238 CV_ASSERT( linesMax > 0 && rho > 0 && theta >
191 icvHoughLinesSDiv( const CvMat* img, float rho, float theta, int threshold, int srn, int stn, CvSeq* lines, int linesMax ) argument
483 icvHoughLinesProbabalistic( CvMat* image, float rho, float theta, int threshold, int lineLength, int lineGap, CvSeq *lines, int linesMax ) argument
740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, double rho, double theta, int threshold, double param1, double param2 ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.h47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.h47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.h47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
/external/freetype/src/base/
H A Dfttrigon.c187 FT_Angle theta )
198 while ( theta <= -FT_ANGLE_PI2 )
202 theta += FT_ANGLE_PI;
205 while ( theta > FT_ANGLE_PI2 )
209 theta -= FT_ANGLE_PI;
215 if ( theta < 0 )
220 theta += *arctanptr++;
227 theta -= *arctanptr++;
234 if ( theta < 0 )
239 theta
258 FT_Fixed theta; local
[all...]
H A Dftstroke.c103 FT_Angle theta; local
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) );
144 return FT_BOOL( theta < FT_SMALL_CONIC_THRESHOLD );
531 FT_Angle total, angle, step, rotate, next, theta; local
556 theta = step;
557 if ( theta < 0 )
558 theta = -theta;
560 theta >>= 1;
568 length = FT_MulDiv( radius, FT_Sin( theta ) *
983 FT_Angle phi, theta, rotate; local
1055 FT_Angle theta = 0, phi = 0; local
1434 FT_Angle theta, phi, rotate, alpha0 = 0; local
[all...]
/external/srec/srec/clib/
H A Djacobi.c128 double theta = 0.5 * h / a[i][j]; local
129 t = 1.0 / (fabs(theta) + sqrt(1.0 + theta * theta));
130 if (theta < 0.0) t = -t;
/external/valgrind/main/perf/
H A Dffbench.c176 double theta, wi, wpi, wpr, wr, wtemp; local
209 theta = isign * 6.28318530717959 / (ifp2 / ip1);
210 wtemp = sin(0.5 * theta);
212 wpi = sin(theta);
/external/opencv/cxcore/src/
H A Dcxutils.cpp364 double theta = acos(R / sqrt(Qcubed)); local
367 double t1 = theta * (1./3);
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java524 public void rotate(double theta) argument
526 graphics.rotate(theta);
529 public void rotate(double theta, double x, double y) argument
531 graphics.rotate(theta, x, y);
/external/speex/libspeex/
H A Dpreprocess.c837 spx_word32_t theta; local
851 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(st->post[i]),EXPIN_SHIFT-SNR_SHIFT));
853 MM = hypergeom_gain(theta);
862 theta = MIN32(theta, EXTEND32(32767));
863 /*Q8*/tmp = MULT16_16_Q15((SHL32(1,SNR_SHIFT)+st->prior[i]),EXTRACT16(MIN32(Q15ONE,SHR32(spx_exp(-EXTRACT16(theta)),1))));
868 st->gain2[i]=1/(1.f + (q/(1.f-q))*(1+st->prior[i])*exp(-theta));
884 spx_word32_t theta; local
892 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(st->post[i]),EXPIN_SHIFT-SNR_SHIFT));
895 MM = hypergeom_gain(theta);
[all...]
/external/opencv/cv/include/
H A Dcvcompat.h504 double theta, int threshold,
509 rho, theta, threshold, 0, 0 );
516 double theta, int threshold,
522 rho, theta, threshold, lineLength, lineGap );
529 double theta, int stn, int threshold,
534 rho, theta, threshold, srn, stn );
503 cvHoughLines( CvArr* image, double rho, double theta, int threshold, float* lines, int linesNumber ) argument
515 cvHoughLinesP( CvArr* image, double rho, double theta, int threshold, int lineLength, int lineGap, int* lines, int linesNumber ) argument
528 cvHoughLinesSDiv( CvArr* image, double rho, int srn, double theta, int stn, int threshold, float* lines, int linesNumber ) argument

Completed in 452 milliseconds