Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 25 of 4654) sorted by relevance

12345678910>>...187

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/lrn/
H A Djit_avx512_common_lrn.cpp36 template <data_type_t d_type>
68 template <data_type_t d_type>
69 jit_avx512_common_lrn_fwd_t<d_type>::jit_avx512_common_lrn_fwd_t( in jit_avx512_common_lrn_fwd_t()
73 typename jit_avx512_common_lrn_fwd_t<d_type>::pd_t>( in jit_avx512_common_lrn_fwd_t()
76 template <data_type_t d_type>
82 template <data_type_t d_type>
89 && utils::everyone_is(d_type, data_d.data_type()) in init()
110 template <data_type_t d_type>
111 jit_avx512_common_lrn_bwd_t<d_type>::jit_avx512_common_lrn_bwd_t( in jit_avx512_common_lrn_bwd_t()
115 typename jit_avx512_common_lrn_bwd_t<d_type>::pd_t>( in jit_avx512_common_lrn_bwd_t()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/lrn/
H A Djit_avx512_common_lrn.cpp36 template <data_type_t d_type>
68 template <data_type_t d_type>
69 jit_avx512_common_lrn_fwd_t<d_type>::jit_avx512_common_lrn_fwd_t( in jit_avx512_common_lrn_fwd_t()
73 typename jit_avx512_common_lrn_fwd_t<d_type>::pd_t>( in jit_avx512_common_lrn_fwd_t()
76 template <data_type_t d_type>
82 template <data_type_t d_type>
89 && utils::everyone_is(d_type, data_d.data_type()) in init()
110 template <data_type_t d_type>
111 jit_avx512_common_lrn_bwd_t<d_type>::jit_avx512_common_lrn_bwd_t( in jit_avx512_common_lrn_bwd_t()
115 typename jit_avx512_common_lrn_bwd_t<d_type>::pd_t>( in jit_avx512_common_lrn_bwd_t()
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Dskutil.py53 d_type = type.deref()
189 kind = d_type.type().kind()
191 if d_type.interface():
199 elif d_type.value() or d_type.valuebox():
203 elif d_type.string() or d_type.wstring():
206 if not d_type.is_basic_data_types() and not d_type.enum():
269 d_type = type.deref()
347 kind = d_type.type().kind()
349 if d_type.interface():
357 elif d_type.value() or d_type.valuebox():
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Dskutil.py53 d_type = type.deref()
189 kind = d_type.type().kind()
191 if d_type.interface():
199 elif d_type.value() or d_type.valuebox():
203 elif d_type.string() or d_type.wstring():
206 if not d_type.is_basic_data_types() and not d_type.enum():
269 d_type = type.deref()
347 kind = d_type.type().kind()
349 if d_type.interface():
357 elif d_type.value() or d_type.valuebox():
[all …]
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Duninterpreted_constant.h31 Type getType() const { return d_type; } in getType()
35 return d_type == uc.d_type && d_index == uc.d_index;
44 return d_type < uc.d_type ||
45 (d_type == uc.d_type && d_index < uc.d_index);
49 return d_type < uc.d_type ||
50 (d_type == uc.d_type && d_index <= uc.d_index);
62 const Type d_type;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-pow-2.c3 typedef double d_type; typedef
6 d_type x;
7 d_type y;
11 d_type foo (d_type t);
13 d_type
17 d_type t; in main1()
21 t = (d_type) i / (d_type) 10; in main1()
30 d_type tmp = main1 (); in main()

12345678910>>...187