HomeSort by: relevance | last modified time | path
    Searched defs:coeff_b (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
481 wide_int *coeff_b)
529 *coeff_b = b;
639 wide_int coeff_a, coeff_b;
640 bool linear_p = contains_linear_function_p (constructor, &coeff_a, &coeff_b);
648 coeff_b.to_shwi ());
656 wide_int_to_tree (type, coeff_b));
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
448 wide_int *coeff_b)
496 *coeff_b = b;
603 wide_int coeff_a, coeff_b;
604 bool linear_p = contains_linear_function_p (constructor, &coeff_a, &coeff_b);
612 coeff_b.to_shwi ());
620 wide_int_to_tree (type, coeff_b));
602 wide_int coeff_a, coeff_b; local

Completed in 60 milliseconds