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

  /external/chromium_org/v8/src/
types.cc 359 bool mz = SEMANTIC(bits & kMinusZero);
361 if (Is(SEMANTIC(mins[i].bits), bits)) {
380 if (Is(SEMANTIC(mins[i].bits), bits)) {
992 case SEMANTIC(k##type): return #type;
1017 #define BITSET_CONSTANT(type, value) SEMANTIC(k##type),
1043 BitsetType::Print(os, SEMANTIC(this->AsBitset()));
    [all...]
types.h 24 // Types consist of two dimensions: semantic (value range) and representation.
28 // SEMANTIC DIMENSION
30 // The following equations and inequations hold for the semantic axis:
86 // That holds because the semantic type constructors defined by the API create
88 // representation types initially include all semantic ranges. Representations
89 // can then e.g. be narrowed for a given semantic type using intersection:
158 V(Semantic, 0x007ffffeu)
161 #define SEMANTIC(k) ((k) & BitsetType::kSemantic)
    [all...]

Completed in 520 milliseconds