/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_tan_test.cpp | 50 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/ |
D | float.tst | 10 test tanf 10000
|
/third_party/ffmpeg/libavfilter/ |
D | vf_v360.c | 1839 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/ |
D | tanf.c | 26 float tanf(float x) in tanf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | tanf.c | 26 float tanf(float x) in tanf() function
|
/third_party/musl/src/complex/ |
D | ctanhf.c | 60 t = tanf(y); in ctanhf()
|
/third_party/musl/libc-test/src/math/ |
D | tanf.c | 27 y = tanf(p->x); in main()
|
D | test_src_math.gni | 183 "tanf",
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-style.cc | 49 return tanf (a * float (M_PI / 180.)); in _hb_angle_to_ratio()
|
/third_party/ffmpeg/libavcodec/ |
D | opusenc_utils.h | 51 w0 = tanf(M_PI*cfreq); in bessel_reinit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 51 TLI_DEFINE_VECFUNC("tanf", "vtanf", 4) 116 TLI_DEFINE_VECFUNC("tanf", "__tanf4_massv", 4)
|
/third_party/skia/include/private/ |
D | SkFloatingPoint.h | 48 #define sk_float_tan(x) tanf(x)
|
/third_party/skia/modules/svg/src/ |
D | SkSVGAttributeParser.cpp | 491 m->setSkewX(tanf(SkDegreesToRadians(angle))); in parseSkewXToken() 502 m->setSkewY(tanf(SkDegreesToRadians(angle))); in parseSkewYToken()
|
/third_party/skia/third_party/externals/angle2/samples/multiview/ |
D | Multiview.cpp | 266 const float kXYScale = 1.f / (tanf(kFOV / 2.0f)); in draw()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 219 {float(*p)(float) = tanf;} in f()
|
/third_party/musl/include/ |
D | math.h | 348 float tanf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 348 float tanf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 348 float tanf(float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 348 float tanf(float);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 131 T(tanf, f_f)
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 176 return call4(tanf, x); in Tan()
|
/third_party/glfw/examples/ |
D | heightmap.c | 451 f = 1.0f / tanf(view_angle / 2.0f); in main()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils.cpp | 203 const float frustumHeight = tanf(static_cast<float>(fov / 360.0f * 3.14159265358979323)) * n; in Perspective()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | Matrix.cpp | 118 const float frustumHeight = tanf(static_cast<float>(fovY / 360.0f * M_PI)) * nearZ; in perspective()
|