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:HALF
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
class.cpp
65
constexpr uint64_t
HALF
= 32ULL;
in CalcUniqId()
local
67
uid <<=
HALF
;
in CalcUniqId()
local
76
constexpr uint64_t
HALF
= 32ULL;
in CalcUniqId()
local
77
constexpr uint64_t NO_FILE = 0xFFFFFFFFULL <<
HALF
;
in CalcUniqId()
H
A
D
method.cpp
187
auto constexpr
HALF
= 32ULL;
in CalcUniqId()
local
188
constexpr uint64_t NO_FILE = 0xFFFFFFFFULL <<
HALF
;
in CalcUniqId()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
field.h
144
constexpr uint64_t
HALF
= 32ULL;
in CalcUniqId()
local
146
uid <<=
HALF
;
in CalcUniqId()
local
H
A
D
method.h
765
constexpr uint64_t
HALF
= 32ULL;
in CalcUniqId()
local
767
uid <<=
HALF
;
in CalcUniqId()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H
A
D
ets_intrinsics_helpers.h
42
inline constexpr double
HALF
= 0.5;
member
254
if (fraction >
HALF
&& fraction + delta > 1) {
in DecimalsToString()
370
float delta = static_cast<FpType>(
HALF
) * (bit_cast<FpType>(value) - number);
in FpDelta()
/arkcompiler/ets_runtime/ecmascript/base/
H
A
D
number_helper.h
43
static constexpr double
HALF
= 0.5;
member
H
A
D
number_helper.cpp
192
double delta =
HALF
* (bit_cast<double>(value) - number);
202
bool needCarry = (fraction >
HALF
) && (fraction + delta > 1);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_sampling.cpp
224
return static_cast<unsigned int>(count * scale + base::
HALF
);
in AdjustSampleCount()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_arraybuffer.cpp
850
constexpr double
HALF
= 0.5;
in FastSetValueInBufferForUint8Clamped()
local
851
val = val ==
HALF
? 0 : std::round(val);
in FastSetValueInBufferForUint8Clamped()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.cpp
1827
double constexpr
HALF
= 0.5;
in CreateRoundArm64()
local
1828
auto half = llvm::ConstantFP::get(sourceType,
HALF
);
in CreateRoundArm64()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
108
base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::
HALF
== (doubleExponent / 2)) { // 2: half
in RuntimeExp()
H
A
D
runtime_stubs.cpp
909
base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::
HALF
== // 2 : half
in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter-inl.cpp
2187
bool halfTruncEqual = (base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::
HALF
) ==
in RunInternal()
H
A
D
interpreter_assembly.cpp
1533
bool halfTruncEqual = (base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::
HALF
) ==
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
16887
t[t.
HALF
= 4] = "
HALF
";
[all...]
Completed in 86 milliseconds