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:signs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/alpha/
H
A
D
pixblockdsp_alpha.c
52
uint64_t
signs
;
in diff_pixels_mvi()
local
60
signs
= zap(-1, c);
in diff_pixels_mvi()
62
stq(unpkbw(d) | (unpkbw(
signs
) << 8), block);
in diff_pixels_mvi()
63
stq(unpkbw(d >> 32) | (unpkbw(
signs
>> 32) << 8), block + 4);
in diff_pixels_mvi()
/third_party/python/Modules/_decimal/tests/
H
A
D
randfloat.py
125
signs
= ('+', '-', '')
131
s = random.choice(
signs
)
143
s += random.choice(
signs
)
/third_party/python/Lib/test/
H
A
D
test_strtod.py
218
signs
= ('+', '-', '')
224
s = random.choice(
signs
)
236
s += random.choice(
signs
)
/third_party/ffmpeg/libavcodec/
H
A
D
g723_1dec.c
807
int
signs
[SUBFRAMES / 2 * 11], pos[SUBFRAMES / 2 * 11];
in generate_noise()
local
827
signs
[i * 11 + j] = ((t & 1) * 2 - 1) * (1 << 14);
in generate_noise()
885
b0 += tmp[pos[(i / 2) * 11 + j]] *
signs
[(i / 2) * 11 + j];
in generate_noise()
915
(x *
signs
[idx] >> 15));
in generate_noise()
H
A
D
speexdec.c
324
int
signs
[10], ind[10];
in split_cb_shape_sign_unquant()
local
336
signs
[i] = have_sign ? get_bits1(gb) : 0;
in split_cb_shape_sign_unquant()
341
const float s =
signs
[i] ? -1.f : 1.f;
in split_cb_shape_sign_unquant()
/third_party/node/
H
A
D
vcbuild.bat
93
if /i "%1"=="nosign" set "sign="&echo Note: vcbuild no longer
signs
by default. "nosign" is redundant.&goto arg-ok
Completed in 9 milliseconds