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:kDenormalExponent
(Results
1 - 6
of
6
) sorted by relevance
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H
A
D
ieee.h
115
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
217
return physical_significand_is_zero && (Exponent() !=
kDenormalExponent
);
in LowerBoundaryIsCloser()
229
if (order >= (
kDenormalExponent
+ kSignificandSize)) {
in SignificandSizeForOrderOfMagnitude()
232
if (order <=
kDenormalExponent
) return 0;
in SignificandSizeForOrderOfMagnitude()
233
return order -
kDenormalExponent
;
in SignificandSizeForOrderOfMagnitude()
245
static const int
kDenormalExponent
= -kExponentBias + 1;
member in double_conversion::Double
266
if (exponent <
kDenormalExponent
) {
in DiyFpToUint64()
269
while (exponent >
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
274
if (exponent ==
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
314
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
431
static const int
kDenormalExponent
= -kExponentBias + 1;
global()
member in double_conversion::Single
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
double-conversion-ieee.h
129
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
231
return physical_significand_is_zero && (Exponent() !=
kDenormalExponent
);
in LowerBoundaryIsCloser()
243
if (order >= (
kDenormalExponent
+ kSignificandSize)) {
in SignificandSizeForOrderOfMagnitude()
246
if (order <=
kDenormalExponent
) return 0;
in SignificandSizeForOrderOfMagnitude()
247
return order -
kDenormalExponent
;
in SignificandSizeForOrderOfMagnitude()
259
static const int
kDenormalExponent
= -kExponentBias + 1;
member in double_conversion::Double
280
if (exponent <
kDenormalExponent
) {
in DiyFpToUint64()
283
while (exponent >
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
288
if (exponent ==
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
328
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
445
static const int
kDenormalExponent
= -kExponentBias + 1;
global()
member in double_conversion::Single
[all...]
/third_party/node/deps/icu-small/source/i18n/
H
A
D
double-conversion-ieee.h
129
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
231
return physical_significand_is_zero && (Exponent() !=
kDenormalExponent
);
in LowerBoundaryIsCloser()
243
if (order >= (
kDenormalExponent
+ kSignificandSize)) {
in SignificandSizeForOrderOfMagnitude()
246
if (order <=
kDenormalExponent
) return 0;
in SignificandSizeForOrderOfMagnitude()
247
return order -
kDenormalExponent
;
in SignificandSizeForOrderOfMagnitude()
259
static const int
kDenormalExponent
= -kExponentBias + 1;
member in double_conversion::Double
280
if (exponent <
kDenormalExponent
) {
in DiyFpToUint64()
283
while (exponent >
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
288
if (exponent ==
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
328
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
445
static const int
kDenormalExponent
= -kExponentBias + 1;
global()
member in double_conversion::Single
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
double-conversion-ieee.h
129
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
223
return physical_significand_is_zero && (Exponent() !=
kDenormalExponent
);
in LowerBoundaryIsCloser()
235
if (order >= (
kDenormalExponent
+ kSignificandSize)) {
in SignificandSizeForOrderOfMagnitude()
238
if (order <=
kDenormalExponent
) return 0;
in SignificandSizeForOrderOfMagnitude()
239
return order -
kDenormalExponent
;
in SignificandSizeForOrderOfMagnitude()
251
static const int
kDenormalExponent
= -kExponentBias + 1;
member in double_conversion::Double
267
if (exponent <
kDenormalExponent
) {
in DiyFpToUint64()
270
while (exponent >
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
275
if (exponent ==
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
in DiyFpToUint64()
315
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
424
static const int
kDenormalExponent
= -kExponentBias + 1;
global()
member in double_conversion::Single
[all...]
/third_party/node/deps/v8/src/base/numbers/
H
A
D
double.h
77
if (IsDenormal()) return
kDenormalExponent
;
in Exponent()
136
if (significand_is_zero && v.e() !=
kDenormalExponent
) {
in NormalizedBoundaries()
162
if (order >= (
kDenormalExponent
+ kSignificandSize)) {
in SignificandSizeForOrderOfMagnitude()
165
if (order <=
kDenormalExponent
) return 0;
in SignificandSizeForOrderOfMagnitude()
166
return order -
kDenormalExponent
;
in SignificandSizeForOrderOfMagnitude()
171
static constexpr int
kDenormalExponent
= -kExponentBias + 1;
member in v8::base::Double
189
if (exponent <
kDenormalExponent
) {
192
while (exponent >
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
197
if (exponent ==
kDenormalExponent
&& (significand & kHiddenBit) == 0) {
/third_party/json/tests/src/
H
A
D
unit-to_chars.cpp
42
constexpr int
kDenormalExponent
= 1 - kExponentBias;
in make_float()
local
54
if (e <
kDenormalExponent
)
in make_float()
58
while (e >
kDenormalExponent
&& (f & kHiddenBit) == 0)
in make_float()
64
uint64_t biased_exponent = (e ==
kDenormalExponent
&& (f & kHiddenBit) == 0)
in make_float()
94
constexpr int
kDenormalExponent
= 1 - kExponentBias;
in make_double()
local
106
if (e <
kDenormalExponent
)
in make_double()
110
while (e >
kDenormalExponent
&& (f & kHiddenBit) == 0)
in make_double()
116
uint64_t biased_exponent = (e ==
kDenormalExponent
&& (f & kHiddenBit) == 0)
in make_double()
Completed in 6 milliseconds