Searched refs:FPRound (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 2502 static T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function 2657 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble() 2669 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 47 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble() 59 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat() 72 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>( in FPRoundToFloat16()
|
D | simulator-a64.h | 56 T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function
|