Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c2101 double_int temp, temp_trunc; in fold_convert_const_int_from_fixed() local
2114 temp_trunc = temp.lshift (GET_MODE_FBIT (mode), in fold_convert_const_int_from_fixed()
2121 temp_trunc = double_int_zero; in fold_convert_const_int_from_fixed()
2127 && temp_trunc.is_negative () in fold_convert_const_int_from_fixed()
2128 && TREE_FIXED_CST (arg1).data != temp_trunc) in fold_convert_const_int_from_fixed()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc2106 double_int temp, temp_trunc; in fold_convert_const_int_from_fixed() local
2119 temp_trunc = temp.lshift (GET_MODE_FBIT (mode), in fold_convert_const_int_from_fixed()
2126 temp_trunc = double_int_zero; in fold_convert_const_int_from_fixed()
2132 && temp_trunc.is_negative () in fold_convert_const_int_from_fixed()
2133 && TREE_FIXED_CST (arg1).data != temp_trunc) in fold_convert_const_int_from_fixed()