Searched refs:negate_p (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-math-opts.cc | 3017 bool negate_p = false; in convert_mult_to_fma_1() local 3035 negate_p = true; in convert_mult_to_fma_1() 3052 negate_p = !negate_p; in convert_mult_to_fma_1() 3055 if (negate_p) in convert_mult_to_fma_1() 3292 bool negate_p = false; in convert_mult_to_fma() local 3342 negate_p = seen_negate_p = true; in convert_mult_to_fma() 3355 negate_p = !negate_p; in convert_mult_to_fma() 3381 && !negate_p in convert_mult_to_fma()
|
| D | wide-int.h | 3418 wi::mask (unsigned int width, bool negate_p, unsigned int precision) 3421 result.set_len (mask (result.write_val (), width, negate_p, precision)); 3429 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p, 3433 result.set_len (shifted_mask (result.write_val (), start, width, negate_p, 3450 wi::mask (unsigned int width, bool negate_p) 3454 result.set_len (mask (result.write_val (), width, negate_p, 3464 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p) 3469 negate_p,
|
| D | fold-const.cc | 800 tree *litp, tree *minus_litp, int negate_p) in split_tree() argument 876 if (negate_p) in split_tree()
|