Searched refs:FPRound (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 2493 static T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function 2648 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble() 2660 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 45 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble() 57 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat() 70 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>( in FPRoundToFloat16()
|
D | simulator-a64.h | 169 T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function
|