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

/gem5/src/arch/arm/insts/
H A Dvfp.cc783 double scaled; local
785 scaled = bitsToFp((0 << 0) | (bits(opBits, 22, 0) << 29) |
789 scaled = bitsToFp((0 << 0) | (bits(opBits, 22, 0) << 29) |
795 uint64_t estimate = fpToBits(recipSqrtEstimate(scaled));
864 double scaled; local
865 scaled = bitsToFp((0 << 0) | (bits(opBits, 22, 0) << 29) |
870 uint64_t estimate = fpToBits(recipEstimate(scaled));

Completed in 8 milliseconds