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

  /src/external/gpl3/gcc/dist/gcc/
real.cc 108 static const REAL_VALUE_TYPE * ten_to_ptwo (int);
1674 ten = ten_to_ptwo (0);
1704 do_divide (&t, &u, ten_to_ptwo (m));
1727 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1774 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
2379 ten_to_ptwo (int n)
2400 const REAL_VALUE_TYPE *t = ten_to_ptwo (n - 1);
2419 do_divide (&tens[n], real_digit (1), ten_to_ptwo (n));
2460 do_multiply (rr, rr, ten_to_ptwo (i));
2375 ten_to_ptwo (int n) function
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 108 static const REAL_VALUE_TYPE * ten_to_ptwo (int);
1636 ten = ten_to_ptwo (0);
1666 do_divide (&t, &u, ten_to_ptwo (m));
1689 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1736 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
2341 ten_to_ptwo (int n)
2362 const REAL_VALUE_TYPE *t = ten_to_ptwo (n - 1);
2381 do_divide (&tens[n], real_digit (1), ten_to_ptwo (n));
2422 do_multiply (rr, rr, ten_to_ptwo (i));
2337 ten_to_ptwo (int n) function

Completed in 24 milliseconds