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:AsUint64
(Results
1 - 25
of
32
) sorted by relevance
1
2
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H
A
D
ieee.h
86
uint64_t
AsUint64
() const {
in AsUint64()
function in double_conversion::Double
117
uint64_t d64 =
AsUint64
();
in Exponent()
124
uint64_t d64 =
AsUint64
();
in Significand()
135
uint64_t d64 =
AsUint64
();
in IsDenormal()
142
uint64_t d64 =
AsUint64
();
in IsSpecial()
147
uint64_t d64 =
AsUint64
();
in IsNan()
154
return IsNan() && ((
AsUint64
() & kQuietNanBit) == 0);
in IsQuietNan()
156
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsQuietNan()
162
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsSignalingNan()
164
return IsNan() && ((
AsUint64
()
in IsSignalingNan()
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
double-conversion-ieee.h
100
uint64_t
AsUint64
() const {
in AsUint64()
function in double_conversion::Double
131
uint64_t d64 =
AsUint64
();
in Exponent()
138
uint64_t d64 =
AsUint64
();
in Significand()
149
uint64_t d64 =
AsUint64
();
in IsDenormal()
156
uint64_t d64 =
AsUint64
();
in IsSpecial()
161
uint64_t d64 =
AsUint64
();
in IsNan()
168
return IsNan() && ((
AsUint64
() & kQuietNanBit) == 0);
in IsQuietNan()
170
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsQuietNan()
176
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsSignalingNan()
178
return IsNan() && ((
AsUint64
()
in IsSignalingNan()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H
A
D
double-conversion-ieee.h
100
uint64_t
AsUint64
() const {
in AsUint64()
function in double_conversion::Double
131
uint64_t d64 =
AsUint64
();
in Exponent()
138
uint64_t d64 =
AsUint64
();
in Significand()
149
uint64_t d64 =
AsUint64
();
in IsDenormal()
156
uint64_t d64 =
AsUint64
();
in IsSpecial()
161
uint64_t d64 =
AsUint64
();
in IsNan()
168
return IsNan() && ((
AsUint64
() & kQuietNanBit) == 0);
in IsQuietNan()
170
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsQuietNan()
176
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsSignalingNan()
178
return IsNan() && ((
AsUint64
()
in IsSignalingNan()
[all...]
/third_party/node/deps/v8/src/base/numbers/
H
A
D
double.h
60
uint64_t
AsUint64
() const { return d64_; }
in AsUint64()
function in v8::base::Double
79
uint64_t d64 =
AsUint64
();
in Exponent()
86
uint64_t d64 =
AsUint64
();
in Significand()
97
uint64_t d64 =
AsUint64
();
in IsDenormal()
104
uint64_t d64 =
AsUint64
();
in IsSpecial()
109
uint64_t d64 =
AsUint64
();
in IsInfinite()
115
uint64_t d64 =
AsUint64
();
in Sign()
H
A
D
bignum-dtoa.cc
394
uint64_t v_bits = Double(v).
AsUint64
();
in InitialScaledStartValuesPositiveExponent()
442
uint64_t v_bits = Double(v).
AsUint64
();
in InitialScaledStartValuesNegativeExponentPositivePower()
499
uint64_t v_bits = Double(v).
AsUint64
();
in InitialScaledStartValuesNegativeExponentNegativePower()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
double-conversion-ieee.h
100
uint64_t
AsUint64
() const {
in AsUint64()
function in double_conversion::Double
131
uint64_t d64 =
AsUint64
();
in Exponent()
138
uint64_t d64 =
AsUint64
();
in Significand()
149
uint64_t d64 =
AsUint64
();
in IsDenormal()
156
uint64_t d64 =
AsUint64
();
in IsSpecial()
161
uint64_t d64 =
AsUint64
();
in IsNan()
167
return IsNan() && ((
AsUint64
() & kQuietNanBit) != 0);
in IsQuietNan()
171
return IsNan() && ((
AsUint64
() & kQuietNanBit) == 0);
in IsSignalingNan()
176
uint64_t d64 =
AsUint64
();
in IsInfinite()
182
uint64_t d64 =
AsUint64
();
in Sign()
[all...]
/third_party/vk-gl-cts/external/amber/src/include/amber/
H
A
D
value.h
47
uint64_t
AsUint64
() const { return static_cast<uint64_t>(uint_value_); }
in AsUint64()
function in amber::Value
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
tokenizer.h
70
uint64_t
AsUint64
() const { return static_cast<uint64_t>(uint_value_); }
in AsUint64()
function in amber::Token
H
A
D
buffer.cc
372
*(ValuesAs<uint64_t>(ptr)) = value.
AsUint64
();
in WriteValueFromComponent()
H
A
D
verifier.cc
100
const T val = value.IsInteger() ? static_cast<T>(value.
AsUint64
())
in CheckActualValue()
H
A
D
tokenizer_test.cc
424
EXPECT_EQ(std::numeric_limits<uint64_t>::max(), next->
AsUint64
());
in TEST_F()
H
A
D
pipeline.cc
926
v.SetIntValue((arg_info.value.
AsUint64
() >> (i * 8)) & 0xff);
in GenerateOpenCLPodBuffers()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H
A
D
parser.cc
288
if (token->
AsUint64
() >
in ProcessIndicesBlock()
422
v.SetIntValue(token->
AsUint64
());
in ProcessVertexDataBlock()
H
A
D
command_parser.cc
511
v.SetIntValue(token->
AsUint64
());
in ParseValues()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H
A
D
parser_expect_test.cc
1302
EXPECT_EQ(0, probe->GetValues()[0].
AsUint64
());
in TEST_F()
1303
EXPECT_EQ(1, probe->GetValues()[1].
AsUint64
());
in TEST_F()
1304
EXPECT_EQ(2, probe->GetValues()[2].
AsUint64
());
in TEST_F()
1305
EXPECT_EQ(3, probe->GetValues()[3].
AsUint64
());
in TEST_F()
H
A
D
parser.cc
242
uint64_t val = token->IsHex() ? token->AsHex() : token->
AsUint64
();
in ParseBufferData()
1290
descriptor_offsets[i] = token->
AsUint64
();
in ParsePipelineBind()
1310
descriptor_ranges[i] = token->
AsUint64
();
in ParsePipelineBind()
1578
value.SetIntValue(token->
AsUint64
());
in ParsePipelineSet()
2435
values[i].SetIntValue(token->
AsUint64
());
in ParseBufferInitializerFill()
2465
counter.SetIntValue(token->
AsUint64
());
in ParseBufferInitializerSeries()
2489
uint64_t value = counter.
AsUint64
();
in ParseBufferInitializerSeries()
2491
counter.SetIntValue(value + token->
AsUint64
());
in ParseBufferInitializerSeries()
2942
uint64_t val = token->IsHex() ? token->AsHex() : token->
AsUint64
();
in ParseValues()
/third_party/node/deps/v8/src/codegen/
H
A
D
constant-pool.h
36
value64_(value.
AsUint64
()),
in ConstantPoolEntry()
/third_party/node/deps/v8/src/objects/
H
A
D
bigint.h
221
uint64_t
AsUint64
(bool* lossless = nullptr);
H
A
D
bigint.cc
1566
uint64_t BigInt::
AsUint64
(bool* lossless) {
/third_party/node/deps/v8/src/compiler/
H
A
D
heap-refs.cc
507
as_uint64_(object->
AsUint64
(nullptr)) {}
in BigIntData()
509
uint64_t
AsUint64
() const { return as_uint64_; }
in AsUint64()
function in v8::internal::compiler::BigIntData
1421
BIMODAL_ACCESSOR_C(BigInt, uint64_t,
AsUint64
)
H
A
D
heap-refs.h
662
uint64_t
AsUint64
() const;
H
A
D
representation-change.cc
1126
jsgraph()->Int64Constant(static_cast<int64_t>(bigint.
AsUint64
())));
in GetWord64RepresentationFor()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-atomics.cc
251
return Handle<BigInt>::cast(bigint)->
AsUint64
();
in FromObject()
/third_party/vixl/src/aarch64/
H
A
D
operands-aarch64.h
802
uint64_t
AsUint64
() const { return AsUintN(64); }
in AsUint64()
function in vixl::aarch64::IntegerOperand
/third_party/node/deps/v8/src/compiler/backend/ia32/
H
A
D
code-generator-ia32.cc
4325
__ Move(dst, src.ToFloat64().
AsUint64
());
in AssembleMove()
4341
uint64_t constant_value = src.ToFloat64().
AsUint64
();
in AssembleMove()
Completed in 42 milliseconds
1
2