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

  /src/external/bsd/bc/dist/
number.c 1418 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; local
1458 bc_init_num (&frac_part);
1461 bc_sub (num, int_part, &frac_part, 0);
1462 /* Make the INT_PART and FRAC_PART positive. */
1464 frac_part->n_sign = PLUS;
1505 bc_multiply (frac_part, base, &frac_part, num->n_scale);
1506 fdigit = bc_num2long (frac_part);
1508 bc_sub (frac_part, int_part, &frac_part, 0)
    [all...]
number.c 1418 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; local
1458 bc_init_num (&frac_part);
1461 bc_sub (num, int_part, &frac_part, 0);
1462 /* Make the INT_PART and FRAC_PART positive. */
1464 frac_part->n_sign = PLUS;
1505 bc_multiply (frac_part, base, &frac_part, num->n_scale);
1506 fdigit = bc_num2long (frac_part);
1508 bc_sub (frac_part, int_part, &frac_part, 0)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 1790 FRAC_PART i.e. WHOLE_PART == floor (ARG1) and
1791 FRAC_PART == ARG1 - WHOLE_PART:
1792 Produce POWI (ARG0, WHOLE_PART) * POW (ARG0, FRAC_PART) where
1793 POW (ARG0, FRAC_PART) is expanded as a product of square root chains
1794 if it can be expressed as such, that is if FRAC_PART satisfies:
1795 FRAC_PART == <SUM from i = 1 until MAX_DEPTH> (a[i] * (0.5**i))
1811 FRAC_PART := ARG1 - WHOLE_PART
1812 and expand to POW (x, FRAC_PART) / POWI (x, WHOLE_PART).
1859 REAL_VALUE_TYPE frac_part; local
1862 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part)
    [all...]
tree-ssa-math-opts.cc 1790 FRAC_PART i.e. WHOLE_PART == floor (ARG1) and
1791 FRAC_PART == ARG1 - WHOLE_PART:
1792 Produce POWI (ARG0, WHOLE_PART) * POW (ARG0, FRAC_PART) where
1793 POW (ARG0, FRAC_PART) is expanded as a product of square root chains
1794 if it can be expressed as such, that is if FRAC_PART satisfies:
1795 FRAC_PART == <SUM from i = 1 until MAX_DEPTH> (a[i] * (0.5**i))
1811 FRAC_PART := ARG1 - WHOLE_PART
1812 and expand to POW (x, FRAC_PART) / POWI (x, WHOLE_PART).
1859 REAL_VALUE_TYPE frac_part; local
1862 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 1786 FRAC_PART i.e. WHOLE_PART == floor (ARG1) and
1787 FRAC_PART == ARG1 - WHOLE_PART:
1788 Produce POWI (ARG0, WHOLE_PART) * POW (ARG0, FRAC_PART) where
1789 POW (ARG0, FRAC_PART) is expanded as a product of square root chains
1790 if it can be expressed as such, that is if FRAC_PART satisfies:
1791 FRAC_PART == <SUM from i = 1 until MAX_DEPTH> (a[i] * (0.5**i))
1807 FRAC_PART := ARG1 - WHOLE_PART
1808 and expand to POW (x, FRAC_PART) / POWI (x, WHOLE_PART).
1855 REAL_VALUE_TYPE frac_part; local
1858 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part)
    [all...]
tree-ssa-math-opts.cc 1786 FRAC_PART i.e. WHOLE_PART == floor (ARG1) and
1787 FRAC_PART == ARG1 - WHOLE_PART:
1788 Produce POWI (ARG0, WHOLE_PART) * POW (ARG0, FRAC_PART) where
1789 POW (ARG0, FRAC_PART) is expanded as a product of square root chains
1790 if it can be expressed as such, that is if FRAC_PART satisfies:
1791 FRAC_PART == <SUM from i = 1 until MAX_DEPTH> (a[i] * (0.5**i))
1807 FRAC_PART := ARG1 - WHOLE_PART
1808 and expand to POW (x, FRAC_PART) / POWI (x, WHOLE_PART).
1855 REAL_VALUE_TYPE frac_part; local
1858 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part)
    [all...]

Completed in 52 milliseconds