Home
last modified time | relevance | path

Searched refs:type_kind_t (Results 1 – 25 of 120) sorted by relevance

12345

/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dir_core.cpp29 std::string to_string(type_kind_t kind) { in to_string()
63 case type_kind_t::u8: in size()
64 case type_kind_t::s8: in size()
66 case type_kind_t::u16: in size()
67 case type_kind_t::s16: in size()
68 case type_kind_t::bf16: in size()
70 case type_kind_t::u32: in size()
71 case type_kind_t::s32: in size()
72 case type_kind_t::f32: in size()
74 case type_kind_t::u64: in size()
[all …]
H A Dir_core.hpp329 kind(), type_kind_t::bf16, type_kind_t::f16, type_kind_t::f32); in is_fp()
337 return utils::one_of(kind(), type_kind_t::u8, type_kind_t::s8, in is_int()
338 type_kind_t::u16, type_kind_t::s16, type_kind_t::u32, in is_int()
339 type_kind_t::s32, type_kind_t::u64, type_kind_t::s64); in is_int()
345 return utils::one_of(kind(), type_kind_t::s8, type_kind_t::u8); in is_x8()
351 return utils::one_of(kind(), type_kind_t::s16, type_kind_t::u16); in is_x16()
362 return utils::one_of(kind(), type_kind_t::s8, type_kind_t::s16, in is_signed()
363 type_kind_t::s32, type_kind_t::s64); in is_signed()
368 return utils::one_of(kind(), type_kind_t::u8, type_kind_t::u16, in is_unsigned()
369 type_kind_t::u32, type_kind_t::u64); in is_unsigned()
[all …]
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dtype.h45 } type_kind_t; typedef
47 type_t type_new(type_kind_t kind);
49 type_kind_t type_kind(type_t t);
50 const char *type_kind_str(type_kind_t t);
117 void type_change_kind(type_t t, type_kind_t kind);
150 type_kind_t type_base_kind(type_t t);
H A Dtype.c122 type_t type_new(type_kind_t kind) in type_new()
127 type_kind_t type_kind(type_t t) in type_kind()
142 type_kind_t kind_a = a->object.kind; in type_strict_eq()
143 type_kind_t kind_b = b->object.kind; in type_strict_eq()
195 type_kind_t kind_a = a->object.kind; in type_eq()
196 type_kind_t kind_b = b->object.kind; in type_eq()
695 type_kind_t type_base_kind(type_t t) in type_base_kind()
706 const type_kind_t base = type_base_kind(t); in type_is_array()
750 const type_kind_t base = type_base_kind(t); in type_is_discrete()
776 const type_kind_t base = type_base_kind(t); in type_is_scalar()
[all …]
/dports/lang/cparser/cparser-0.9.14/
H A Dtype_t.h34 typedef enum type_kind_t { enum
48 } type_kind_t; typedef
51 type_kind_t kind;
160 type_kind_t kind;
300 type_t *allocate_type_zero(type_kind_t kind);
/dports/net/arataga/oess-2.2.3/dev/oess_2/scheme/impl/h/
H A Dtypes_impl.hpp127 type_kind_t kind_id );
129 virtual type_kind_t
142 type_kind_t m_type_kind;
237 attr_type_t::type_kind_t kind_id );
/dports/math/yices/yices-2.6.2/src/mcsat/
H A Dplugin.h90 void (*request_term_notification_by_type) (plugin_context_t* self, type_kind_t type);
99 void (*request_decision_calls) (plugin_context_t* self, type_kind_t type);
H A Dtracing.h84 const char* type_to_string(type_kind_t kind);
H A Dtracing.c59 const char* type_to_string(type_kind_t kind) { in type_to_string()
H A Dvariable_db.h119 type_kind_t variable_db_get_type_kind(const variable_db_t* var_db, variable_t x);
/dports/net/arataga/oess-2.2.3/dev/oess_2/scheme/impl/
H A Dtypes_impl.cpp138 type_kind_t kind_id ) in set_type_kind()
143 attr_type_t::type_kind_t
303 attr_type_t::type_kind_t kind_id ) in set_type_kind()
/dports/net/arataga/oess-2.2.3/dev/oess_2/scheme/h/
H A Dtypes.hpp247 enum type_kind_t { enum in oess_2::scheme::attr_type_t
256 virtual type_kind_t
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/libiberty/
H A Dcplus-dem.c238 typedef enum type_kind_t enum
247 } type_kind_t; typedef
477 string*, type_kind_t));
508 type_kind_t));
1718 type_kind_t tk;
1919 type_kind_t tk;
2185 (type_kind_t) success);
3522 type_kind_t tk = tk_none;
3786 tk = (type_kind_t) success;
3832 type_kind_t tk = tk_integral;
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dcplus-dem.c244 typedef enum type_kind_t enum
254 } type_kind_t; typedef
465 string*, type_kind_t);
491 type_kind_t);
1854 string *s, type_kind_t tk) in demangle_expression()
2048 string *s, type_kind_t tk) in demangle_template_value_parm()
2314 (type_kind_t) success); in demangle_template()
3626 type_kind_t tk = tk_none; in do_type()
3909 tk = (type_kind_t) success; in do_type()
3956 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dcplus-dem.c242 typedef enum type_kind_t enum
251 } type_kind_t; typedef
452 string*, type_kind_t);
478 type_kind_t);
1796 string *s, type_kind_t tk) in demangle_expression()
1990 string *s, type_kind_t tk) in demangle_template_value_parm()
2252 (type_kind_t) success); in demangle_template()
3560 type_kind_t tk = tk_none; in do_type()
3827 tk = (type_kind_t) success; in do_type()
3871 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dcplus-dem.c235 typedef enum type_kind_t enum
244 } type_kind_t; typedef
439 string*, type_kind_t);
465 type_kind_t);
1767 string *s, type_kind_t tk) in demangle_expression()
1961 string *s, type_kind_t tk) in demangle_template_value_parm()
2223 (type_kind_t) success); in demangle_template()
3526 type_kind_t tk = tk_none; in do_type()
3790 tk = (type_kind_t) success; in do_type()
3834 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dcplus-dem.c244 typedef enum type_kind_t enum
254 } type_kind_t; typedef
465 string*, type_kind_t);
491 type_kind_t);
1854 string *s, type_kind_t tk) in demangle_expression()
2048 string *s, type_kind_t tk) in demangle_template_value_parm()
2314 (type_kind_t) success); in demangle_template()
3626 type_kind_t tk = tk_none; in do_type()
3909 tk = (type_kind_t) success; in do_type()
3956 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dcplus-dem.c235 typedef enum type_kind_t enum
244 } type_kind_t; typedef
445 string*, type_kind_t);
471 type_kind_t);
1787 string *s, type_kind_t tk) in demangle_expression()
1981 string *s, type_kind_t tk) in demangle_template_value_parm()
2243 (type_kind_t) success); in demangle_template()
3546 type_kind_t tk = tk_none; in do_type()
3813 tk = (type_kind_t) success; in do_type()
3857 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dcplus-dem.c299 typedef enum type_kind_t enum
308 } type_kind_t; typedef
503 string*, type_kind_t);
529 type_kind_t);
1590 string *s, type_kind_t tk) in demangle_expression()
1784 string *s, type_kind_t tk) in demangle_template_value_parm()
2046 (type_kind_t) success); in demangle_template()
3349 type_kind_t tk = tk_none; in do_type()
3613 tk = (type_kind_t) success; in do_type()
3657 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dcplus-dem.c238 typedef enum type_kind_t enum
247 } type_kind_t; typedef
477 string*, type_kind_t));
508 type_kind_t));
1722 type_kind_t tk;
1923 type_kind_t tk;
2191 (type_kind_t) success);
3528 type_kind_t tk = tk_none;
3792 tk = (type_kind_t) success;
3838 type_kind_t tk = tk_integral;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dcplus-dem.c238 typedef enum type_kind_t enum
247 } type_kind_t; typedef
477 string*, type_kind_t));
508 type_kind_t));
1722 type_kind_t tk;
1923 type_kind_t tk;
2191 (type_kind_t) success);
3528 type_kind_t tk = tk_none;
3792 tk = (type_kind_t) success;
3838 type_kind_t tk = tk_integral;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dcplus-dem.c244 typedef enum type_kind_t enum
254 } type_kind_t; typedef
465 string*, type_kind_t);
491 type_kind_t);
1854 string *s, type_kind_t tk) in demangle_expression()
2048 string *s, type_kind_t tk) in demangle_template_value_parm()
2314 (type_kind_t) success); in demangle_template()
3626 type_kind_t tk = tk_none; in do_type()
3909 tk = (type_kind_t) success; in do_type()
3956 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/devel/avr-gdb/gdb-7.3.1/libiberty/
H A Dcplus-dem.c235 typedef enum type_kind_t enum
244 } type_kind_t; typedef
439 string*, type_kind_t);
465 type_kind_t);
1768 string *s, type_kind_t tk) in demangle_expression()
1962 string *s, type_kind_t tk) in demangle_template_value_parm()
2224 (type_kind_t) success); in demangle_template()
3527 type_kind_t tk = tk_none; in do_type()
3791 tk = (type_kind_t) success; in do_type()
3835 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dcplus-dem.c235 typedef enum type_kind_t enum
244 } type_kind_t; typedef
445 string*, type_kind_t);
471 type_kind_t);
1787 string *s, type_kind_t tk) in demangle_expression()
1981 string *s, type_kind_t tk) in demangle_template_value_parm()
2243 (type_kind_t) success); in demangle_template()
3546 type_kind_t tk = tk_none; in do_type()
3813 tk = (type_kind_t) success; in do_type()
3857 type_kind_t tk = tk_integral; in demangle_fund_type()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dcplus-dem.c244 typedef enum type_kind_t enum
254 } type_kind_t; typedef
465 string*, type_kind_t);
491 type_kind_t);
1854 string *s, type_kind_t tk) in demangle_expression()
2048 string *s, type_kind_t tk) in demangle_template_value_parm()
2314 (type_kind_t) success); in demangle_template()
3626 type_kind_t tk = tk_none; in do_type()
3909 tk = (type_kind_t) success; in do_type()
3956 type_kind_t tk = tk_integral; in demangle_fund_type()

12345