OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lower_boundary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/test/cctest/
test-strtod.cc
398
DiyFp
lower_boundary
;
local
406
d.NormalizedBoundaries(&
lower_boundary
, &upper_boundary);
407
return CompareBignumToDiyFp(input_digits, exponent,
lower_boundary
) <= 0;
413
d.NormalizedBoundaries(&
lower_boundary
, &upper_boundary);
417
d.NormalizedBoundaries(&
lower_boundary
, &upper_boundary);
419
return CompareBignumToDiyFp(input_digits, exponent,
lower_boundary
) >= 0 &&
422
return CompareBignumToDiyFp(input_digits, exponent,
lower_boundary
) > 0 &&
/external/v8/test/cctest/
test-strtod.cc
373
DiyFp
lower_boundary
;
local
381
d.NormalizedBoundaries(&
lower_boundary
, &upper_boundary);
382
return CompareBignumToDiyFp(input_digits, exponent,
lower_boundary
) <= 0;
388
d.NormalizedBoundaries(&
lower_boundary
, &upper_boundary);
392
d.NormalizedBoundaries(&
lower_boundary
, &upper_boundary);
394
return CompareBignumToDiyFp(input_digits, exponent,
lower_boundary
) >= 0 &&
397
return CompareBignumToDiyFp(input_digits, exponent,
lower_boundary
) > 0 &&
Completed in 203 milliseconds