Home
last modified time | relevance | path

Searched refs:b_type (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/math/
H A Dxsimd_hyperbolic.hpp179 b_type half = b_type(0.5); in compute()
183 b_type z(0.); in compute()
190 auto test1 = x >(maxlog<b_type>() - log_2<b_type>()); in compute()
191 b_type fac = select(test1, half, b_type(1.)); in compute()
238 auto test1 = x > (maxlog<b_type>() - log_2<b_type>()); in compute()
239 b_type fac = select(test1, b_type(0.5), b_type(1.)); in compute()
241 b_type tmp1 = b_type(0.5) * tmp; in compute()
337 auto test = x < (b_type(5.) / b_type(8.)); in compute()
346 b_type r = fma(b_type(-2.), one / (one + exp(x + x)), one); in compute()
464 b_type x = a - b_type(1.); in compute()
[all …]
H A Dxsimd_fp_manipulation.hpp60 using b_type = batch<T, N>; in frexp() typedef
62 i_type m1f = mask1frexp<b_type>(); in frexp()
64 b_type x = arg & bitwise_cast<b_type>(~m1f); in frexp()
65 exp = (r1 >> nmb<b_type>()) - maxexponentm1<b_type>(); in frexp()
66 exp = select(bool_cast(arg != b_type(0.)), exp, zero<i_type>()); in frexp()
67 … return select((arg != b_type(0.)), x | bitwise_cast<b_type>(mask2frexp<b_type>()), b_type(0.)); in frexp()
H A Dxsimd_math_complex.hpp51 using b_type = batch<T, N>; in sign_complex_impl() typedef
91 using b_type = batch<T, N>; in exp_complex_impl() typedef
129 using b_type = batch<T, N>; in expm1_complex_impl() typedef
203 using b_type = batch<T, N>; in logN_complex_impl() typedef
273 b_type u = b_type(1.) + z; in log1p_complex_impl()
274 b_type logu = log(u); in log1p_complex_impl()
390b_type wres = select(xsimd::isinf(wimag), b_type(wreal, r_type(1.)), b_type(wreal, wimag / d)); in tan_complex_impl()
461 b_type ct(-y, x); in asin_complex_impl()
667 b_type w = asin(b_type(-z.imag(), z.real())); in asinh_complex_impl()
704 b_type w = acos(z); in acosh_complex_impl()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A DUil.y419 | ANY { $$ = $1; $$.b_type =
1000 if (($$.b_type != sym_k_error_value) &&
1001 ($$.b_type != sym_k_any_value) &&
1004 if (($$.b_type != sym_k_char_8_value) &&
1226 | COMMA arg_value_type { $$ = gz_yynullval; $$.b_type = $2.b_type; }
1249 : CHARACTER_SET EQUAL_SIGN valid_charset { $$.b_type = $1.b_type;
1253 | RIGHT_TO_LEFT EQUAL_SIGN private_value { $$.b_type = $1.b_type;
1255 | SEPARATE EQUAL_SIGN private_value { $$.b_type = $1.b_type;
1319 : RIGHT_TO_LEFT EQUAL_SIGN private_value { $$.b_type = $1.b_type;
1320 if ($3.b_type != sym_k_bool_value)
[all …]
H A DUilLexPars.c2693 { yyval = yystack.l_mark[0]; yyval.b_type = in YYPARSE_DECL()
3195 if ((yyval.b_type != sym_k_error_value) && in YYPARSE_DECL()
3196 (yyval.b_type != sym_k_any_value) && in YYPARSE_DECL()
3199 if ((yyval.b_type != sym_k_char_8_value) && in YYPARSE_DECL()
3210 if (yyval.b_type != sym_k_error_value) in YYPARSE_DECL()
3534 { yyval = gz_yynullval; yyval.b_type = yystack.l_mark[0].b_type; } in YYPARSE_DECL()
3578 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3585 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3590 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3670 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
[all …]
H A DUil.c2693 { yyval = yystack.l_mark[0]; yyval.b_type = in YYPARSE_DECL()
3195 if ((yyval.b_type != sym_k_error_value) && in YYPARSE_DECL()
3196 (yyval.b_type != sym_k_any_value) && in YYPARSE_DECL()
3199 if ((yyval.b_type != sym_k_char_8_value) && in YYPARSE_DECL()
3210 if (yyval.b_type != sym_k_error_value) in YYPARSE_DECL()
3534 { yyval = gz_yynullval; yyval.b_type = yystack.l_mark[0].b_type; } in YYPARSE_DECL()
3578 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3585 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3590 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3670 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilSemVal.c2516 switch ( val_entry->b_type )
2698 switch ( cTable->b_type )
3286 switch (value_entry->b_type)
3289 switch (op1_entry->b_type)
3572 value_entry->b_type = op1_entry->b_type;
3590 switch (op1_entry->b_type)
3893 value_entry->b_type = cat_str_entry->b_type;
3908 value_entry->b_type = cat_str_entry->b_type;
3989 value_entry->b_type = op1_entry->b_type;
4522 switch (op1_entry->b_type)
[all …]
H A DUilSarVal.c305 target_frame->b_type = value_entry->b_type;
329 target_frame->b_type = value_entry->b_type;
350 target_frame->b_type = value_entry->b_type;
1253 target_frame->b_type = 0;
1266 target_frame->b_type = prior_value_frame->b_type;
1847 value_entry->b_type = value_frame->b_type;
2045 value_entry->b_type = token_frame->b_type;
2054 target_frame->b_type = value_entry->b_type;
2275 -> header.b_type);
2561 font_item->b_type = font_save->b_type;
[all …]
H A DUilLexPars.c2693 { yyval = yystack.l_mark[0]; yyval.b_type = in YYPARSE_DECL()
3195 if ((yyval.b_type != sym_k_error_value) && in YYPARSE_DECL()
3196 (yyval.b_type != sym_k_any_value) && in YYPARSE_DECL()
3199 if ((yyval.b_type != sym_k_char_8_value) && in YYPARSE_DECL()
3210 if (yyval.b_type != sym_k_error_value) in YYPARSE_DECL()
3534 { yyval = gz_yynullval; yyval.b_type = yystack.l_mark[0].b_type; } in YYPARSE_DECL()
3578 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3585 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3590 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
3670 { yyval.b_type = yystack.l_mark[-2].b_type; in YYPARSE_DECL()
[all …]
H A DUilSarObj.c260 object_frame->b_type = object_type; in sar_create_object()
311 obj_entry->header.b_type = in sar_create_child()
696 obj_entry->header.b_type = current_frame->b_type;
745 obj_entry->header.b_type =
805 switch (current_frame->b_type)
992 ((ref_entry->header.b_type!=obj_entry->header.b_type) &&
994 obj_entry->header.b_type) &&
996 ref_entry->header.b_type));
1000 (ref_entry->header.b_type!=obj_entry->header.b_type);
1094 obj_entry->header.b_type,
[all …]
H A DUilSarExp.c135 res_entry->b_type = sym_k_any_value;
145 switch (operator_frame->b_type)
209 operator_frame->b_type = res_entry->b_type;
266 switch (operator_frame->b_type)
311 res_entry->b_type = operator;
317 res_entry->b_type = res_type;
322 operator_frame->b_type = res_entry->b_type;
H A DUilDiags.c585 char *diag_object_text( b_type ) in diag_object_text() argument
587 int XmConst b_type; in diag_object_text()
596 if ( b_type <= uil_max_object )
597 return uil_widget_names[b_type];
637 char *diag_value_text( b_type ) in diag_value_text() argument
639 int XmConst b_type; in diag_value_text()
649 if ( b_type <= sym_k_max_value )
650 return uil_datatype_names[b_type];
691 char *diag_charset_text( b_type ) in diag_charset_text() argument
693 int XmConst b_type; in diag_charset_text()
[all …]
H A DUilSarComp.c542 new_str_entry->b_type = sym_k_char_8_value;
739 name_frame ->b_type = az_keyword_entry->b_token;
802 target_frame->b_type = 0;
814 target_frame->b_type = prior_value_frame->b_type;
824 switch (value_frame->b_type)
837 if (value_entry->b_type == sym_k_bool_value)
858 if (value_entry->b_type == sym_k_bool_value)
861 target_frame->b_type |= sym_m_sixteen_bit;
863 target_frame->b_type &= ~sym_m_sixteen_bit;
932 if (value_entry->b_type != sym_k_char_8_value)
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_boundary.c256 if (b_type & CS_BOUNDARY_WALL) in _flow_type_descr()
259 if (b_type & CS_BOUNDARY_INLET && b_type & CS_BOUNDARY_OUTLET) in _flow_type_descr()
261 else if (b_type & CS_BOUNDARY_INLET) in _flow_type_descr()
266 if (b_type & CS_BOUNDARY_SYMMETRY) in _flow_type_descr()
271 if (b_type & CS_BOUNDARY_ROUGH_WALL) in _flow_type_descr()
279 if (b_type & CS_BOUNDARY_IMPOSED_P) in _flow_type_descr()
289 if (b_type & CS_BOUNDARY_INLET_QH) in _flow_type_descr()
295 if (b_type & CS_BOUNDARY_SUBSONIC) in _flow_type_descr()
298 if (b_type & CS_BOUNDARY_SUPERSONIC) in _flow_type_descr()
306 if (b_type & CS_BOUNDARY_COUPLED) in _flow_type_descr()
[all …]
/dports/devel/xsimd/xsimd-7.6.0/docs/source/
H A Dvectorized_code.rst43 using b_type = xsimd::batch<double, 4>;
44 std::size_t inc = b_type::size;
50 b_type avec(&a[i]);
51 b_type bvec(&b[i]);
52 b_type rvec = (avec + bvec) / 2;
80 std::size_t inc = b_type::size;
88 b_type rvec = (avec + bvec) / 2;
121 std::size_t inc = b_type::size;
129 b_type rvec = (avec + bvec) / 2;
158 std::size_t inc = b_type::size;
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/gemm/
H A Dgen9_gemm_kernel_x8x8s32.hpp31 impl::data_type_t a_type, impl::data_type_t b_type, in init_cl_options()
60 impl::data_type_t b_type, impl::data_type_t c_type) { in init_kernel_ctx()
62 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
67 if ((a_type == s8) && (b_type == s8)) { in init_kernel_ctx()
69 } else if ((a_type == u8) && (b_type == s8)) { in init_kernel_ctx()
71 } else if ((a_type == s8) && (b_type == u8)) { in init_kernel_ctx()
114 impl::data_type_t b_type, impl::data_type_t c_type) { in init_kernel_ctx()
116 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
H A Dxe_lp_gemm_kernel.hpp31 impl::data_type_t a_type, impl::data_type_t b_type, in init_cl_options()
65 impl::data_type_t b_type, impl::data_type_t c_type) { in init_kernel_ctx()
67 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
72 if ((a_type == s8) && (b_type == s8)) { in init_kernel_ctx()
74 } else if ((a_type == u8) && (b_type == s8)) { in init_kernel_ctx()
76 } else if ((a_type == s8) && (b_type == u8)) { in init_kernel_ctx()
126 impl::data_type_t b_type, impl::data_type_t c_type) { in init_kernel_ctx()
128 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/gemm/
H A Dgen9_gemm_kernel_x8x8s32.hpp31 impl::data_type_t a_type, impl::data_type_t b_type, in init_cl_options()
60 impl::data_type_t a_type, impl::data_type_t b_type, in init_kernel_ctx()
63 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
68 if ((a_type == s8) && (b_type == s8)) { in init_kernel_ctx()
70 } else if ((a_type == u8) && (b_type == s8)) { in init_kernel_ctx()
72 } else if ((a_type == s8) && (b_type == u8)) { in init_kernel_ctx()
115 impl::data_type_t a_type, impl::data_type_t b_type, in init_kernel_ctx()
118 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
H A Dxe_lp_gemm_kernel.hpp31 impl::data_type_t a_type, impl::data_type_t b_type, in init_cl_options()
65 impl::data_type_t a_type, impl::data_type_t b_type, in init_kernel_ctx()
68 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
73 if ((a_type == s8) && (b_type == s8)) { in init_kernel_ctx()
75 } else if ((a_type == u8) && (b_type == s8)) { in init_kernel_ctx()
77 } else if ((a_type == s8) && (b_type == u8)) { in init_kernel_ctx()
127 impl::data_type_t a_type, impl::data_type_t b_type, in init_kernel_ctx()
130 auto status = init_cl_options(kernel_ctx, a_type, b_type, c_type); in init_kernel_ctx()
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/nested-admin/nested_admin/tests/identical_prefixes/
H A Dmodels.py67 b_type = models.CharField(max_length=1, choices=(('X', 'X'), ('Y', 'Y'))) variable in B
74 parts = ["B%s[%d](%s)" % (self.b_type, self.position, self.bar)]
80 self.b_type = self.default_b_type
85 def __init__(self, b_type): argument
86 self.b_type = b_type
90 return super(BManager, self).get_queryset().filter(b_type=self.b_type)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/s8x8s32/
H A Djit_avx512_core_gemv_s8x8s32.cpp42 template <typename b_type>
44 if (std::is_same<b_type, int8_t>::value) { in gemv_kernel_driver()
59 template <typename b_type>
68 b_type *new_x = nullptr; in gemv_threading_driver()
73 gemm_info_t<int8_t, b_type, int32_t> arg_seq = *arg; in gemv_threading_driver()
102 new_x = (b_type *)arg->b; in gemv_threading_driver()
235 template <typename b_type>
236 typename std::enable_if<std::is_same<b_type, uint8_t>::value
237 || std::is_same<b_type, int8_t>::value,
240 gemm_info_t<int8_t, b_type, int32_t> arg_gemv = *arg; in jump_to_gemv_s8x8s32_impl()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/s8x8s32/
H A Djit_avx512_core_gemv_s8x8s32.cpp42 template <typename b_type>
44 if (std::is_same<b_type, int8_t>::value) { in gemv_kernel_driver()
59 template <typename b_type>
68 b_type *new_x = nullptr; in gemv_threading_driver()
73 gemm_info_t<int8_t, b_type, int32_t> arg_seq = *arg; in gemv_threading_driver()
102 new_x = (b_type *)arg->b; in gemv_threading_driver()
235 template <typename b_type>
236 typename std::enable_if<std::is_same<b_type, uint8_t>::value
237 || std::is_same<b_type, int8_t>::value,
240 gemm_info_t<int8_t, b_type, int32_t> arg_gemv = *arg; in jump_to_gemv_s8x8s32_impl()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Duse_26.f9030 type :: b_type type
35 end type b_type
40 class(b_type) :: b_type_
58 type(b_type) :: b_type_instance
69 type(b_type) :: b_type_instance
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Duse_26.f9030 type :: b_type type
35 end type b_type
40 class(b_type) :: b_type_
58 type(b_type) :: b_type_instance
69 type(b_type) :: b_type_instance
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Duse_26.f9030 type :: b_type type
35 end type b_type
40 class(b_type) :: b_type_
58 type(b_type) :: b_type_instance
69 type(b_type) :: b_type_instance

12345678910>>...32