Searched refs:estimate (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dvfp.cc795 uint64_t estimate = fpToBits(recipSqrtEstimate(scaled)); local
797 return bitsToFp((bits(estimate, 63) << 31) |
799 (bits(estimate, 51, 29) << 0), junk);
821 uint64_t estimate = fpToBits(recipSqrtEstimate(dpOp)); local
822 return (1 << 31) | bits(estimate, 51, 21);
870 uint64_t estimate = fpToBits(recipEstimate(scaled)); local
874 (bits(estimate, 51, 29) << 0), junk);
889 uint64_t estimate = fpToBits(recipEstimate(dpOp)); local
890 return (1 << 31) | bits(estimate, 51, 21);

Completed in 8 milliseconds