Home
last modified time | relevance | path

Searched refs:SEMANTIC (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dtypes.cc359 bool mz = SEMANTIC(bits & kMinusZero); in Min()
361 if (Is(SEMANTIC(mins[i].bits), bits)) { in Min()
380 if (Is(SEMANTIC(mins[i].bits), bits)) { in Max()
992 case SEMANTIC(k##type): return #type; in Name()
1017 #define BITSET_CONSTANT(type, value) SEMANTIC(k##type), in Print()
1043 BitsetType::Print(os, SEMANTIC(this->AsBitset())); in PrintTo()
Dtypes.h161 #define SEMANTIC(k) ((k) & BitsetType::kSemantic) macro