Home
last modified time | relevance | path

Searched refs:a_o (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyMarshal.cc3156 Py_INCREF(a_o); return a_o; in copyArgumentShort()
3176 Py_INCREF(a_o); return a_o; in copyArgumentShort()
3201 Py_INCREF(a_o); return a_o; in copyArgumentLong()
3224 Py_INCREF(a_o); return a_o; in copyArgumentLong()
3248 Py_INCREF(a_o); return a_o; in copyArgumentUShort()
3270 Py_INCREF(a_o); return a_o; in copyArgumentUShort()
3302 Py_INCREF(a_o); return a_o; in copyArgumentULong()
3440 Py_INCREF(a_o); return a_o; in copyArgumentChar()
3563 Py_INCREF(a_o); return a_o; in copyArgumentTypeCode()
3769 Py_INCREF(a_o); return a_o; in copyArgumentEnum()
[all …]
H A DpyAbstractIntf.cc40 if (a_o == Py_None) in OMNI_USING_NAMESPACE()
44 if (omniPy::getObjRef(a_o)) in OMNI_USING_NAMESPACE()
64 a_o->ob_type, in OMNI_USING_NAMESPACE()
74 "O", a_o->ob_type)); in OMNI_USING_NAMESPACE()
102 a_o->ob_type)); in OMNI_USING_NAMESPACE()
112 if (a_o == Py_None) { in marshalPyObjectAbstractInterface()
157 if (a_o == Py_None) { in copyArgumentAbstractInterface()
162 if (omniPy::getObjRef(a_o)) { in copyArgumentAbstractInterface()
164 a_o, compstatus); in copyArgumentAbstractInterface()
182 a_o->ob_type, in copyArgumentAbstractInterface()
[all …]
H A DpyValueType.cc208 if (a_o == Py_None) // Nil value in validateTypeValue()
241 "O", a_o->ob_type)); in validateTypeValue()
257 a_o->ob_type, in validateTypeValue()
284 "O", a_o->ob_type)); in validateTypeValue()
333 a_o->ob_type, in validateMembers()
533 if (a_o == Py_None) { // Nil in marshalPyObjectValue()
580 if (a_o == Py_None) { // Nil in marshalPyObjectValueBox()
1061 Py_INCREF(a_o); in copyArgumentValue()
1062 return a_o; in copyArgumentValue()
1072 Py_INCREF(a_o); in copyArgumentValueBox()
[all …]
H A Domnipy.h686 void validateType(PyObject* d_o, PyObject* a_o,
693 validateTypeFns[tk](d_o, a_o, compstatus, track);
711 PyObject* d_o, PyObject* a_o);
719 marshalPyObjectFns[tk](stream, d_o, a_o); in marshalPyObject()
722 marshalPyObjectIndirect(stream, d_o, a_o); in marshalPyObject()
767 PyObject* copyArgument(PyObject* d_o, PyObject* a_o, in copyArgument() argument
839 validateTypeValue(PyObject* d_o, PyObject* a_o,
844 validateTypeValueBox(PyObject* d_o, PyObject* a_o,
861 PyObject* d_o, PyObject* a_o);
871 copyArgumentValue(PyObject* d_o, PyObject* a_o,
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_fixed.c147 return a_o; in FV2_AddEx()
159 return a_o; in FV2_SubEx()
171 return a_o; in FV2_MulEx()
183 return a_o; in FV2_DivideEx()
196 a_o->x = a_1->x + a_o->x; in FV2_Midpoint()
197 a_o->y = a_1->y + a_o->y; in FV2_Midpoint()
198 return a_o; in FV2_Midpoint()
233 return a_o; in FV2_NegateEx()
350 a_o->x = a_1->x + a_o->x; in FV3_Midpoint()
351 a_o->y = a_1->y + a_o->y; in FV3_Midpoint()
[all …]
H A Dm_fixed.h338 vector2_t *FV2_Copy(vector2_t *a_o, const vector2_t *a_i);
339 vector2_t *FV2_AddEx(const vector2_t *a_i, const vector2_t *a_c, vector2_t *a_o);
343 vector2_t *FV2_MulEx(const vector2_t *a_i, fixed_t a_c, vector2_t *a_o);
345 vector2_t *FV2_DivideEx(const vector2_t *a_i, fixed_t a_c, vector2_t *a_o);
350 fixed_t FV2_NormalizeEx(const vector2_t *a_normal, vector2_t *a_o);
352 vector2_t *FV2_NegateEx(const vector2_t *a_1, vector2_t *a_o);
365 vector3_t *FV3_Copy(vector3_t *a_o, const vector3_t *a_i);
370 vector3_t *FV3_MulEx(const vector3_t *a_i, fixed_t a_c, vector3_t *a_o);
372 vector3_t *FV3_DivideEx(const vector3_t *a_i, fixed_t a_c, vector3_t *a_o);
377 fixed_t FV3_NormalizeEx(const vector3_t *a_normal, vector3_t *a_o);
[all …]
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/mixtri.lv2/src/
H A Dmixtri.c408 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
422 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
436 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
442 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
455 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
468 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
485 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
508 a_o[3][n] = FIRE_TRIGGER; in run_mixtri()
614 a_o[3][n] = ts_prev; in run_mixtri()
618 a_o[3][n] = tin; in run_mixtri()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Djson.c186 yajl_val a_o = o->u.array.values[j]; in uwsgi_json_config() local
187 if (YAJL_IS_STRING(a_o)) { in uwsgi_json_config()
188 add_exported_option(key, YAJL_GET_STRING(a_o) , 0); in uwsgi_json_config()
190 else if (YAJL_IS_TRUE(a_o)) { in uwsgi_json_config()
193 else if (YAJL_IS_FALSE(a_o) || YAJL_IS_NULL(a_o)) { in uwsgi_json_config()
196 else if (YAJL_IS_NUMBER(a_o) || YAJL_IS_INTEGER(a_o)) { in uwsgi_json_config()
197 add_exported_option(key, YAJL_GET_NUMBER(a_o), 0); in uwsgi_json_config()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/models/CY7C1356C/
H A Dcy1356.v151 reg [18:0] a_o; register
330 a_o <= a;
331 a_d <= a_o;
401 burstinit = a_o[0];
402 addreg = a_o;
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestTeamScan.hpp129 auto a_o = Kokkos::create_mirror_view(a_r); in operator ()() local
131 Kokkos::deep_copy(a_o, a_r); in operator ()()
145 _scan_calc = a_o(i, j); in operator ()()
150 ss << ", a_r" << idx.str() << a_o(i, j); in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestTeamScan.hpp129 auto a_o = Kokkos::create_mirror_view(a_r); in operator ()() local
131 Kokkos::deep_copy(a_o, a_r); in operator ()()
145 _scan_calc = a_o(i, j); in operator ()()
150 ss << ", a_r" << idx.str() << a_o(i, j); in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestTeamScan.hpp129 auto a_o = Kokkos::create_mirror_view(a_r); in operator ()() local
131 Kokkos::deep_copy(a_o, a_r); in operator ()()
145 _scan_calc = a_o(i, j); in operator ()()
150 ss << ", a_r" << idx.str() << a_o(i, j); in operator ()()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dact_api.c976 if (a_o == NULL) { in tc_action_load_ops()
992 if (a_o != NULL) { in tc_action_load_ops()
993 module_put(a_o->owner); in tc_action_load_ops()
1001 return a_o; in tc_action_load_ops()
1085 if (IS_ERR(a_o)) { in tcf_action_init()
1086 err = PTR_ERR(a_o); in tcf_action_init()
1089 ops[i - 1] = a_o; in tcf_action_init()
1641 if (a_o == NULL) in tc_dump_action()
1675 ret = a_o->walk(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
1691 module_put(a_o->owner); in tc_dump_action()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dact_api.c976 if (a_o == NULL) { in tc_action_load_ops()
992 if (a_o != NULL) { in tc_action_load_ops()
993 module_put(a_o->owner); in tc_action_load_ops()
1001 return a_o; in tc_action_load_ops()
1085 if (IS_ERR(a_o)) { in tcf_action_init()
1086 err = PTR_ERR(a_o); in tcf_action_init()
1089 ops[i - 1] = a_o; in tcf_action_init()
1641 if (a_o == NULL) in tc_dump_action()
1675 ret = a_o->walk(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
1691 module_put(a_o->owner); in tc_dump_action()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dact_api.c976 if (a_o == NULL) { in tc_action_load_ops()
992 if (a_o != NULL) { in tc_action_load_ops()
993 module_put(a_o->owner); in tc_action_load_ops()
1001 return a_o; in tc_action_load_ops()
1085 if (IS_ERR(a_o)) { in tcf_action_init()
1086 err = PTR_ERR(a_o); in tcf_action_init()
1089 ops[i - 1] = a_o; in tcf_action_init()
1641 if (a_o == NULL) in tc_dump_action()
1675 ret = a_o->walk(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
1691 module_put(a_o->owner); in tc_dump_action()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dold_interval.cpp313 bool a_o = m_lower_open; in operator *=() local
333 m_upper_open = a_o || c_o; SASSERT(a.is_neg() && c.is_neg()); in operator *=()
345 m_lower_open = a_o || d_o; in operator *=()
346 m_upper_open = a_o || c_o; in operator *=()
360 m_lower_open = a_o || d_o; SASSERT(a.is_neg() && d.is_pos()); in operator *=()
376 m_upper_open = a_o || c_o; SASSERT(a.is_neg() && c.is_neg()); in operator *=()
389 bool ad_o = a_o || d_o; in operator *=()
391 bool ac_o = a_o || c_o; in operator *=()
419 m_lower_open = a_o || d_o; SASSERT(a.is_neg() && d.is_pos()); in operator *=()
437 m_upper_open = (is_P0_old || other.is_N0()) ? false : a_o || d_o; in operator *=()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dold_interval.cpp313 bool a_o = m_lower_open; in operator *=() local
333 m_upper_open = a_o || c_o; SASSERT(a.is_neg() && c.is_neg()); in operator *=()
345 m_lower_open = a_o || d_o; in operator *=()
346 m_upper_open = a_o || c_o; in operator *=()
360 m_lower_open = a_o || d_o; SASSERT(a.is_neg() && d.is_pos()); in operator *=()
376 m_upper_open = a_o || c_o; SASSERT(a.is_neg() && c.is_neg()); in operator *=()
389 bool ad_o = a_o || d_o; in operator *=()
391 bool ac_o = a_o || c_o; in operator *=()
419 m_lower_open = a_o || d_o; SASSERT(a.is_neg() && d.is_pos()); in operator *=()
437 m_upper_open = (is_P0_old || other.is_N0()) ? false : a_o || d_o; in operator *=()
[all …]
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dmain.c81 struct arg_file * a_file, *a_o; variable
160 a_o = arg_file0("o", "output", "FILE", "send output to FILE"), in main()
184 a_o->filename[0] = "-"; // Default to stdout if no option specified in main()
572 if (strcmp(a_o->filename[0], "-") == 0) { in main()
575 } else if (!(output_stream = fopen(a_o->filename[0], "wb"))) { in main()
576 perror(a_o->filename[0]); in main()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-289.cs25 object[] a_o = default(object[]); field in C
43 const object[] a_o = default(object[]); field in Consts
H A Dtest-349.cs27 object[] a_o = null; field in C
/dports/lang/racket/racket-8.3/share/pkgs/redex-examples/redex/examples/
H A Dpi-calculus.rkt44 (in-hole E_1 (maybe-lift sent E_in (in a_ch a_x π_in) E_out (out a_ch a_o π_out)))
63 ;; on each pair if necessary and then lift the nu-binding of the a_o name if necessary
69 [(maybe-lift a_lifted E_in (in a_ch a_x π_in) E_out (out a_ch a_o π_out))
71 (in-hole (rename-innermost a_o a_lifted E_o¬!)
72 (subst a_o a_lifted π_out))))
75 (where E_o¬! (replicate-as-needed E_out (out a_ch a_o π_out)))
77 (side-condition (member (term a_o) (term (bound-by E_out))))]
80 [(maybe-lift a_lifted E_in (in a_ch a_x π_in) E_out (out a_ch a_o π_out))
81 ((in-hole E_i¬! (subst a_x a_o π_in))
85 (where E_o¬! (replicate-as-needed E_out (out a_ch a_o π_out)))])
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_handle_sparse.F90283 real(dp), pointer :: a_i(:,:), a_o(:,:) local
315 a_o => val(out)
452 a_o(i_o,:) = a_i(i_i,:)
527 real(dp), pointer :: a_o(:,:), a_i(:,:) local
536 a_o => val(d2_out)
543 dim_min = min(size(a_i,2), size(a_o,2))
567 a_o(:,:) = 0._dp
646 real(dp), pointer :: a_o(:), a_i(:) local
655 a_o => val(d1_out)
685 a_o(:) = 0._dp
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/wavefunctions/
H A Dbase.py325 a_o = getattr(self.kpt_qs[q][s], value)
328 a_o = value[u] # assumed list
331 a_o = np.asarray(a_o)
333 if a_o.dtype is not dtype:
334 a_o = a_o.astype(dtype)
339 return a_o
341 self.kd.comm.send(a_o, 0, 1302)
/dports/math/z3/z3-z3-4.8.13/src/math/interval/
H A Dinterval_def.h1039 bool a_o = lower_is_open(i1); in mul() local
1061 set_upper_is_open(r, a_o || c_o); in mul()
1074 set_lower_is_open(r, a_o || d_o); in mul()
1075 set_upper_is_open(r, a_o || c_o); in mul()
1090 set_lower_is_open(r, a_o || d_o); in mul()
1105 set_upper_is_open(r, a_o || c_o); in mul()
1118 bool ad_o = a_o || d_o; in mul()
1120 bool ac_o = a_o || c_o; in mul()
1159 set_lower_is_open(r, a_o || d_o); in mul()
1695 bool a_o = lower_is_open(i1); in div() local
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/interval/
H A Dinterval_def.h1039 bool a_o = lower_is_open(i1); in mul() local
1061 set_upper_is_open(r, a_o || c_o); in mul()
1074 set_lower_is_open(r, a_o || d_o); in mul()
1075 set_upper_is_open(r, a_o || c_o); in mul()
1090 set_lower_is_open(r, a_o || d_o); in mul()
1105 set_upper_is_open(r, a_o || c_o); in mul()
1118 bool ad_o = a_o || d_o; in mul()
1120 bool ac_o = a_o || c_o; in mul()
1159 set_lower_is_open(r, a_o || d_o); in mul()
1695 bool a_o = lower_is_open(i1); in div() local
[all …]

1234567