Searched refs:cpp_num_part (Results 1 – 6 of 6) sorted by relevance
25 #define PART_PRECISION (sizeof (cpp_num_part) * CHAR_BIT)26 #define HALF_MASK (~(cpp_num_part) 0 >> (PART_PRECISION / 2))44 static cpp_num num_part_mul (cpp_num_part, cpp_num_part);654 cpp_num_part max; in cpp_interpret_integer()677 max = ~(cpp_num_part) 0; in cpp_interpret_integer()750 cpp_num_part add_high, add_low; in append_digit()949 result.low |= ~(~(cpp_num_part) 0 in eval_token()951 result.high = ~(cpp_num_part) 0; in eval_token()1436 num.high &= ((cpp_num_part) 1 << precision) - 1; in num_trim()1441 num.low &= ((cpp_num_part) 1 << precision) - 1; in num_trim()[all …]
506 size_t max_precision = 2 * CHAR_BIT * sizeof (cpp_num_part); in sanity_checks()537 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
24 #define PART_PRECISION (sizeof (cpp_num_part) * CHAR_BIT)25 #define HALF_MASK (~(cpp_num_part) 0 >> (PART_PRECISION / 2))43 static cpp_num num_part_mul (cpp_num_part, cpp_num_part);860 cpp_num_part max; in cpp_interpret_integer()883 max = ~(cpp_num_part) 0; in cpp_interpret_integer()958 cpp_num_part add_high, add_low; in append_digit()1161 result.low |= ~(~(cpp_num_part) 0 in eval_token()1163 result.high = ~(cpp_num_part) 0; in eval_token()1665 num.high &= ((cpp_num_part) 1 << precision) - 1; in num_trim()1670 num.low &= ((cpp_num_part) 1 << precision) - 1; in num_trim()[all …]
559 size_t max_precision = 2 * CHAR_BIT * sizeof (cpp_num_part); in sanity_checks()590 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
799 typedef unsigned HOST_WIDE_INT cpp_num_part; typedef803 cpp_num_part high;804 cpp_num_part low;
941 typedef uint64_t cpp_num_part; typedef945 cpp_num_part high;946 cpp_num_part low;