Lines Matching refs:result
9 // OUTPUT: $r0: result, $r1: modulus
48 // OUTPUT: $r0: result, $r1: modulus
102 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
120 // NaN -> NaN, the next line sets the "quiet" bit of the result. This
143 // All numbers with -1 in $r3 have their result ready in $r0d, return them
149 // result in $r6d. The exponent will be recovered later.
162 // Step 4: convert result $r0 back to double, do newton-raphson steps
167 // 4 Newton-Raphson Steps, tmp in $r4d, result in $r0d
193 // added to the exponent extracted from the result above.
203 // (exponent-1) < 0x7fe (unsigned) means the result is in norm range
212 // New exponent >= 0x7ff means that result is inf
222 // Denorm result comes from huge input. The greatest possible fp64, i.e.
224 // normal value. Other rcp result should be greater than that. If we
225 // set the exponent field to 1, we can recover the result by multiplying
248 // Before getting initial result rsqrt64h, two special cases should be
266 // rsqrt64h will give correct result for 0/inf/nan, the following logic
305 // Multiply 2^27 to result for small inputs to recover