Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/merge-anon-in-template/
Da.h1 template<typename T> struct is_floating { struct
2 enum { value = 0 };
3 typedef int type;
Dc.h1 template<typename T> struct is_floating { struct
6 bool n20 = is_floating<int>::value; argument
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py148 def is_floating(self): member in DType