Lines Matching +full:3 +full:- +full:point
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
22 | SPEED: Two timings are measured, both in the copy-back mode.
34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
82 | go to Step 3.
87 | 2.3 Return ans := convert-to-double-extended(k).
89 | Step 3. Call sLogN to obtain Y = log(X), the natural log of X.
102 |SLOG2 idnt 2,1 | Motorola 040 Floating Point Software Package
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)