Home
last modified time | relevance | path

Searched refs:IsFloatingPointType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dencoded-c-signature.cc24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature()
35 CTypeInfo::IsFloatingPointType(signature->ReturnInfo().GetType())) { in EncodedCSignature()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h309 static constexpr bool IsFloatingPointType(Type type) { in IsFloatingPointType() function
314 return IsIntegralType(type) || IsFloatingPointType(type) || in IsPrimitive()
760 CTypeInfo::IsFloatingPointType(kType),