Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Doptabs.c4516 int doing_unsigned = unsignedp; in expand_float() local
4529 icode = scode, doing_unsigned = 0; in expand_float()
4541 doing_unsigned ? UNSIGNED_FLOAT : FLOAT); in expand_float()
4715 int doing_unsigned = unsignedp; in expand_fix() local
4719 icode = can_fix_p (imode, fmode, 0, &must_trunc), doing_unsigned = 0; in expand_fix()
4737 doing_unsigned ? UNSIGNED_FIX : FIX); in expand_fix()