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
defs:minus_one
(Results
1 - 9
of
9
) sorted by relevance
/third_party/elfutils/tests/
H
A
D
leb128.c
55
static const unsigned char
minus_one
[] =
variable
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
cost_neon.c
24
const int16x8_t
minus_one
= vdupq_n_s16(-1);
in SetResidualCoeffs_NEON()
local
/third_party/mesa3d/src/broadcom/cle/
H
A
D
v3d_decoder.h
129
bool
minus_one
;
member
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H
A
D
stw_wgl.c
227
FIXED one,
minus_one
, zero;
in wglUseFontBitmapsW()
local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_arit.c
1790
LLVMValueRef
minus_one
= lp_build_const_vec(bld->gallivm, type, -1.0);
in lp_build_sgn()
local
/third_party/node/deps/v8/src/compiler/
H
A
D
simplified-lowering.cc
4600
Node* const
minus_one
= jsgraph()->Float64Constant(-1.0);
in Float64Sign()
local
4633
Node* const
minus_one
= jsgraph()->Int32Constant(-1);
in Int32Div()
local
4706
Node* const
minus_one
= jsgraph()->Int32Constant(-1);
in Int32Mod()
local
4802
Node* const
minus_one
= jsgraph()->Int32Constant(-1);
in Int32Sign()
local
4837
Node* const
minus_one
in Uint32Mod()
local
[all...]
H
A
D
wasm-compiler.cc
2797
Node* const
minus_one
= Int32Constant(-1);
in BuildI32AsmjsRemS()
local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cDirectStateAccessTexturesTests.cpp
12362
glw::GLfloat
minus_one
= -1.f;
in Testfv()
local
12486
glw::GLint
minus_one
= -1;
in Testiv()
local
12610
glw::GLint
minus_one
= -1;
in TestIiv()
local
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
mpdecimal.c
100
static const mpd_t
minus_one
= {MPD_NEG|MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1,
variable
Completed in 77 milliseconds