Searched defs:FPRound (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/a64/
H A Dsimulator-a64.cc1625 // calling a templated FPRound.
1627 static T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, function in namespace:vixl
1778 // See FPRound for a description of this function.
1782 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign,
1790 // See FPRound for a description of this function.
1794 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign,
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc2491 // calling a templated FPRound.
2493 static T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, function
2644 // See FPRound for a description of this function.
2648 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign,
2656 // See FPRound for a description of this function.
2660 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign,

Completed in 2297 milliseconds