Home
last modified time | relevance | path

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

/external/vixl/src/
Dutils-vixl.h1160 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local
1161 static const int sign_offset = exponent_offset + ebits; in FPRound()
1189 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()
1192 (exponent << exponent_offset) | in FPRound()
1249 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()
1271 (exponent << exponent_offset) | in FPRound()
1279 (exponent << exponent_offset) | in FPRound()