Home
last modified time | relevance | path

Searched refs:TYPE_FBIT (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-cppbuiltin.c387 builtin_define_with_int_value (name, TYPE_FBIT (type)); 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()
422 sprintf (new_buf, "P-%d%s", TYPE_FBIT (type), suffix); in builtin_define_fixed_point_constants()
426 sprintf (buf, "0x1P-%d%s", TYPE_FBIT (type), suffix); in builtin_define_fixed_point_constants()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-cppbuiltin.c393 builtin_define_with_int_value (name, TYPE_FBIT (type)); 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()
428 sprintf (new_buf, "P-%d%s", TYPE_FBIT (type), suffix); in builtin_define_fixed_point_constants()
432 sprintf (buf, "0x1P-%d%s", TYPE_FBIT (type), suffix); in builtin_define_fixed_point_constants()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h2209 #define TYPE_FBIT(NODE) (GET_MODE_FBIT (TYPE_MODE (NODE))) macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.h1924 #define TYPE_FBIT(NODE) (GET_MODE_FBIT (TYPE_MODE (NODE))) macro
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi464 @code{TYPE_FBIT}, and the number of integral bits is given by @code{TYPE_IBIT}.