Home
last modified time | relevance | path

Searched refs:IsIntegral (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.h38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
H A Dparse_number.cpp65 if (!IsIntegral(type)) { in ParseAndEncodeIntegerNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.h38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
H A Dparse_number.cpp65 if (!IsIntegral(type)) { in ParseAndEncodeIntegerNumber()
/third_party/spirv-tools/source/util/
H A Dparse_number.h38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
H A Dparse_number.cpp65 if (!IsIntegral(type)) { in ParseAndEncodeIntegerNumber()
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc74 if (IsIntegral(from)) { in Subsumes()
75 return IsIntegral(to) && ElementSizeInBytes(from) >= ElementSizeInBytes(to); in Subsumes()
576 from == MachineRepresentation::kWord64 || !IsIntegral(from))) || in TruncateAndExtend()
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h334 inline bool IsIntegral(MachineRepresentation rep) { in IsIntegral() function in v8::internal::MachineRepresentation
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3624 static bool IsIntegral(double d) { in IsIntegral() function
3641 IsIntegral(value_.real_); in isInt()
3656 IsIntegral(value_.real_); in isUInt()
3675 value_.real_ < double(maxInt64) && IsIntegral(value_.real_); in isInt64()
3695 IsIntegral(value_.real_); in isUInt64()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3591 static bool IsIntegral(double d) { in IsIntegral() function
3608 IsIntegral(value_.real_); in isInt()
3623 IsIntegral(value_.real_); in isUInt()
3642 value_.real_ < double(maxInt64) && IsIntegral(value_.real_); in isInt64()
3662 IsIntegral(value_.real_); in isUInt64()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3591 static bool IsIntegral(double d) { in IsIntegral() function
3608 IsIntegral(value_.real_); in isInt()
3623 IsIntegral(value_.real_); in isUInt()
3642 value_.real_ < double(maxInt64) && IsIntegral(value_.real_); in isInt64()
3662 IsIntegral(value_.real_); in isUInt64()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3591 static bool IsIntegral(double d) { in IsIntegral() function
3608 IsIntegral(value_.real_); in isInt()
3623 IsIntegral(value_.real_); in isUInt()
3642 value_.real_ < double(maxInt64) && IsIntegral(value_.real_); in isInt64()
3662 IsIntegral(value_.real_); in isUInt64()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc2871 DCHECK(IsIntegral(load_rep.representation()) || in VisitWord32AtomicLoad()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp868 struct IsIntegral : detail::IsIntegralHelper<typename RemoveCV<T>::Type> struct
997 : IntegralConstant<bool, IsIntegral<T>::value || IsFloatingPoint<T>::value>
1076 bool = IsIntegral<T>::value,
1103 bool = IsIntegral<T>::value,
1392 : EnableIf<IsIntegral<T>::value &&
1439 : EnableIf<IsIntegral<T>::value &&
1632 static_assert(IsIntegral<IntegerType>::value,
1647 static_assert(IsIntegral<IntegerType>::value,
1674 static_assert(IsIntegral<IntegerType>::value,
36351 static_assert(IsIntegral<
[all...]

Completed in 51 milliseconds