Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/Modules/Inputs/merge-anon-in-template/
H A Da.h1 template<typename T> struct is_floating { struct
2 enum { value = 0 };
3 typedef int type;
H A Dc.h1 template<typename T> struct is_floating { struct
6 bool n20 = is_floating<int>::value; argument
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dtriton_helpers.py58 def is_floating(x): function