OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:double_constants
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/
assembler.cc
103
static void Construct(DoubleConstant*
double_constants
) {
104
double_constants
->min_int = kMinInt;
105
double_constants
->one_half = 0.5;
106
double_constants
->minus_zero = -0.0;
107
double_constants
->uint8_max_value = 255;
108
double_constants
->zero = 0.0;
109
double_constants
->canonical_non_hole_nan = OS::nan_value();
110
double_constants
->the_hole_nan = BitCast<double>(kHoleNanInt64);
111
double_constants
->negative_infinity = -V8_INFINITY;
116
double_constants
= LAZY_INSTANCE_INITIALIZER
member in namespace:v8::internal
[
all
...]
Completed in 150 milliseconds