HomeSort by: relevance | last modified time | path
    Searched defs:coeff_a (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 474 a * x + b, then return true. When true, COEFF_A and COEFF_B and
480 wide_int *coeff_a,
528 *coeff_a = a;
639 wide_int coeff_a, coeff_b;
640 bool linear_p = contains_linear_function_p (constructor, &coeff_a, &coeff_b);
645 if (dump_file && coeff_a.to_uhwi () > 0)
647 " and B = %" PRId64 "\n", coeff_a.to_shwi (),
654 wide_int_to_tree (type, coeff_a), tmp);
638 wide_int coeff_a, coeff_b; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.cc 441 a * x + b, then return true. When true, COEFF_A and COEFF_B and
447 wide_int *coeff_a,
495 *coeff_a = a;
603 wide_int coeff_a, coeff_b;
604 bool linear_p = contains_linear_function_p (constructor, &coeff_a, &coeff_b);
609 if (dump_file && coeff_a.to_uhwi () > 0)
611 " and B = %" PRId64 "\n", coeff_a.to_shwi (),
618 wide_int_to_tree (type, coeff_a), tmp);
602 wide_int coeff_a, coeff_b; local

Completed in 19 milliseconds