/third_party/musl/src/math/i386/ |
H A D | atanf.s | 1 .global atanf 2 .type atanf,@function 3 atanf: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | atan2f.c | 32 return atanf(y); in atan2f() 75 z = atanf(fabsf(y/x)); in atan2f()
|
H A D | atanf.c | 41 float atanf(float x) in atanf() function
|
/third_party/musl/src/math/ |
H A D | atan2f.c | 32 return atanf(y); in atan2f() 75 z = atanf(fabsf(y/x)); in atan2f()
|
H A D | atanf.c | 41 float atanf(float x) in atanf() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_atan_test.cpp | 41 * @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 D | atanf.c | 6 #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 D | hb-style.cc | 55 return atanf (r) * float (180. / M_PI);
|
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 39 #undef atanf macro 40 #define atanf(x) ((float)atan(x)) macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacps_tablegen.h | 165 gamma = atanf(sqrtf((1.0f - mu)/(1.0f + mu))); in ps_tableinit()
|
H A D | aacpsy.c | 284 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 D | math.h | 152 float atanf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 152 float atanf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 152 float atanf(float);
|
/third_party/musl/include/ |
H A D | math.h | 152 float atanf(float);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 70 {float(*p)(float) = atanf;} in f()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_math.cpp | 283 benchmark::DoNotOptimize(atanf(x)); in Bm_function_Atanf()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 191 return call4(atanf, x);
|
H A D | LLVMJIT.cpp | 476 functions.try_emplace("atanf", reinterpret_cast<void *>(atanf));
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_asoftclip.c | 181 dst[n] = 2.f / M_PI * atanf(dst[n] * factor * param); in filter_flt()
|
H A D | vf_v360.c | 1155 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 D | mplibm.c | 94 int mpatanf(struct t *t) { return mpf1(t, atanf); } in mpatanf()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Intermediate.cpp | 1870 case EbtFloat: tempConstArray[i].setFConst(atanf(unionArray[i].getFConst())); break; in fold()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 216 TFUNC(at_s,rt_s, atanf, 4*ULPUNIT),
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 3090 foldFloatTypeUnary(operandArray[i], &atanf, &resultArray[i]);
|