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:kMaxExponent
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrRectanizerPow2.h
45
static const int
kMaxExponent
= 16;
member in final
58
Row fRows[
kMaxExponent
]; // 0-th entry will be unused
66
SkASSERT(index <
kMaxExponent
);
in HeightToRowIndex()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H
A
D
ieee.h
52
static const int
kMaxExponent
= 0x7FF - kExponentBias;
member in double_conversion::Double
263
if (exponent >=
kMaxExponent
) {
in DiyFpToUint64()
432
static const int
kMaxExponent
= 0xFF - kExponentBias;
member in double_conversion::Single
H
A
D
string-to-double.cc
396
if (abs(written_exponent) <= 100 * Double::
kMaxExponent
) {
in RadixStringToIeee()
/third_party/icu/icu4c/source/i18n/
H
A
D
double-conversion-ieee.h
66
static const int
kMaxExponent
= 0x7FF - kExponentBias;
member in double_conversion::Double
277
if (exponent >=
kMaxExponent
) {
in DiyFpToUint64()
446
static const int
kMaxExponent
= 0xFF - kExponentBias;
member in double_conversion::Single
H
A
D
double-conversion-string-to-double.cpp
417
if (abs(written_exponent) <= 100 * Double::
kMaxExponent
) {
in RadixStringToIeee()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
double-conversion-ieee.h
66
static const int
kMaxExponent
= 0x7FF - kExponentBias;
member in double_conversion::Double
277
if (exponent >=
kMaxExponent
) {
in DiyFpToUint64()
446
static const int
kMaxExponent
= 0xFF - kExponentBias;
member in double_conversion::Single
H
A
D
double-conversion-string-to-double.cpp
417
if (abs(written_exponent) <= 100 * Double::
kMaxExponent
) {
in RadixStringToIeee()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
double-conversion-ieee.h
66
static const int
kMaxExponent
= 0x7FF - kExponentBias;
member in double_conversion::Double
264
if (exponent >=
kMaxExponent
) {
in DiyFpToUint64()
425
static const int
kMaxExponent
= 0xFF - kExponentBias;
member in double_conversion::Single
H
A
D
double-conversion-string-to-double.cpp
417
if (abs(written_exponent) <= 100 * Double::
kMaxExponent
) {
in RadixStringToIeee()
/third_party/json/tests/src/
H
A
D
unit-to_chars.cpp
43
constexpr int
kMaxExponent
= 0xFF - kExponentBias;
in make_float()
local
50
if (e >=
kMaxExponent
)
in make_float()
95
constexpr int
kMaxExponent
= 0x7FF - kExponentBias;
in make_double()
local
102
if (e >=
kMaxExponent
)
in make_double()
/third_party/node/deps/v8/src/base/numbers/
H
A
D
double.h
172
static constexpr int
kMaxExponent
= 0x7FF - kExponentBias;
member in v8::base::Double
186
if (exponent >=
kMaxExponent
) {
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
charconv.cc
76
// m * 2**
kMaxExponent
is exactly equal to DBL_MAX.
77
static constexpr int
kMaxExponent
= 971;
member
100
// `exponent` must be between kMinNormalExponent and
kMaxExponent
.
138
static constexpr int
kMaxExponent
= 104;
member
506
if (exponent > FloatTraits<FloatType>::
kMaxExponent
) {
in CalculatedFloatFromRawValues()
Completed in 12 milliseconds