Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dutils-arm64.cc46 uint32_t bits = sign << kFloatExponentBits | exp; in float_pack()
Dconstants-arm64.h138 const unsigned kFloatExponentBits = 8; variable
Dsimulator-logic-arm64.cc28 uint32_t bits = FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>( in FPRoundToFloat()
174 exponent = (1 << kFloatExponentBits) - 1; in FPToFloat()
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc82 VIXL_CHECK(vixl::aarch64::kFloatExponentBits == vixl::kFloatExponentBits); in TEST()
/external/vixl/src/
Dutils-vixl.cc312 exponent = (1 << kFloatExponentBits) - 1; in FPToFloat()
Dutils-vixl.h1000 const unsigned kFloatExponentBits = 8; variable
1253 FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
/external/vixl/src/aarch64/
Dinstructions-aarch64.h122 using vixl::kFloatExponentBits;