HomeSort by relevance Sort by last modified time
    Searched defs:theta (Results 1 - 25 of 25) sorted by null

  /development/samples/GlobalTime/src/com/android/globaltime/
Annulus.java 66 float theta = (i * TWO_PI) / (radii - 1); local
67 float cosTheta = (float) Math.cos(theta);
68 float sinTheta = (float) Math.sin(theta);
LatLongSphere.java 48 // theta is the longitude
49 float theta = local
51 float sinTheta = (float) Math.sin(theta);
52 float cosTheta = (float) Math.cos(theta);
78 texcoords[tidx++] = toFixed(1.0f - (theta / (TWO_PI)));
Clock.java 72 float theta = pos * Shape.TWO_PI - Shape.PI_OVER_TWO; local
73 float dx = (float) Math.cos(theta);
74 float dy = (float) Math.sin(theta);
GlobalTime.java 488 float theta = twoPi - i * scaleW; local
489 cosTheta[i] = (float)Math.cos(theta);
490 sinTheta[i] = (float)Math.sin(theta);
1028 float theta = Shape.TWO_PI * seconds \/ SECONDS_PER_DAY; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
bug132918.c 44 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/
_cvlist.h 367 float rho, theta; member in struct:__index
cvcamshift.cpp 175 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);
cvcalibration.cpp 531 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_x
615 double theta, s, c; local
    [all...]
  /external/srec/srec/clib/
jacobi.c 128 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/freetype/src/base/
fttrigon.c 187 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 += *arctanptr++
258 FT_Fixed theta; local
    [all...]
ftstroke.c 103 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 ) * 4
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...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 136 double theta; member in struct:__anon17032
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 31 double r2_min_q3,theta,bp_through3,theta_through3; local
56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq))));
58 theta_through3=theta/3.0;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 183 float theta = 30.0f * (float)(java.lang.Math.PI / 180.0f); local
184 float cosTheta = (float)Math.cos((float)theta);
185 float sinTheta = (float)Math.sin((float)theta);
  /external/valgrind/main/perf/
ffbench.c 176 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionRepository.java 33 public float theta; field in class:PositionRepository.Position
47 this.theta = ftheta;
64 theta = another.theta;
72 this.theta = ftheta;
81 && theta == position.theta
92 Utils.interpolateAngle(source.theta, target.theta, progress),
AlbumSetView.java 130 float theta = 0; local
135 position.theta = theta;
  /external/skia/src/core/
SkGeometry.cpp 889 float theta = sk_float_acos(R / sk_float_sqrt(Q3)); local
892 r = neg2RootQ * sk_float_cos(theta/3) - adiv3;
896 r = neg2RootQ * sk_float_cos((theta + 2*SK_ScalarPI)/3) - adiv3;
900 r = neg2RootQ * sk_float_cos((theta - 2*SK_ScalarPI)/3) - adiv3;
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 364 double theta = acos(R / sqrt(Qcubed)); local
367 double t1 = theta * (1./3);
    [all...]
  /external/speex/libspeex/
preprocess.c 837 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...]
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp 326 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 local
327 amplFromStereoPos[0] = cos(theta);
328 amplFromStereoPos[1] = sin(theta);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 648 float theta = (float) Math.atan(slope); local
654 if (theta > MAX_SWIPE_ANGLE) {
657 } else if (theta > START_DAMPING_TOUCH_SLOP_ANGLE) {
662 theta -= START_DAMPING_TOUCH_SLOP_ANGLE;
664 Math.sqrt((theta / (MAX_SWIPE_ANGLE - START_DAMPING_TOUCH_SLOP_ANGLE)));
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 

Completed in 379 milliseconds