OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sin_theta
(Results
1 - 7
of
7
) sorted by null
/external/eigen/bench/
eig33.cpp
79
Scalar
sin_theta
= std::sin(theta);
local
81
roots(0) = c2_over_3 - rho*(cos_theta + s_sqrt3*
sin_theta
);
82
roots(1) = c2_over_3 - rho*(cos_theta - s_sqrt3*
sin_theta
);
/external/libxaac/decoder/
ixheaacd_hbe_trans.c
532
FLOAT32
sin_theta
=
local
535
sin_theta
= -
sin_theta
;
539
vec_o_r[0] = (FLOAT32)(cos_theta * temp_r -
sin_theta
* temp_i);
540
vec_o_i[0] = (FLOAT32)(cos_theta * temp_i +
sin_theta
* temp_r);
703
FLOAT32
sin_theta
;
local
709
sin_theta
=
715
sin_theta
=
718
sin_theta
= -
sin_theta
;
[
all
...]
/external/pdfium/third_party/lcms/src/
cmssm.c
146
cmsFloat64Number
sin_theta
;
local
152
sin_theta
= sin((M_PI * sp ->theta) / 180.0);
155
a = sp ->r *
sin_theta
* sin_alpha;
156
b = sp ->r *
sin_theta
* cos_alpha;
/external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h
598
Scalar
sin_theta
= sin(theta);
local
600
roots(0) = c2_over_3 - rho*(cos_theta + s_sqrt3*
sin_theta
); // == 2*rho*cos(theta+2pi/3)
601
roots(1) = c2_over_3 - rho*(cos_theta - s_sqrt3*
sin_theta
); // == 2*rho*cos(theta+ pi/3)
[
all
...]
/external/ImageMagick/MagickCore/
effect.c
2784
*
sin_theta
,
local
[
all
...]
accelerate-kernels-private.h
[
all
...]
/external/libxcam/xcore/
vec_mat.h
1045
T
sin_theta
= (T) sqrt(1.0 - cos_theta * cos_theta);
local
1046
if (fabs(
sin_theta
) < FLT_EPSILON)
1053
T r0 = (T) sin((1.0 - r) * theta) /
sin_theta
;
1054
T r1 = (T) sin(r * theta) /
sin_theta
;
[
all
...]
Completed in 248 milliseconds