Home
last modified time | relevance | path

Searched defs:IsIntegral (Results 1 – 9 of 9) sorted by relevance

/third_party/spirv-tools/source/util/
Dparse_number.h38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h334 inline bool IsIntegral(MachineRepresentation rep) { in IsIntegral() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3591 static bool IsIntegral(double d) { in IsIntegral() function
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3624 static bool IsIntegral(double d) { in IsIntegral() function
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3591 static bool IsIntegral(double d) { in IsIntegral() function
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3591 static bool IsIntegral(double d) { in IsIntegral() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp868 struct IsIntegral : detail::IsIntegralHelper<typename RemoveCV<T>::Type> struct