Home
last modified time | relevance | path

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

/external/vixl/src/
Dutils-vixl.h1035 T FPRound(int64_t sign, in FPRound() function
1227 FPRound<uint64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble()
1241 FPRound<uint16_t, in FPRoundToFloat16()
1253 FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h64 FPRound, enumerator
DMipsISelLowering.cpp65 case MipsISD::FPRound: return "MipsISD::FPRound"; in getTargetNodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2420 SDValue FPRound = in LowerUINT_TO_FP() local
2423 return FPRound; in LowerUINT_TO_FP()
2447 SDValue FPRound = in LowerSINT_TO_FP() local
2450 return FPRound; in LowerSINT_TO_FP()
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc20 uint64_t bits = FPRound<uint64_t, kDoubleExponentBits, kDoubleMantissaBits>( in FPRoundToDouble()
28 uint32_t bits = FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>( in FPRoundToFloat()
36 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>( in FPRoundToFloat16()
Dsimulator-arm64.h43 T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function