Lines Matching refs:result
9 // OUTPUT: $r0: result, $r1: modulus
54 // OUTPUT: $r0: result, $r1: modulus
115 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
135 // NaN -> NaN, the next line sets the "quiet" bit of the result. This
165 // All numbers with -1 in $r3 have their result ready in $r0d, return them
172 // result in $r6d. The exponent will be recovered later.
187 // Step 4: convert result $r0 back to double, do newton-raphson steps
192 // 4 Newton-Raphson Steps, tmp in $r4d, result in $r0d
220 // added to the exponent extracted from the result above.
230 // (exponent-1) < 0x7fe (unsigned) means the result is in norm range
241 // New exponent >= 0x7ff means that result is inf
252 // Denorm result comes from huge input. The greatest possible fp64, i.e.
254 // normal value. Other rcp result should be greater than that. If we
255 // set the exponent field to 1, we can recover the result by multiplying
279 // Before getting initial result rsqrt64h, two special cases should be
299 // rsqrt64h will give correct result for 0/inf/nan, the following logic
344 // Multiply 2^27 to result for small inputs to recover