Home
last modified time | relevance | path

Searched refs:tanf (Results 1 – 25 of 37) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_tan_test.cpp50 bool testResult = FloatUlpCmp(g_tanfData[i].expected, tanf(g_tanfData[i].input), 1);
62 EXPECT_FLOAT_EQ(0.0f, tanf(0.0f));
/third_party/optimized-routines/math/test/testcases/random/
Dfloat.tst10 test tanf 10000
/third_party/ffmpeg/libavfilter/
Dvf_v360.c1839 s->flat_range[0] = tanf(FFMIN(s->h_fov, 359.f) * M_PI / 720.f); in prepare_stereographic_out()
1840 s->flat_range[1] = tanf(FFMIN(s->v_fov, 359.f) * M_PI / 720.f); in prepare_stereographic_out()
1883 s->iflat_range[0] = tanf(FFMIN(s->ih_fov, 359.f) * M_PI / 720.f); in prepare_stereographic_in()
1884 s->iflat_range[1] = tanf(FFMIN(s->iv_fov, 359.f) * M_PI / 720.f); in prepare_stereographic_in()
1906 const float r = tanf(theta * 0.5f); in xyz_to_stereographic()
2256 s->iflat_range[0] = tanf(0.5f * s->ih_fov * M_PI / 180.f); in prepare_flat_in()
2257 s->iflat_range[1] = tanf(0.5f * s->iv_fov * M_PI / 180.f); in prepare_flat_in()
2279 const float r = tanf(theta); in xyz_to_flat()
2698 uf = tanf(M_PI_2 * uf); in eac_to_xyz()
2703 vf = tanf(M_PI_2 * vf); in eac_to_xyz()
[all …]
/third_party/musl/src/math/
Dtanf.c26 float tanf(float x) in tanf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtanf.c26 float tanf(float x) in tanf() function
/third_party/musl/src/complex/
Dctanhf.c60 t = tanf(y); in ctanhf()
/third_party/musl/libc-test/src/math/
Dtanf.c27 y = tanf(p->x); in main()
Dtest_src_math.gni183 "tanf",
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-style.cc49 return tanf (a * float (M_PI / 180.)); in _hb_angle_to_ratio()
/third_party/ffmpeg/libavcodec/
Dopusenc_utils.h51 w0 = tanf(M_PI*cfreq); in bessel_reinit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def51 TLI_DEFINE_VECFUNC("tanf", "vtanf", 4)
116 TLI_DEFINE_VECFUNC("tanf", "__tanf4_massv", 4)
/third_party/skia/include/private/
DSkFloatingPoint.h48 #define sk_float_tan(x) tanf(x)
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp491 m->setSkewX(tanf(SkDegreesToRadians(angle))); in parseSkewXToken()
502 m->setSkewY(tanf(SkDegreesToRadians(angle))); in parseSkewYToken()
/third_party/skia/third_party/externals/angle2/samples/multiview/
DMultiview.cpp266 const float kXYScale = 1.f / (tanf(kFOV / 2.0f)); in draw()
/third_party/musl/libc-test/src/api/
Dmath.c219 {float(*p)(float) = tanf;} in f()
/third_party/musl/include/
Dmath.h348 float tanf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h348 float tanf(float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h348 float tanf(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h348 float tanf(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h131 T(tanf, f_f)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp176 return call4(tanf, x); in Tan()
/third_party/glfw/examples/
Dheightmap.c451 f = 1.0f / tanf(view_angle / 2.0f); in main()
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp203 const float frustumHeight = tanf(static_cast<float>(fov / 360.0f * 3.14159265358979323)) * n; in Perspective()
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp118 const float frustumHeight = tanf(static_cast<float>(fovY / 360.0f * M_PI)) * nearZ; in perspective()

12