/third_party/musl/src/math/i386/ |
D | atan2f.s | 1 .global atan2f symbol 2 .type atan2f,@function 3 atan2f: label
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 326 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 …]
|
D | vf_v360.c | 1124 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 …]
|
D | avf_showspatial.c | 258 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/ |
D | cargf.c | 5 return atan2f(cimagf(z), crealf(z)); in cargf()
|
D | catanf.c | 93 t = 0.5f * atan2f(2.0f * x, a); in catanf()
|
/third_party/musl/src/math/ |
D | atan2f.c | 22 float atan2f(float y, float x) in atan2f() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | atan2f.c | 22 float atan2f(float y, float x) in atan2f() function
|
/third_party/musl/libc-test/src/math/ |
D | atan2f.c | 27 y = atan2f(p->x, p->x2); in main()
|
D | test_src_math.gni | 16 "atan2f",
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 44 #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/ |
D | explicit_symbols.inc | 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_tablegen.h | 162 alpha = 0.5f * atan2f(2.0f * c * rho, c*c - 1.0f); in ps_tableinit()
|
/third_party/boost/libs/qvm/test/ |
D | math_test.cpp | 41 test2<float,float>(&boost::qvm::atan2<float>, &::atan2f); in main()
|
/third_party/skia/include/private/ |
D | SkFloatingPoint.h | 59 #define sk_float_atan2(y,x) atan2f(y,x)
|
/third_party/flutter/skia/include/private/ |
D | SkFloatingPoint.h | 57 #define sk_float_atan2(y,x) atan2f(y,x)
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 358 # 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/ |
D | gstshagadelic.c | 139 ((atan2f (xx, in gst_shagadelic_initialize()
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 44 …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/ |
D | math.c | 68 {float(*p)(float,float) = atan2f;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 156 float atan2f(float, float);
|
/third_party/musl/include/ |
D | math.h | 156 float atan2f(float, float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 156 float atan2f(float, float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 156 float atan2f(float, float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 156 float atan2f(float, float);
|