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:doubleValue
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/
H
A
D
bit_helper_test.cpp
142
double
doubleValue
= -257.93458301390463;
in HWTEST_F_L0()
local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H
A
D
ets_to_string_cache_test.cpp
402
auto
doubleValue
= static_cast<double>(value);
in TEST_F()
local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H
A
D
builtins_dataview_stub_builder.cpp
81
GateRef
doubleValue
= TaggedGetNumber(value);
in SetTypedValue()
local
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_tagged_value.cpp
397
double
doubleValue
= GetNumber();
in WithinInt32()
local
H
A
D
js_object-inl.h
251
double
doubleValue
= value.GetInt();
in ConvertValueWithRep()
local
H
A
D
js_hclass.cpp
823
double
doubleValue
= value->GetInt();
in ConvertOrTransitionWithRep()
local
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
mcr_lowering.cpp
1150
GateRef
doubleValue
= builder_.GetDoubleOfTDouble(value);
in LowerMigrateFromHeapValueToRawValue()
local
H
A
D
number_speculative_retype.cpp
1096
double
doubleValue
= static_cast<double>(rawValue);
in TryConvertConstant()
local
1252
GateRef
doubleValue
= builder_.CheckTaggedDoubleAndConvertToFloat64(gate);
in CheckBoundAndConvertToInt32()
local
1265
GateRef
doubleValue
= builder_.CheckTaggedNumberAndConvertToFloat64(gate);
in CheckBoundAndConvertToInt32()
local
H
A
D
circuit_builder.cpp
1505
auto
doubleValue
= GetDoubleOfTDouble(value);
in FastToBoolean()
local
H
A
D
typed_native_inline_lowering.cpp
4091
GateRef
doubleValue
= builder_.GetDoubleOfTInt(value);
in TargetNumberCompareWithArrKind()
local
4096
GateRef
doubleValue
= builder_.GetDoubleOfTNumber(value);
in TargetNumberCompareWithArrKind()
local
H
A
D
stub_builder.cpp
6792
auto
doubleValue
= GetDoubleOfTDouble(value);
in FastToBoolean()
local
6891
auto
doubleValue
= GetDoubleOfTDouble(value);
in FastToBooleanBaseline()
local
7011
auto
doubleValue
= GetDoubleOfTDouble(value);
in FastToBooleanWithProfile()
local
7131
auto
doubleValue
in FastToBooleanWithProfileBaseline()
local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
302
double
doubleValue
= elem->AsNumberLiteral()->Number();
in ProcessArrayExpressionInLiteralArray()
local
325
double
doubleValue
= (-1) * elem->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number();
in ProcessArrayExpressionInLiteralArray()
local
856
double
doubleValue
= value->AsNumberLiteral()->Number();
in CreateEnumProp()
local
864
double
doubleValue
= (-1) * value->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number();
in CreateEnumProp()
local
882
double
doubleValue
= 0.0;
in CreateAnnotationProp()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H
A
D
constantfold.cpp
944
double
doubleValue
= ceil(constValue->GetValue());
in FoldCeil()
local
995
double
doubleValue
= constValue.GetValue();
in FoldFloorMIRConst()
local
1031
double
doubleValue
= round(constValue.GetValue());
FoldRoundMIRConst()
local
1056
double
doubleValue
= round(static_cast<double>(fromValue));
FoldRoundMIRConst()
local
1062
double
doubleValue
= round(static_cast<double>(fromValue));
FoldRoundMIRConst()
local
1099
double
doubleValue
= trunc(constValue->GetValue());
FoldTrunc()
local
1156
double
doubleValue
= static_cast<double>(fromValue->GetValue());
FoldTypeCvtMIRConst()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_sample.cpp
97
double
doubleValue
= doubleObject->Value();
in HWTEST_F_L0()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
1348
auto
doubleValue
= base::bit_cast<double>(value.to_ullong()); // actual double value
in VisitConstant()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
825
auto
doubleValue
= base::bit_cast<double>(value.to_ullong()); // actual double value
in GetConstant()
local
Completed in 59 milliseconds