Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sqrtl
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/musl/src/math/x32/
H
A
D
sqrtl.s
1
.global
sqrtl
2
.type
sqrtl
,@function
3
sqrtl
: fldt 8(%esp)
label
/third_party/musl/src/math/x86_64/
H
A
D
sqrtl.s
1
.global
sqrtl
2
.type
sqrtl
,@function
3
sqrtl
: fldt 8(%rsp)
label
/third_party/musl/src/math/
H
A
D
acoshl.c
17
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
D
asinhl.c
25
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
D
acosl.c
55
s =
sqrtl
(z);
in acosl()
60
s =
sqrtl
(z);
in acosl()
H
A
D
acosh.c
5
#define sqrt
sqrtl
H
A
D
acoshf.c
5
#define sqrtf
sqrtl
H
A
D
asinl.c
57
s =
sqrtl
(z);
in asinl()
H
A
D
hypotl.c
64
return z*
sqrtl
(ly+lx+hy+hx);
in hypotl()
H
A
D
sqrtl.c
7
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
D
acoshl.c
17
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
D
asinhl.c
25
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
D
acosl.c
55
s =
sqrtl
(z);
in acosl()
60
s =
sqrtl
(z);
in acosl()
H
A
D
acosh.c
5
#define sqrt
sqrtl
H
A
D
acoshf.c
5
#define sqrtf
sqrtl
H
A
D
asinl.c
57
s =
sqrtl
(z);
in asinl()
H
A
D
hypotl.c
64
return z*
sqrtl
(ly+lx+hy+hx);
in hypotl()
H
A
D
sqrtl.c
7
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
D
s_asinhl.c
83
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
D
e_acoshl.c
82
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
D
sqrtl.c
3
long double
sqrtl
(long double x)
in sqrtl()
function
/third_party/musl/src/math/s390x/
H
A
D
sqrtl.c
5
long double
sqrtl
(long double x)
in sqrtl()
function
13
#include "../
sqrtl
.c"
/third_party/musl/src/math/m68k/
H
A
D
sqrtl.c
5
long double
sqrtl
(long double x)
in sqrtl()
function
13
#include "../
sqrtl
.c"
/third_party/musl/libc-test/src/math/
H
A
D
sqrtl.c
12
#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
D
math_sqrt_test.cpp
70
EXPECT_DOUBLE_EQ(4.0L,
sqrtl
(16.0L));
in HWTEST_F()
Completed in 10 milliseconds
1
2