Home
last modified time | relevance | path

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

/system/chre/external/flatbuffers/include/flatbuffers/
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