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

  /external/v8/src/ast/
ast-types.cc 924 double bitset_max = AstBitsetType::Max(number_bits); local
934 if (range_min <= bitset_min && range_max >= bitset_max) {
942 if (bitset_max > range_max) {
943 range_max = bitset_max;
    [all...]
  /external/v8/src/compiler/
types.cc 798 double bitset_max = BitsetType::Max(number_bits); local
808 if (range_min <= bitset_min && range_max >= bitset_max) {
816 if (bitset_max > range_max) {
817 range_max = bitset_max;
    [all...]

Completed in 48 milliseconds