Home
last modified time | relevance | path

Searched refs:atanf (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/src/math/i386/
H A Datanf.s1 .global atanf
2 .type atanf,@function
3 atanf: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Datan2f.c32 return atanf(y); in atan2f()
75 z = atanf(fabsf(y/x)); in atan2f()
H A Datanf.c41 float atanf(float x) in atanf() function
/third_party/musl/src/math/
H A Datan2f.c32 return atanf(y); in atan2f()
75 z = atanf(fabsf(y/x)); in atan2f()
H A Datanf.c41 float atanf(float x) in atanf() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_atan_test.cpp41 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the atanf interface.
48 bool testResult = FloatUlpCmp(g_atanfData[i].expected, atanf(g_atanfData[i].input), 1); in HWTEST_F()
55 * @tc.desc: When the parameter of atanf is valid, test the return value of the function.
60 EXPECT_FLOAT_EQ(0.0f, atanf(0.0f)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Datanf.c6 #include "ucb/atanf.h"
7 #include "sanity/atanf.h"
8 #include "special/atanf.h"
27 y = atanf(p->x); in main()
31 printf("%s:%d: bad fp exception: %s atanf(%a)=%a, want %s", in main()
38 printf("%s:%d: %s atanf(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-style.cc55 return atanf (r) * float (180. / M_PI);
/third_party/ffmpeg/libavutil/
H A Dlibm.h39 #undef atanf macro
40 #define atanf(x) ((float)atan(x)) macro
/third_party/ffmpeg/libavcodec/
H A Daacps_tablegen.h165 gamma = atanf(sqrtf((1.0f - mu)/(1.0f + mu))); in ps_tableinit()
H A Daacpsy.c284 return 13.3f * atanf(0.00076f * f) + 3.5f * atanf((f / 7500.0f) * (f / 7500.0f)); in calc_bark()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h152 float atanf(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h152 float atanf(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h152 float atanf(float);
/third_party/musl/include/
H A Dmath.h152 float atanf(float);
/third_party/musl/libc-test/src/api/
H A Dmath.c70 {float(*p)(float) = atanf;} in f()
/third_party/musl/Benchmark/musl/
H A Dlibc_math.cpp283 benchmark::DoNotOptimize(atanf(x)); in Bm_function_Atanf()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp191 return call4(atanf, x);
H A DLLVMJIT.cpp476 functions.try_emplace("atanf", reinterpret_cast<void *>(atanf));
/third_party/ffmpeg/libavfilter/
H A Daf_asoftclip.c181 dst[n] = 2.f / M_PI * atanf(dst[n] * factor * param); in filter_flt()
H A Dvf_v360.c1155 theta_threshold = atanf(cosf(phi_norm)); in xyz_to_cube()
1862 const float theta = atanf(r) * 2.f; in stereographic_to_xyz()
2783 uf = M_2_PI * atanf(uf) + 0.5f; in xyz_to_eac()
2784 vf = M_2_PI * atanf(vf) + 0.5f; in xyz_to_eac()
3077 const float theta = atanf(vf); in cylindrical_to_xyz()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c94 int mpatanf(struct t *t) { return mpf1(t, atanf); } in mpatanf()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1870 case EbtFloat: tempConstArray[i].setFConst(atanf(unionArray[i].getFConst())); break; in fold()
/third_party/optimized-routines/math/test/
H A Dmathtest.c216 TFUNC(at_s,rt_s, atanf, 4*ULPUNIT),
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp3090 foldFloatTypeUnary(operandArray[i], &atanf, &resultArray[i]);

Completed in 46 milliseconds

12