Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 25 of 51) sorted by relevance

123

/third_party/musl/src/math/i386/
Datan2f.s1 .global atan2f symbol
2 .type atan2f,@function
3 atan2f: label
/third_party/ffmpeg/libavfilter/
Daf_surround.c326 a = atan2f(*x, *y); in stereo_transform()
1004 c_phase = atan2f(c_im, c_re); in upmix_7_1_5_0_side()
1108 float c_phase = atan2f(l_im + r_im, l_re + r_re); in filter_stereo()
1111 float l_phase = atan2f(l_im, l_re); in filter_stereo()
1112 float r_phase = atan2f(r_im, r_re); in filter_stereo()
1144 float c_phase = atan2f(c_im, c_re); in filter_surround()
1147 float l_phase = atan2f(l_im, l_re); in filter_surround()
1148 float r_phase = atan2f(r_im, r_re); in filter_surround()
1179 float c_phase = atan2f(l_im + r_im, l_re + r_re); in filter_2_1()
1182 float l_phase = atan2f(l_im, l_re); in filter_2_1()
[all …]
Dvf_v360.c1124 const float phi = atan2f(vec[0], vec[2]); in xyz_to_cube()
2122 const float phi = atan2f(vec[0], vec[2]); in xyz_to_equirect()
2160 const float phi = atan2f(vec[0], vec[2]); in xyz_to_hequirect()
2264 const float phi = atan2f(vec[0], vec[2]); in xyz_to_mercator()
2443 const float theta = atan2f(vec[0], vec[2]); in xyz_to_hammer()
2516 const float phi = atan2f(vec[0], vec[2]) * cosf(theta); in xyz_to_sinusoidal()
2833 const float phi = atan2f(vf, uf); in fisheye_to_xyz()
2885 const float phi = atan2f(h, vec[2]) / M_PI; in xyz_to_fisheye()
2934 const float lon = atan2f(uf, S * clon); in pannini_to_xyz()
2935 const float lat = atan2f(vf, S); in pannini_to_xyz()
[all …]
Davf_showspatial.c258 float lp = atan2f(IM(idx, 0), RE(idx, 0)); in draw_spatial()
259 float rp = atan2f(IM(idx, 1), RE(idx, 1)); in draw_spatial()
/third_party/musl/src/complex/
Dcargf.c5 return atan2f(cimagf(z), crealf(z)); in cargf()
Dcatanf.c93 t = 0.5f * atan2f(2.0f * x, a); in catanf()
/third_party/musl/src/math/
Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/third_party/musl/libc-test/src/math/
Datan2f.c27 y = atan2f(p->x, p->x2); in main()
Dtest_src_math.gni16 "atan2f",
/third_party/ffmpeg/libavutil/
Dlibm.h44 #undef atan2f
45 #define atan2f(y, x) ((float)atan2(y, x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
/third_party/ffmpeg/libavcodec/
Daacps_tablegen.h162 alpha = 0.5f * atan2f(2.0f * c * rho, c*c - 1.0f); in ps_tableinit()
/third_party/boost/libs/qvm/test/
Dmath_test.cpp41 test2<float,float>(&boost::qvm::atan2<float>, &::atan2f); in main()
/third_party/skia/include/private/
DSkFloatingPoint.h59 #define sk_float_atan2(y,x) atan2f(y,x)
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h57 #define sk_float_atan2(y,x) atan2f(y,x)
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in358 # undef atan2f
359 # define atan2f rpl_atan2f macro
361 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
362 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
365 # undef atan2f
366 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
368 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
370 _GL_CXXALIASWARN (atan2f);
372 # undef atan2f
374 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
[all …]
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstshagadelic.c139 ((atan2f (xx, in gst_shagadelic_initialize()
/third_party/boost/boost/qvm/
Dmath.hpp44 …mplate <> BOOST_QVM_INLINE_TRIVIAL float atan2<float>( float x, float y ) { return ::atan2f(x,y); } in atan2()
/third_party/musl/libc-test/src/api/
Dmath.c68 {float(*p)(float,float) = atan2f;} in f()
/third_party/musl/ndk_musl_include/
Dmath.h156 float atan2f(float, float);
/third_party/musl/include/
Dmath.h156 float atan2f(float, float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h156 float atan2f(float, float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h156 float atan2f(float, float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h156 float atan2f(float, float);

123