HomeSort by relevance Sort by last modified time
    Searched refs:is_floating (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Modules/Inputs/merge-anon-in-template/
b.h 2 bool k = is_floating<int>::value;
c.h 1 template<typename T> struct is_floating { struct
6 bool n20 = is_floating<int>::value;
a.h 1 template<typename T> struct is_floating { struct
  /external/clang/test/Modules/
merge-anon-in-template.cpp 6 is_floating<int>::type t;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 245 const bool is_floating = libspirv::isScalarFloating(type); local
248 if (!is_bottom && !is_floating && !is_integer) {
259 if (is_floating || looks_like_float)

Completed in 265 milliseconds