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

1 2

  /external/fio/lib/
zipf.h 9 double theta; member in struct:zipf_state
17 void zipf_init(struct zipf_state *zs, unsigned long nranges, double theta, unsigned int seed);
  /external/libcxx/test/numerics/complex.number/complex.value.ops/
polar.pass.cpp 14 // polar(const T& rho, const T& theta = 0);
30 test(const T& rho, const T& theta, std::complex<T> x)
32 assert(std::polar(rho, theta) == x);
53 double theta = imag(x[i]); local
54 std::complex<double> z = std::polar(r, theta);
58 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN)
69 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN)
88 if (classify(theta) != NaN && classify(theta) != inf
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.h 44 VGfloat theta; member in struct:arc
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 44 VGfloat theta; member in struct:arc
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Matrix.cpp 42 float theta = angle * (M_PI / 180.0f); local
43 float cos_t = cosf(theta);
44 float sin_t = sinf(theta);
  /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);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 136 double theta; member in struct:__anon2565
  /development/perftests/panorama/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;
  /external/ceres-solver/examples/
more_garbow_hillstrom.cc 180 const T theta = T(0.5 / M_PI) * atan(x2 / x1) + (x1 > 0.0 ? T(0.0) : T(0.5)); member in namespace:ceres::examples
182 residual[0] = T(10.0) * (x3 - T(10.0) * theta);
  /external/chromium_org/third_party/freetype/src/base/
fttrigon.c 146 FT_Angle theta )
157 while ( theta < -FT_ANGLE_PI4 )
162 theta += FT_ANGLE_PI2;
165 while ( theta > FT_ANGLE_PI4 )
170 theta -= FT_ANGLE_PI2;
178 if ( theta < 0 )
183 theta += *arctanptr++;
190 theta -= *arctanptr++;
202 FT_Angle theta; local
216 theta = FT_ANGLE_PI2
    [all...]
  /external/eigen/bench/
eig33.cpp 77 Scalar theta = std::atan2(internal::sqrt(-q),half_b)*s_inv3; local
78 Scalar cos_theta = internal::cos(theta);
79 Scalar sin_theta = internal::sin(theta);
quat_slerp.cpp 32 // theta is the angle between the 2 quaternions
33 Scalar theta = std::acos(absD);
34 Scalar sinTheta = internal::sin(theta);
36 Scalar scale0 = internal::sin( ( Scalar(1) - t ) * theta) / sinTheta;
37 Scalar scale1 = internal::sin( ( t * theta) ) / sinTheta;
62 // theta is the angle between the 2 quaternions
63 Scalar theta = std::acos(absD); local
64 Scalar sinTheta = internal::sin(theta);
66 scale0 = internal::sin( ( Scalar(1) - t ) * theta) / sinTheta;
67 scale1 = internal::sin( ( t * theta) ) / sinTheta
90 Scalar theta; local
114 Scalar theta; local
    [all...]
  /external/eigen/demos/opengl/
camera.cpp 217 float theta = mFovY*0.5; local
219 float invtan = 1./tan(theta);
  /external/eigen/test/
geo_quaternion.cpp 38 Scalar theta = AA(q*q0.inverse()).angle(); local
41 else VERIFY(abs(theta - t * theta_tot) < largeEps);
  /external/freetype/src/base/
fttrigon.c 146 FT_Angle theta )
157 while ( theta < -FT_ANGLE_PI4 )
162 theta += FT_ANGLE_PI2;
165 while ( theta > FT_ANGLE_PI4 )
170 theta -= FT_ANGLE_PI2;
178 if ( theta < 0 )
183 theta += *arctanptr++;
190 theta -= *arctanptr++;
202 FT_Angle theta; local
216 theta = FT_ANGLE_PI2
    [all...]
  /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/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 380 double theta = i * 2. * pi/ static_cast< double >(N); local
382 y[i][0] = cos(theta);
383 y[i][1] = sin(theta);
rotation_test.cc 210 double theta = 1.0e-2; local
211 double axis_angle[3] = { theta, 0, 0 };
213 double expected[4] = { cos(theta/2), sin(theta/2.0), 0, 0 };
222 double theta = pow(numeric_limits<double>::min(), 0.75); local
223 double axis_angle[3] = { theta, 0, 0 };
225 double expected[4] = { cos(theta/2), sin(theta/2.0), 0, 0 };
272 double theta = 1.0e-2; local
273 double quaternion[4] = { cos(theta/2), sin(theta/2.0), 0, 0 }
283 double theta = pow(numeric_limits<double>::min(), 0.75); local
326 double theta = kPi * 2 * RandDouble() - kPi; local
436 double theta = kPi - kMaxSmallAngle * RandDouble(); local
534 double theta = kPi * 2 * RandDouble() - kPi; local
567 double theta = 1e-16 * (kPi * 2 * RandDouble() - kPi); local
730 double theta = pow(10.0, i); local
750 double theta = pow(10.0, i); local
786 double theta = pow(10.0, i); local
806 double theta = pow(10.0, i); local
929 double theta = (2.0 * i * 0.0011 - 1.0) * kPi; local
978 double theta = (2.0 * i * 0.0001 - 1.0) * 1e-16; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
vq.c 70 opus_val16 gain, theta; local
79 theta = HALF16(MULT16_16_Q15(gain,gain));
81 c = celt_cos_norm(EXTEND32(theta));
82 s = celt_cos_norm(EXTEND32(SUB16(Q15ONE,theta))); /* sin(theta) */
  /external/chromium_org/ui/gfx/
transform_util.cc 94 double theta = std::acos(product); local
95 double w = std::sin(progress * theta) * (1.0 / denom);
97 scale1 *= std::cos(progress * theta) - product * w;
  /external/libopus/celt/
vq.c 70 opus_val16 gain, theta; local
79 theta = HALF16(MULT16_16_Q15(gain,gain));
81 c = celt_cos_norm(EXTEND32(theta));
82 s = celt_cos_norm(EXTEND32(SUB16(Q15ONE,theta))); /* sin(theta) */
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.cpp 130 double theta = acos(R / sqrt(Q3));
133 r = neg2RootQ * cos(theta / 3) - adiv3;
137 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
141 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
240 double theta = acos(R / sqrt(Q3)); local
243 r = neg2RootQ * cos(theta / 3) - adiv3;
246 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
250 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 432 // theta is the angle between the 2 quaternions
433 Scalar theta = std::acos(absD); local
434 Scalar sinTheta = ei_sin(theta);
436 scale0 = ei_sin( ( Scalar(1) - t ) * theta) / sinTheta;
437 scale1 = ei_sin( ( t * theta) ) / sinTheta;
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 525 Scalar theta = atan2(sqrt(-q),half_b)*s_inv3; local
526 Scalar cos_theta = cos(theta);
527 Scalar sin_theta = sin(theta);

Completed in 1097 milliseconds

1 2