Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-math-opts.c2467 bool negate_p = false; in convert_mult_to_fma() local
2518 negate_p = true; in convert_mult_to_fma()
2525 negate_p = !negate_p; in convert_mult_to_fma()
2553 bool negate_p = false; in convert_mult_to_fma() local
2569 negate_p = true; in convert_mult_to_fma()
2588 negate_p = !negate_p; in convert_mult_to_fma()
2591 if (negate_p) in convert_mult_to_fma()
HDfold-const.c797 tree *minus_litp, int negate_p) in split_tree() argument
861 if (negate_p) in split_tree()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-math-opts.c2661 bool negate_p = false; in convert_mult_to_fma_1() local
2679 negate_p = true; in convert_mult_to_fma_1()
2698 negate_p = !negate_p; in convert_mult_to_fma_1()
2701 if (negate_p) in convert_mult_to_fma_1()
2888 bool negate_p = false; in convert_mult_to_fma() local
2939 negate_p = true; in convert_mult_to_fma()
2946 negate_p = !negate_p; in convert_mult_to_fma()
2960 if (use_code == MINUS_EXPR && !negate_p in convert_mult_to_fma()
HDwide-int.h3333 wi::mask (unsigned int width, bool negate_p, unsigned int precision)
3336 result.set_len (mask (result.write_val (), width, negate_p, precision));
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3365 wi::mask (unsigned int width, bool negate_p)
3369 result.set_len (mask (result.write_val (), width, negate_p,
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3384 negate_p,
HDfold-const.c787 tree *litp, tree *minus_litp, int negate_p) in split_tree() argument
863 if (negate_p) in split_tree()