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:qS5
(Results
1 - 6
of
6
) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
__invtrigl.c
17
qS5
= -3.14365703596053263322e-02L;
variable
28
q = 1.0+z*(qS1+z*(qS2+z*(qS3+z*(qS4+z*
qS5
))));
in __invtrigl_R()
47
qS5
= -3.25871986053534084709023539900339905e+00L,
variable
60
q = 1.0+z*(qS1+z*(qS2+z*(qS3+z*(qS4+z*(
qS5
+z*(qS6+z*(qS7+z*(qS8+z*qS9))))))));
in __invtrigl_R()
H
A
D
j0.c
287
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
316
static const double
qS5
[6] = {
variable
368
else if (ix >= 0x40122E8B){p = qR5; q =
qS5
;}
in qzero()
H
A
D
j0f.c
226
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
255
static const float
qS5
[6] = {
variable
307
else if (ix >= 0x409173eb){p = qR5; q =
qS5
;}
in qzerof()
/third_party/musl/src/math/
H
A
D
__invtrigl.c
17
qS5
= -3.14365703596053263322e-02L;
variable
28
q = 1.0+z*(qS1+z*(qS2+z*(qS3+z*(qS4+z*
qS5
))));
in __invtrigl_R()
47
qS5
= -3.25871986053534084709023539900339905e+00L,
variable
60
q = 1.0+z*(qS1+z*(qS2+z*(qS3+z*(qS4+z*(
qS5
+z*(qS6+z*(qS7+z*(qS8+z*qS9))))))));
in __invtrigl_R()
H
A
D
j0.c
287
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
316
static const double
qS5
[6] = {
variable
368
else if (ix >= 0x40122E8B){p = qR5; q =
qS5
;}
in qzero()
H
A
D
j0f.c
226
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
255
static const float
qS5
[6] = {
variable
307
else if (ix >= 0x409173eb){p = qR5; q =
qS5
;}
in qzerof()
Completed in 4 milliseconds