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:kExponentBias
(Results
1 - 9
of
9
) sorted by relevance
/third_party/json/tests/src/
H
A
D
unit-to_chars.cpp
41
constexpr int
kExponentBias
= 0x7F + kPhysicalSignificandSize;
in make_float()
local
93
constexpr int
kExponentBias
= 0x3FF + kPhysicalSignificandSize;
in make_double()
local
/third_party/node/deps/v8/src/objects/
H
A
D
heap-number.h
52
static const int
kExponentBias
= 1023;
member in v8::internal::HeapNumber
/third_party/skia/third_party/externals/tint/src/writer/
H
A
D
float_to_string.cc
90
const int
kExponentBias
= 127;
in FloatToBitPreservingString()
local
/third_party/node/deps/v8/src/base/numbers/
H
A
D
double.h
170
static constexpr int
kExponentBias
= 0x3FF + kPhysicalSignificandSize;
member in v8::base::Double
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H
A
D
ieee.h
51
static const int
kExponentBias
= 0x3FF + kPhysicalSignificandSize;
member in double_conversion::Double
430
static const int
kExponentBias
= 0x7F + kPhysicalSignificandSize;
member in double_conversion::Single
/third_party/icu/icu4c/source/i18n/
H
A
D
double-conversion-ieee.h
65
static const int
kExponentBias
= 0x3FF + kPhysicalSignificandSize;
member in double_conversion::Double
444
static const int
kExponentBias
= 0x7F + kPhysicalSignificandSize;
member in double_conversion::Single
/third_party/node/deps/icu-small/source/i18n/
H
A
D
double-conversion-ieee.h
65
static const int
kExponentBias
= 0x3FF + kPhysicalSignificandSize;
member in double_conversion::Double
444
static const int
kExponentBias
= 0x7F + kPhysicalSignificandSize;
member in double_conversion::Single
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
double-conversion-ieee.h
65
static const int
kExponentBias
= 0x3FF + kPhysicalSignificandSize;
member in double_conversion::Double
423
static const int
kExponentBias
= 0x7F + kPhysicalSignificandSize;
member in double_conversion::Single
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H
A
D
lexer.cc
322
constexpr int32_t
kExponentBias
= 127;
in try_hex_float()
local
Completed in 8 milliseconds