Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc2502 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/
Dlogic-a64.cc47 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()
Dsimulator-a64.h56 T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function