Searched refs:cpp_num_part (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | expr.c | 44 static cpp_num num_part_mul (cpp_num_part, cpp_num_part); 389 cpp_num_part max; in cpp_interpret_integer() 412 max = ~(cpp_num_part) 0; in cpp_interpret_integer() 466 cpp_num_part add_high, add_low; in append_digit() 1127 num.high = ~(cpp_num_part) 0; in cpp_num_sign_extend() 1245 cpp_num_part sign_mask; in num_rshift() 1251 sign_mask = ~(cpp_num_part) 0; in num_rshift() 1425 num_part_mul (cpp_num_part lhs, cpp_num_part rhs) in num_part_mul() 1428 cpp_num_part middle[2], temp; in num_part_mul() 1509 cpp_num_part mask; in num_div_op() [all …]
|
| H A D | init.c | 414 size_t max_precision = 2 * CHAR_BIT * sizeof (cpp_num_part); in sanity_checks() 445 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 729 typedef unsigned HOST_WIDE_INT cpp_num_part; typedef 733 cpp_num_part high; 734 cpp_num_part low;
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2002 | 19341 * cpphash.h (cpp_num_part): Move to cpplib.h. 19344 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID, 19762 * cppexp.c (cpp_num_part): Move typedef ... 19788 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
|