Home
last modified time | relevance | path

Searched defs:theta (Results 26 - 46 of 46) sorted by relevance

12

/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc490 void FFTContainer::Start_Default(Digits X, int chunk_size, int theta, in Start_Default() argument
529 void FFTContainer::Start(Digits X, int chunk_size, int theta, int omega) { in Start() argument
650 CounterWeightAndRecombine(int theta, int m, RWDigits Z, int s) CounterWeightAndRecombine() argument
707 int theta = params.r; // really: 2^r MultiplyFFT_Inner() local
[all...]
/third_party/skia/tools/
H A DToolUtils.cpp259 SkScalar theta = idx * 2 * SK_ScalarPI / numPts + SK_ScalarPI / 2; in make_star() local
/third_party/ffmpeg/fftools/
H A Dcmdutils.c1005 double theta = 0; in get_rotation() local
H A Dffmpeg_opt.c3007 double theta = av_strtod(val, &tail); in open_output_file() local
H A Dffplay.c1919 double theta = get_rotation(displaymatrix); in configure_video_filters() local
/third_party/ffmpeg/libavcodec/
H A Dopus_pvq.c115 float gain, theta; in celt_exp_rotation() local
H A Dexr.c923 float alpha[4], beta[4], theta[4], gamma[4]; in idct_1d() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_mcompand.c227 double x, y, cx, cy, in1, in2, out1, out2, theta, len, r; in parse_points() local
H A Davf_showspectrum.c410 float theta, phi, psi, a, b, S, c; in run_channel_fft() local
H A Dvf_v360.c1137 const float theta = asinf(vec[1]); in xyz_to_cube() local
1785 const float theta = rescale(j, height) * s->flat_range[1]; in equirect_to_xyz() local
1814 const float theta = rescale(j, height) * M_PI_2; in hequirect_to_xyz() local
1862 const float theta in stereographic_to_xyz() local
1905 const float theta = acosf(vec[2]); xyz_to_stereographic() local
1966 const float theta = asinf(r) * 2.f; equisolid_to_xyz() local
2009 const float theta = acosf(vec[2]); xyz_to_equisolid() local
2070 const float theta = asinf(r); orthographic_to_xyz() local
2120 const float theta = acosf(vec[2]); xyz_to_orthographic() local
2181 const float theta = asinf(vec[1]) / s->iflat_range[1]; xyz_to_equirect() local
2222 const float theta = asinf(vec[1]) / M_PI_2; xyz_to_hequirect() local
2278 const float theta = acosf(vec[2]); xyz_to_flat() local
2326 const float theta = av_clipf(logf((1.f + vec[1]) / (1.f - vec[1])) / (2.f * M_PI), -1.f, 1.f); xyz_to_mercator() local
2503 const float theta = atan2f(vec[0], vec[2]); xyz_to_hammer() local
2542 const float theta = rescale(j, height) * M_PI_2; sinusoidal_to_xyz() local
2573 const float theta = asinf(vec[1]); xyz_to_sinusoidal() local
2888 const float theta = M_PI_2 * (1.f - hypotf(uf, vf)); fisheye_to_xyz() local
3013 const float theta = asinf(vec[1]); xyz_to_pannini() local
3077 const float theta = atanf(vf); cylindrical_to_xyz() local
3125 const float theta = asinf(vec[1]); xyz_to_cylindrical() local
3202 const float theta = asinf(vf); cylindricalea_to_xyz() local
3233 const float theta = asinf(vec[1]); xyz_to_cylindricalea() local
3283 const float theta = asinf(cosz); perspective_to_xyz() local
3427 const float theta = m * M_PI_2 * (1.f - h); dfisheye_to_xyz() local
3460 const float theta = acosf(fabsf(vec[2])) / M_PI; xyz_to_dfisheye() local
3515 const float theta = rescale(j, eh) * theta_range / scale; barrel_to_xyz() local
3580 const float theta = asinf(vec[1]); xyz_to_barrel() local
3650 const float theta = asinf(vec[1]); xyz_to_barrelsplit() local
3757 const float theta = (y - 0.25f - 0.5f * back) / scaleh * M_PI; barrelsplit_to_xyz() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dtx_template.c1412 const double theta = (scale < 0 ? len4 : 0) + 1.0/8.0; in ff_tx_mdct_gen_exp() local
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c833 spx_word32_t theta; in speex_preprocess_run() local
880 spx_word32_t theta; in speex_preprocess_run() local
[all...]
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h776 register spx_word32_t theta; in preprocess_compute_emgain() local
835 register spx_word32_t theta; in preprocess_compute_linear_gain() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp762 float theta = GetRandomValue(0.f, 2 * PI); in CalculateParticlePosition() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp384 Float4 theta = arctan_01(y, pp); in arctan() local
398 Float4 theta = As<Float4>(S & As<Int4>(minus_pi)); in arctan() local
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp484 SkScalar theta = SkScalarATan2(rSin, rCos); in SkComputeRadialSteps() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c109 FT_Angle theta; in ft_conic_is_small_enough() local
975 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
1053 FT_Angle theta in ft_stroker_outside() local
1428 FT_Angle theta, phi, rotate, alpha0 = 0; FT_EXPORT_DEF() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp123 auto theta = std::atan(h1 / w1); in GetEndP2P4() local
138 auto theta = std::atan(h1 / w1); in GetP2() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp400 Float4 theta = arctan_01(y, pp); in arctan() local
414 Float4 theta = As<Float4>(S & As<Int4>(minus_pi)); in arctan() local
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp5839 ir_variable *theta = in_var(type, "theta"); in _tan() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h493 float theta; member

Completed in 67 milliseconds

12