Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/boost/boost/math/special_functions/
Djacobi_elliptic.hpp120 inline typename tools::promote_args<T, U, V>::type jacobi_elliptic(T k, U theta, V* pcn, V* pdn, co… in jacobi_elliptic()
144 inline typename tools::promote_args<T, U, V>::type jacobi_elliptic(T k, U theta, V* pcn, V* pdn) in jacobi_elliptic()
150 inline typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta, const Policy& pol) in jacobi_sn()
157 inline typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta) in jacobi_sn()
163 inline typename tools::promote_args<T, U>::type jacobi_cn(T k, U theta, const Policy& pol) in jacobi_cn()
172 inline typename tools::promote_args<T, U>::type jacobi_cn(T k, U theta) in jacobi_cn()
178 inline typename tools::promote_args<T, U>::type jacobi_dn(T k, U theta, const Policy& pol) in jacobi_dn()
187 inline typename tools::promote_args<T, U>::type jacobi_dn(T k, U theta) in jacobi_dn()
193 inline typename tools::promote_args<T, U>::type jacobi_cd(T k, U theta, const Policy& pol) in jacobi_cd()
202 inline typename tools::promote_args<T, U>::type jacobi_cd(T k, U theta) in jacobi_cd()
[all …]
Dspherical_harmonic.hpp30 inline T spherical_harmonic_prefix(unsigned n, unsigned m, T theta, const Policy& pol) in spherical_harmonic_prefix()
51 T spherical_harmonic_r(unsigned n, int m, T theta, T phi, const Policy& pol) in spherical_harmonic_r()
78 T spherical_harmonic_i(unsigned n, int m, T theta, T phi, const Policy& pol) in spherical_harmonic_i()
105 std::complex<T> spherical_harmonic(unsigned n, int m, U theta, U phi, const Policy& pol) in spherical_harmonic()
153 spherical_harmonic(unsigned n, int m, T1 theta, T2 phi, const Policy& pol) in spherical_harmonic()
162 spherical_harmonic(unsigned n, int m, T1 theta, T2 phi) in spherical_harmonic()
169 spherical_harmonic_r(unsigned n, int m, T1 theta, T2 phi, const Policy& pol) in spherical_harmonic_r()
178 spherical_harmonic_r(unsigned n, int m, T1 theta, T2 phi) in spherical_harmonic_r()
185 spherical_harmonic_i(unsigned n, int m, T1 theta, T2 phi, const Policy& pol) in spherical_harmonic_i()
194 spherical_harmonic_i(unsigned n, int m, T1 theta, T2 phi) in spherical_harmonic_i()
/third_party/boost/libs/math/example/
Dcatmull_rom_example.cpp27 double theta = ((double) i/ (double) spiral_points.size())*theta_max; in main() local
40 double theta = atan2(y/r, x/r); in main() local
/third_party/boost/libs/multiprecision/example/
Dmpc_examples.cpp32 typename Complex::value_type theta = 0.8; in complex_number_examples() local
Dcpp_complex_examples.cpp32 typename Complex::value_type theta = 0.8; in complex_number_examples() local
Dcomplex128_examples.cpp32 typename Complex::value_type theta = 0.8; in complex_number_examples() local
/third_party/ffmpeg/libavcodec/
Daacps_tablegen.h78 double theta = 2 * M_PI * (q + 0.5) * (n - 6) / bands; in make_filters_from_proto() local
180 double f_center, theta; in ps_tableinit() local
195 double f_center, theta; in ps_tableinit() local
Daacps_fixed_tablegen.h122 int theta = (q*(n-6) + (n>>1) - 3) % bands; in make_filters_from_proto() local
357 int theta; in ps_tableinit() local
380 int theta, f_center; in ps_tableinit() local
/third_party/pulseaudio/src/pulsecore/filter/
Dbiquad.c51 double theta = M_PI * cutoff; in biquad_lowpass() local
83 double theta = M_PI * cutoff; in biquad_highpass() local
/third_party/skia/docs/examples/
Dskcanvas_star.cpp12 SkScalar theta = 3 * i * TAU / 7; in draw() local
/third_party/boost/libs/math/test/
Dtest_trapezoidal.cpp38 { in test_complex_bessel()
70 { in test_I0_complex()
101 { in test_erfc()
/third_party/cmsis/CMSIS/DSP/Source/ControllerFunctions/
Darm_sin_cos_q31.c52 q31_t theta, in arm_sin_cos_q31()
Darm_sin_cos_f32.c75 float32_t theta, in arm_sin_cos_f32()
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dbayes_functions.h61 const float32_t *theta; /**< Mean values for the Gaussians */ member
Dbayes_functions_f16.h52 const float16_t *theta; /**< Mean values for the Gaussians */ member
/third_party/boost/boost/units/
Dcmath.hpp590 cos(const quantity<si::plane_angle,Y>& theta) in cos()
600 sin(const quantity<si::plane_angle,Y>& theta) in sin()
610 tan(const quantity<si::plane_angle,Y>& theta) in tan()
620 cos(const quantity<unit<plane_angle_dimension,System>,Y>& theta) in cos()
629 sin(const quantity<unit<plane_angle_dimension,System>,Y>& theta) in sin()
638 tan(const quantity<unit<plane_angle_dimension,System>,Y>& theta) in tan()
/third_party/boost/boost/geometry/srs/projections/proj/
Dqsc.hpp137 T theta; in qsc_fwd_equat_face_theta() local
191 T theta, phi; in fwd() local
311 T tantheta, theta, cosphi, phi; in inv() local
Dwag7.hpp64 T theta, ct, D; in fwd() local
/third_party/skia/modules/svg/src/
DSkSVGFeColorMatrix.cpp57 const SkScalar theta = SkDegreesToRadians(degrees); in MakeHueRotate() local
/third_party/ffmpeg/libavfilter/
Dvf_v360.c1125 const float theta = asinf(vec[1]); in xyz_to_cube() local
1746 const float theta = ((2.f * j + 0.5f) / height - 1.f) * M_PI_2; in equirect_to_xyz() local
1775 const float theta = ((2.f * j + 0.5f) / height - 1.f) * M_PI_2; in hequirect_to_xyz() local
1823 const float theta = atanf(r) * 2.f; in stereographic_to_xyz() local
1868 const float theta = acosf(vec[2]); in xyz_to_stereographic() local
1929 const float theta = asinf(r) * 2.f; in equisolid_to_xyz() local
1974 const float theta = acosf(vec[2]); in xyz_to_equisolid() local
2035 const float theta = asinf(r); in orthographic_to_xyz() local
2079 const float theta = acosf(vec[2]); in xyz_to_orthographic() local
2123 const float theta = asinf(vec[1]); in xyz_to_equirect() local
[all …]
/third_party/skia/gm/
Dlargeclippedpath.cpp35 float theta = 2*SK_ScalarPI*i / kNumPetals; in draw_clipped_flower() local
/third_party/boost/libs/math/tools/
Dspherical_harmonic_data.cpp38 T theta = truncate_to_float(&_theta); in spherical_harmonic_data() local
/third_party/skia/third_party/externals/freetype/src/base/
Dfttrigon.c164 FT_Angle theta ) in ft_trig_pseudo_rotate()
220 FT_Angle theta; in ft_trig_pseudo_polarize() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dfttrigon.c165 FT_Angle theta ) in ft_trig_pseudo_rotate()
221 FT_Angle theta; in ft_trig_pseudo_polarize() local
/third_party/freetype/src/base/
Dfttrigon.c164 FT_Angle theta ) in ft_trig_pseudo_rotate()
220 FT_Angle theta; in ft_trig_pseudo_polarize() local

12345