Home
last modified time | relevance | path

Searched refs:cpp_num_part (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dexpr.c26 #define PART_PRECISION (sizeof (cpp_num_part) * CHAR_BIT)
27 #define HALF_MASK (~(cpp_num_part) 0 >> (PART_PRECISION / 2))
44 static cpp_num num_part_mul (cpp_num_part, cpp_num_part);
386 cpp_num_part max; in cpp_interpret_integer()
409 max = ~(cpp_num_part) 0; in cpp_interpret_integer()
463 cpp_num_part add_high, add_low; in append_digit()
635 result.low |= ~(~(cpp_num_part) 0 in eval_token()
637 result.high = ~(cpp_num_part) 0; in eval_token()
1081 num.high &= ((cpp_num_part) 1 << precision) - 1; in num_trim()
1086 num.low &= ((cpp_num_part) 1 << precision) - 1; in num_trim()
[all …]
H A Dinit.c401 size_t max_precision = 2 * CHAR_BIT * sizeof (cpp_num_part); in sanity_checks()
432 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c26 #define PART_PRECISION (sizeof (cpp_num_part) * CHAR_BIT)
27 #define HALF_MASK (~(cpp_num_part) 0 >> (PART_PRECISION / 2))
44 static cpp_num num_part_mul PARAMS ((cpp_num_part, cpp_num_part));
359 cpp_num_part max;
382 max = ~(cpp_num_part) 0;
440 cpp_num_part add_high, add_low;
612 result.low |= ~(~(cpp_num_part) 0
614 result.high = ~(cpp_num_part) 0;
1084 num.high &= ((cpp_num_part) 1 << precision) - 1;
1089 num.low &= ((cpp_num_part) 1 << precision) - 1;
[all …]
H A Dcpplib.h602 typedef unsigned HOST_WIDE_INT cpp_num_part; typedef
606 cpp_num_part high;
607 cpp_num_part low;
H A Dcppinit.c909 size_t max_precision = 2 * CHAR_BIT * sizeof (cpp_num_part);
939 if (sizeof (cppchar_t) > sizeof (cpp_num_part))
H A DChangeLog.74894 * cpphash.h (cpp_num_part): Move to cpplib.h.
4897 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
5315 * cppexp.c (cpp_num_part): Move typedef ...
5341 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h716 typedef unsigned HOST_WIDE_INT cpp_num_part; typedef
720 cpp_num_part high;
721 cpp_num_part low;