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:isNeg
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
c_string.h
80
bool
isNeg
= true;
in ToCString()
local
83
isNeg
= false;
in ToCString()
89
if (
isNeg
) {
in ToCString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H
A
D
mpl_int_val.h
194
bool
isNeg
= sign && GetSignBit();
in operator /()
local
197
uint64 dividendVal =
isNeg
? (-*this).value : value;
in operator /()
200
return
isNeg
!= isDivisorNeg ? -IntVal(dividendVal / divisorVal, width, sign)
in operator /()
210
bool
isNeg
= sign && GetSignBit();
in operator %()
local
213
uint64 dividendVal =
isNeg
? (-*this).value : value;
in operator %()
216
return
isNeg
? -IntVal(dividendVal % divisorVal, width, sign) : IntVal(dividendVal % divisorVal, width, sign);
in operator %()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
countable_loop_parser.cpp
261
auto
isNeg
= DataType::IsTypeSigned(loopInfo_.update->GetType()) && (cnst & mask) != 0;
in SetIndexAndConstStep()
local
263
if (
isNeg
) {
in SetIndexAndConstStep()
/arkcompiler/ets_runtime/ecmascript/base/
H
A
D
number_helper.cpp
714
bool
isNeg
= false;
717
isNeg
= true;
768
if (
isNeg
) {
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.cpp
623
bool
isNeg
= false;
in EmitMovInstruct()
local
625
isNeg
= true;
in EmitMovInstruct()
638
if (
isNeg
) {
in EmitMovInstruct()
650
if (imm16 == (
isNeg
? HWORD_MASK : 0)) {
in EmitMovInstruct()
Completed in 6 milliseconds