HomeSort by relevance Sort by last modified time
    Searched defs:kInfinity (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
double.h 66 if (d64_ == kInfinity) return Double(kInfinity).value();
175 static const uint64_t kInfinity = V8_2PART_UINT64_C(0x7FF00000, 00000000);
187 return kInfinity;
  /external/brotli/enc/
backward_references_hq.c 28 static const float kInfinity = 1.7e38f; /* ~= 2 ^ 127 */
43 stub.u.cost = kInfinity;
128 float min_cost_cmd = kInfinity;
218 /* REQUIRES: cost < kInfinity, nodes[start_pos].cost < kInfinity */
298 /* REQUIRES: nodes[pos].cost < kInfinity
328 REQUIRES: nodes[pos].cost < kInfinity
  /external/v8/src/asmjs/
asm-typer.h 40 kInfinity,
  /external/v8/src/regexp/
regexp-ast.h 195 static const int kInfinity = kMaxInt;
381 if (max > 0 && body->max_match() > kInfinity / max) {
382 max_match_ = kInfinity;
527 int max_match() override { return kInfinity; }

Completed in 96 milliseconds