Searched refs:ROUNDING_TYPE_BITS (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_plural_rules.h | 47 static constexpr size_t ROUNDING_TYPE_BITS = 3;
member in panda::ecmascript::JSPluralRules 49 FIRST_BIT_FIELD(BitField, RoundingType, RoundingType, ROUNDING_TYPE_BITS) |
H A D | js_number_format.h | 98 static constexpr size_t ROUNDING_TYPE_BITS = 3; member in panda::ecmascript::JSNumberFormat 106 NEXT_BIT_FIELD(BitField, RoundingType, RoundingType, ROUNDING_TYPE_BITS, Notation) |
Completed in 2 milliseconds