Home
last modified time | relevance | path

Searched refs:double_constants (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dassembler.cc114 static DoubleConstant double_constants; variable
882 double_constants.min_int = kMinInt; in SetUp()
883 double_constants.one_half = 0.5; in SetUp()
884 double_constants.minus_one_half = -0.5; in SetUp()
885 double_constants.canonical_non_hole_nan = base::OS::nan_value(); in SetUp()
886 double_constants.the_hole_nan = bit_cast<double>(kHoleNanInt64); in SetUp()
887 double_constants.negative_infinity = -V8_INFINITY; in SetUp()
888 double_constants.uint32_bias = in SetUp()
1222 return ExternalReference(reinterpret_cast<void*>(&double_constants.min_int)); in address_of_min_int()
1227 return ExternalReference(reinterpret_cast<void*>(&double_constants.one_half)); in address_of_one_half()
[all …]