Searched refs:TYPE_IBIT (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-cppbuiltin.c | 390 builtin_define_with_int_value (name, TYPE_IBIT (type)); in builtin_define_fixed_point_constants() 407 sprintf (buf, "(-0X1P%d%s-0X1P%d%s)", TYPE_IBIT (type) - 1, suffix, in builtin_define_fixed_point_constants() 408 TYPE_IBIT (type) - 1, suffix); in builtin_define_fixed_point_constants() 417 mod = (TYPE_FBIT (type) + TYPE_IBIT (type)) % 4; in builtin_define_fixed_point_constants() 420 for (i = 0; i < (TYPE_FBIT (type) + TYPE_IBIT (type)) / 4; i++) in builtin_define_fixed_point_constants()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-cppbuiltin.c | 396 builtin_define_with_int_value (name, TYPE_IBIT (type)); in builtin_define_fixed_point_constants() 413 sprintf (buf, "(-0X1P%d%s-0X1P%d%s)", TYPE_IBIT (type) - 1, suffix, in builtin_define_fixed_point_constants() 414 TYPE_IBIT (type) - 1, suffix); in builtin_define_fixed_point_constants() 423 mod = (TYPE_FBIT (type) + TYPE_IBIT (type)) % 4; in builtin_define_fixed_point_constants() 426 for (i = 0; i < (TYPE_FBIT (type) + TYPE_IBIT (type)) / 4; i++) in builtin_define_fixed_point_constants()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree.h | 2208 #define TYPE_IBIT(NODE) (GET_MODE_IBIT (TYPE_MODE (NODE))) macro
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree.h | 1923 #define TYPE_IBIT(NODE) (GET_MODE_IBIT (TYPE_MODE (NODE))) macro
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | generic.texi | 464 @code{TYPE_FBIT}, and the number of integral bits is given by @code{TYPE_IBIT}.
|