Home
last modified time | relevance | path

Searched refs:exponent_offset (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dsimulator-aarch64.h131 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local
132 static const int sign_offset = exponent_offset + ebits; in FPRound()
160 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()
163 (exponent << exponent_offset) | in FPRound()
216 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()
238 (exponent << exponent_offset) | in FPRound()
246 (exponent << exponent_offset) | in FPRound()
/external/v8/src/arm64/
Dsimulator-arm64.cc2601 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local
2602 static const int sign_offset = exponent_offset + ebits; in FPRound()
2625 (exponent << exponent_offset) | in FPRound()
2669 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()
2686 (exponent << exponent_offset) | in FPRound()