HomeSort by relevance Sort by last modified time
    Searched refs:V8_INFINITY (Results 1 - 22 of 22) sorted by null

  /external/v8/src/runtime/
runtime-futex.cc 30 CHECK(timeout == V8_INFINITY || !std::isnan(timeout));
  /external/v8/src/compiler/
type-cache.h 59 Type* const kInteger = CreateRange(-V8_INFINITY, V8_INFINITY);
64 Type* const kPositiveInteger = CreateRange(0.0, V8_INFINITY);
operation-typer.cc 88 new_min = -V8_INFINITY;
102 new_max = V8_INFINITY;
137 double x = +V8_INFINITY;
152 double x = -V8_INFINITY;
232 (rmin == -V8_INFINITY || rmax == +V8_INFINITY)) ||
234 (lmin == -V8_INFINITY || lmax == +V8_INFINITY));
633 ((lhs->Min() == -V8_INFINITY || lhs->Max() == +V8_INFINITY) &
    [all...]
types.cc 73 double min = +V8_INFINITY;
90 double max = -V8_INFINITY;
355 {kOtherNumber, kPlainNumber, -V8_INFINITY},
437 return +V8_INFINITY;
    [all...]
typer.cc 710 double min = -V8_INFINITY;
711 double max = V8_INFINITY;
    [all...]
js-builtin-reducer.cc     [all...]
machine-operator-reducer.cc 56 Float64Constant(-V8_INFINITY)),
58 return d.Phi(MachineRepresentation::kFloat64, Float64Constant(V8_INFINITY),
    [all...]
  /external/v8/src/
strtod.cc 354 if (guess == V8_INFINITY) {
410 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) return V8_INFINITY;
futex-emulation.cc 97 bool use_timeout = rel_timeout_ms != V8_INFINITY;
globals.h 51 # define V8_INFINITY std::numeric_limits<double>::infinity()
53 # define V8_INFINITY HUGE_VAL
55 #define V8_INFINITY (__builtin_inff())
57 # define V8_INFINITY INFINITY
    [all...]
conversions-inl.h 12 #include "src/globals.h" // Required for V8_INFINITY
613 return (sign == NEGATIVE) ? -V8_INFINITY : V8_INFINITY;
assembler.cc 911 double_constants.negative_infinity = -V8_INFINITY;
    [all...]
utils.h 259 double result = ((x == 0.0) ^ (y > 0)) ? V8_INFINITY : 0;
    [all...]
  /external/v8/src/builtins/
builtins-math.cc 338 if (max == V8_INFINITY) {
339 return *isolate->factory()->NewNumber(V8_INFINITY);
  /external/v8/src/ast/
ast-types.cc 78 double min = +V8_INFINITY;
94 double max = -V8_INFINITY;
347 {kOtherNumber, kPlainNumber, -V8_INFINITY},
435 return +V8_INFINITY;
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]

Completed in 557 milliseconds