Home
last modified time | relevance | path

Searched refs:log1pf (Results 1 – 25 of 34) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_log1p_test.cpp79 bool testResult = FloatUlpCmp(g_log1pfData[i].expected, log1pf(g_log1pfData[i].input), 1);
91 EXPECT_EQ(-HUGE_VAL, log1pf(-1.0f));
101 EXPECT_TRUE(isnan(log1pf(-HUGE_VAL)));
102 EXPECT_TRUE(isnan(log1pf(nanf(""))));
112 EXPECT_TRUE(isinf(log1pf(HUGE_VAL)));
122 EXPECT_DOUBLE_EQ(1.0f, log1pf(static_cast<float>(M_E) - 1.0f));
/third_party/musl/src/math/i386/
Dlog1pf.s1 .global log1pf symbol
2 .type log1pf,@function
3 log1pf: label
/third_party/musl/src/math/
Datanhf.c21 y = 0.5f*log1pf(2*y + 2*y*y/(1-y)); in atanhf()
25 y = 0.5f*log1pf(2*(y/(1-y))); in atanhf()
Dacoshf.c20 return log1pf(x-1 + sqrtf((x-1)*(x-1)+2*(x-1))); in acoshf()
Dasinhf.c22 x = log1pf(x + x*x/(sqrtf(x*x+1)+1)); in asinhf()
Dlog1pf.c24 float log1pf(float x) in log1pf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datanhf.c21 y = 0.5f*log1pf(2*y + 2*y*y/(1-y)); in atanhf()
25 y = 0.5f*log1pf(2*(y/(1-y))); in atanhf()
Dacoshf.c20 return log1pf(x-1 + sqrtf((x-1)*(x-1)+2*(x-1))); in acoshf()
Dasinhf.c22 x = log1pf(x + x*x/(sqrtf(x*x+1)+1)); in asinhf()
Dlog1pf.c24 float log1pf(float x) in log1pf() function
/third_party/musl/libc-test/src/math/
Dlog1pf.c26 y = log1pf(p->x); in main()
Dtest_src_math.gni116 "log1pf",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def41 TLI_DEFINE_VECFUNC("log1pf", "vlog1pf", 4)
96 TLI_DEFINE_VECFUNC("log1pf", "__log1pf4_massv", 4)
DTargetLibraryInfo.def949 /// float log1pf(float x);
950 TLI_DEFINE_ENUM_INTERNAL(log1pf)
951 TLI_DEFINE_STRING_INTERNAL("log1pf")
/third_party/musl/ndk_musl_include/
Dmath.h268 float log1pf(float);
/third_party/musl/libc-test/src/api/
Dmath.c157 {float(*p)(float) = log1pf;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h268 float log1pf(float);
/third_party/musl/include/
Dmath.h268 float log1pf(float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h268 float log1pf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h268 float log1pf(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h92 T(log1pf, f_f)
Dmplibm.c160 int mplog1pf(struct t *t) { return mpf1(t, log1pf); } in mplog1pf()
/third_party/musl/Benchmark/musl/
Dlibc_math.cpp495 benchmark::DoNotOptimize(log1pf(a)); in Bm_function_Log1pf()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni198 "$MUSLPORTINGDIR/src/math/log1pf.c",
/third_party/musl/
Dlibc.map.txt1076 log1pf;

12