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:s03
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
j1.c
109
s03
= 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */
variable
129
s = 1+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
in j1()
H
A
D
j1f.c
60
s03
= 1.1771846857e-06, /* 0x359dffc2 */
variable
80
s = 1+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
in j1f()
/third_party/musl/src/math/
H
A
D
j1.c
109
s03
= 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */
variable
129
s = 1+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
in j1()
H
A
D
j1f.c
60
s03
= 1.1771846857e-06, /* 0x359dffc2 */
variable
80
s = 1+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
in j1f()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
enc_sse2.c
233
const __m128i
s03
= _mm_packs_epi32(tmp0, tmp2);
in FTransformPass1_SSE2()
local
235
const __m128i s_lo = _mm_unpacklo_epi16(
s03
, s12); // 0 1 0 1 0 1...
in FTransformPass1_SSE2()
236
const __m128i s_hi = _mm_unpackhi_epi16(
s03
, s12); // 2 3 2 3 2 3
in FTransformPass1_SSE2()
Completed in 7 milliseconds