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

  /external/chromium_org/v8/test/cctest/
test-strtod.cc 399 DiyFp upper_boundary; local
406 d.NormalizedBoundaries(&lower_boundary, &upper_boundary);
413 d.NormalizedBoundaries(&lower_boundary, &upper_boundary);
414 return CompareBignumToDiyFp(input_digits, exponent, upper_boundary) >= 0;
417 d.NormalizedBoundaries(&lower_boundary, &upper_boundary);
420 CompareBignumToDiyFp(input_digits, exponent, upper_boundary) <= 0;
423 CompareBignumToDiyFp(input_digits, exponent, upper_boundary) < 0;
  /external/v8/test/cctest/
test-strtod.cc 374 DiyFp upper_boundary; local
381 d.NormalizedBoundaries(&lower_boundary, &upper_boundary);
388 d.NormalizedBoundaries(&lower_boundary, &upper_boundary);
389 return CompareBignumToDiyFp(input_digits, exponent, upper_boundary) >= 0;
392 d.NormalizedBoundaries(&lower_boundary, &upper_boundary);
395 CompareBignumToDiyFp(input_digits, exponent, upper_boundary) <= 0;
398 CompareBignumToDiyFp(input_digits, exponent, upper_boundary) < 0;

Completed in 572 milliseconds