HomeSort by: relevance | last modified time | path
    Searched defs:is_integral (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_range_analysis.h 41 bool is_integral; member in struct:ssa_result_range
nir_search_helpers.h 439 is_integral(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, function
444 return r.is_integral;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_cmath.h 218 template <class _Tp> struct is_integral { struct in namespace:__hip
221 template <> struct is_integral<bool> { struct in namespace:__hip
224 template <> struct is_integral<char> { struct in namespace:__hip
227 template <> struct is_integral<signed char> { struct in namespace:__hip
230 template <> struct is_integral<unsigned char> { struct in namespace:__hip
233 template <> struct is_integral<wchar_t> { struct in namespace:__hip
236 template <> struct is_integral<short> { struct in namespace:__hip
239 template <> struct is_integral<unsigned short> { struct in namespace:__hip
242 template <> struct is_integral<int> { struct in namespace:__hip
245 template <> struct is_integral<unsigned int> struct in namespace:__hip
248 template <> struct is_integral<long> { struct in namespace:__hip
251 template <> struct is_integral<unsigned long> { struct in namespace:__hip
254 template <> struct is_integral<long long> { struct in namespace:__hip
257 template <> struct is_integral<unsigned long long> { struct in namespace:__hip
    [all...]

Completed in 60 milliseconds