Home
last modified time | relevance | path

Searched defs:is_floating_point (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h144 template <typename T> using is_floating_point = std::is_floating_point<T>; variable
156 template <typename T> using is_floating_point = variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h420 bool is_floating_point() const noexcept in CORE_BEGIN_NAMESPACE() function
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc2863 const bool is_floating_point = DataType::IsFloatingPointType(select->GetType()); in VisitSelect() local