Searched refs:IsFloatingPointType (Results 1 – 2 of 2) sorted by relevance
24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature()35 CTypeInfo::IsFloatingPointType(signature->ReturnInfo().GetType())) { in EncodedCSignature()
309 static constexpr bool IsFloatingPointType(Type type) { in IsFloatingPointType() function314 return IsIntegralType(type) || IsFloatingPointType(type) || in IsPrimitive()760 CTypeInfo::IsFloatingPointType(kType),