Home
last modified time | relevance | path

Searched refs:ten_to_ptwo (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDreal.c120 static const REAL_VALUE_TYPE * ten_to_ptwo (int);
1503 ten = ten_to_ptwo (0); in real_to_decimal()
1533 do_divide (&t, &u, ten_to_ptwo (m)); in real_to_decimal()
1556 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); in real_to_decimal()
1603 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); in real_to_decimal()
1912 const REAL_VALUE_TYPE *ten = ten_to_ptwo (0); in real_from_string()
2072 ten_to_ptwo (int n) in ten_to_ptwo() function
2093 const REAL_VALUE_TYPE *t = ten_to_ptwo (n - 1); in ten_to_ptwo()
2112 do_divide (&tens[n], real_digit (1), ten_to_ptwo (n)); in ten_to_mptwo()
2153 do_multiply (rr, rr, ten_to_ptwo (i)); in times_pten()
HDChangeLog-200413725 real_to_hexadecimal, real_from_integer, ten_to_ptwo, ten_to_mptwo,