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:IsNegative
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
gate_matchers.h
200
bool
IsNegative
() const
in IsNegative()
function
238
bool
IsNegative
() const
in IsNegative()
function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_const.h
146
bool
IsNegative
() const
in IsNegative()
function in maple::MIRIntConst
153
return !
IsNegative
() && value != 0;
in IsPositive()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
bounds_analysis.cpp
194
if (!range.IsConst() || range.
IsNegative
()) {
in Shr()
214
if (!range.IsConst() || range.
IsNegative
()) {
in AShr()
226
if (!range.IsConst() || range.
IsNegative
()) {
in Shl()
323
bool BoundsRange::
IsNegative
() const
in IsNegative()
function in ark::compiler::BoundsRange
1376
} else if (IsLenArray(input0) && range1.
IsNegative
()) {
in CalcNewBoundsRangeAdd()
1378
} else if (IsLenArray(input1) && range0.
IsNegative
()) {
in CalcNewBoundsRangeAdd()
H
A
D
bounds_analysis.h
104
bool
IsNegative
() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H
A
D
aarch64_mop_split.h
105
if (immOpnd->
IsNegative
()) {
in AddInsnSplit()
206
if (immOpnd->
IsNegative
()) {
in SubInsnSplit()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
checks_elimination.cpp
369
if (indexRange.
IsNegative
() || indexRange.IsMoreOrEqual(lenArrayRange)) {
in VisitBoundsCheck()
700
result = range.
IsNegative
();
in TryRemoveCheckByBounds()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
operand.h
656
bool
IsNegative
() const
in IsNegative()
function in maplebe::ImmOperand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_cgfunc.cpp
1427
if (immOpnd->
IsNegative
()) {
in SelectAdd()
1513
if (immOpnd->
IsNegative
()) {
in SelectSub()
3983
if (intOfst->GetExtValue() > INT32_MAX || intOfst->
IsNegative
()) {
Completed in 19 milliseconds