Home
last modified time | relevance | path

Searched refs:sqrtl (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/src/math/x32/
H A Dsqrtl.s1 .global sqrtl
2 .type sqrtl,@function
3 sqrtl: fldt 8(%esp) label
/third_party/musl/src/math/x86_64/
H A Dsqrtl.s1 .global sqrtl
2 .type sqrtl,@function
3 sqrtl: fldt 8(%rsp) label
/third_party/musl/src/math/
H A Dacoshl.c17 return log1pl(x-1 + sqrtl((x-1)*(x-1)+2*(x-1))); in acoshl()
20 return logl(2*x - 1/(x+sqrtl(x*x-1))); in acoshl()
H A Dasinhl.c25 x = logl(2*x + 1/(sqrtl(x*x+1)+x)); in asinhl()
28 x = log1pl(x + x*x/(sqrtl(x*x+1)+1)); in asinhl()
H A Dacosl.c55 s = sqrtl(z); in acosl()
60 s = sqrtl(z); in acosl()
H A Dacosh.c5 #define sqrt sqrtl
H A Dacoshf.c5 #define sqrtf sqrtl
H A Dasinl.c57 s = sqrtl(z); in asinl()
H A Dhypotl.c64 return z*sqrtl(ly+lx+hy+hx); in hypotl()
H A Dsqrtl.c7 long double sqrtl(long double x) in sqrtl() function
179 long double sqrtl(long double x) in sqrtl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dacoshl.c17 return log1pl(x-1 + sqrtl((x-1)*(x-1)+2*(x-1))); in acoshl()
20 return logl(2*x - 1/(x+sqrtl(x*x-1))); in acoshl()
H A Dasinhl.c25 x = logl(2*x + 1/(sqrtl(x*x+1)+x)); in asinhl()
28 x = log1pl(x + x*x/(sqrtl(x*x+1)+1)); in asinhl()
H A Dacosl.c55 s = sqrtl(z); in acosl()
60 s = sqrtl(z); in acosl()
H A Dacosh.c5 #define sqrt sqrtl
H A Dacoshf.c5 #define sqrtf sqrtl
H A Dasinl.c57 s = sqrtl(z); in asinl()
H A Dhypotl.c64 return z*sqrtl(ly+lx+hy+hx); in hypotl()
H A Dsqrtl.c7 long double sqrtl(long double x) in sqrtl() function
179 long double sqrtl(long double x) in sqrtl() function
/third_party/FreeBSD/lib/msun/src/
H A Ds_asinhl.c83 w = logl(2.0*t+one/(sqrtl(x*x+one)+t)); in asinhl()
86 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
H A De_acoshl.c82 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one)))); in acoshl()
85 RETURNI(log1pl(t+sqrtl(2.0*t+t*t))); in acoshl()
/third_party/musl/src/math/i386/
H A Dsqrtl.c3 long double sqrtl(long double x) in sqrtl() function
/third_party/musl/src/math/s390x/
H A Dsqrtl.c5 long double sqrtl(long double x) in sqrtl() function
13 #include "../sqrtl.c"
/third_party/musl/src/math/m68k/
H A Dsqrtl.c5 long double sqrtl(long double x) in sqrtl() function
13 #include "../sqrtl.c"
/third_party/musl/libc-test/src/math/
H A Dsqrtl.c12 #include "sanity/sqrtl.h"
13 #include "special/sqrtl.h"
33 y = sqrtl(p->x); in main()
37 printf("%s:%d: bad fp exception: %s sqrtl(%La)=%La, want %s", in main()
44 printf("%s:%d: %s sqrtl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_sqrt_test.cpp70 EXPECT_DOUBLE_EQ(4.0L, sqrtl(16.0L)); in HWTEST_F()

Completed in 10 milliseconds

12