Lines Matching +full:double +full:- +full:precision
4 | The entry point slog10 computes the base-10
8 | sLog2 and sLog2d are the base-2 analogues.
10 | INPUT: Double-extended value in memory location pointed to
13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
19 | to double precision. The result is provably monotonic
20 | in double precision.
22 | SPEED: Two timings are measured, both in the copy-back mode.
34 | Notes: Default means round-to-nearest mode, no floating-point
35 | traps, and precision control = double extended.
49 | Notes: Default means round-to-nearest mode, no floating-point
50 | traps, and precision control = double extended.
63 | Notes: Default means round-to-nearest mode, no floating-point
64 | traps, and precision control = double extended.
78 | Notes: Default means round-to-nearest mode, no floating-point
79 | traps, and precision control = double extended.
87 | 2.3 Return ans := convert-to-double-extended(k).
117 |--entry point for Log10(X), X is denormalized
120 movel %d1,-(%sp)
129 |--entry point for Log10(X), X is normalized
133 movel %d1,-(%sp)
143 |--entry point for Log2(X), X is denormalized
147 movel %d1,-(%sp)
156 |--entry point for Log2(X), X is normalized
168 |--X = 2^k.
177 movel %d1,-(%sp)