Home
last modified time | relevance | path

Searched refs:odv (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dxtensa-tdep.c2234 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + odv[2]; in call0_track_op()
2241 dst[odv[0]].fr_reg = src[odv[2]].fr_reg; in call0_track_op()
2242 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs + src[odv[1]].fr_ofs; in call0_track_op()
2247 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + src[odv[2]].fr_ofs; in call0_track_op()
2275 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs & src[odv[1]].fr_ofs; in call0_track_op()
2280 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs & src[odv[2]].fr_ofs; in call0_track_op()
2290 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs - src[odv[2]].fr_ofs; in call0_track_op()
2311 dst[odv[0]].fr_ofs = odv[1]; in call0_track_op()
2345 dst[src[odv[0]].fr_reg].to_stk = src[odv[1]].fr_ofs + odv[2]; in call0_track_op()
2561 if (odv[2] == odv[1]) in call0_analyze_prologue()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dxtensa-tdep.c2232 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + odv[2]; in call0_track_op()
2239 dst[odv[0]].fr_reg = src[odv[2]].fr_reg; in call0_track_op()
2240 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs + src[odv[1]].fr_ofs; in call0_track_op()
2245 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + src[odv[2]].fr_ofs; in call0_track_op()
2273 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs & src[odv[1]].fr_ofs; in call0_track_op()
2278 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs & src[odv[2]].fr_ofs; in call0_track_op()
2288 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs - src[odv[2]].fr_ofs; in call0_track_op()
2309 dst[odv[0]].fr_ofs = odv[1]; in call0_track_op()
2343 dst[src[odv[0]].fr_reg].to_stk = src[odv[1]].fr_ofs + odv[2]; in call0_track_op()
2559 if (odv[2] == odv[1]) in call0_analyze_prologue()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dxtensa-tdep.c2184 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + odv[2]; in call0_track_op()
2191 dst[odv[0]].fr_reg = src[odv[2]].fr_reg; in call0_track_op()
2192 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs + src[odv[1]].fr_ofs; in call0_track_op()
2197 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + src[odv[2]].fr_ofs; in call0_track_op()
2225 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs & src[odv[1]].fr_ofs; in call0_track_op()
2230 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs & src[odv[2]].fr_ofs; in call0_track_op()
2240 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs - src[odv[2]].fr_ofs; in call0_track_op()
2261 dst[odv[0]].fr_ofs = odv[1]; in call0_track_op()
2295 dst[src[odv[0]].fr_reg].to_stk = src[odv[1]].fr_ofs + odv[2]; in call0_track_op()
2509 if (odv[2] == odv[1]) in call0_analyze_prologue()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dderivative.cwl26 \odv[keyvals]{function%formula}/{variables%formula}#m
27 \odv[keyvals]{function%formula}{variables%formula}#m
28 \odv{function%formula}/{variables%formula}_{pt1%formula}^{pt2%formula}#*m
29 \odv{function%formula}{variables%formula}_{pt1%formula}^{pt2%formula}#m
30 \odv{function%formula}/{variables%formula}#m
31 \odv{function%formula}{variables%formula}#m
34 \odv*[keyvals]{function%formula}/{variables%formula}#m
35 \odv*[keyvals]{function%formula}{variables%formula}#m
37 \odv*{function%formula}{variables%formula}_{pt1%formula}^{pt2%formula}#m
38 \odv*{function%formula}/{variables%formula}#m
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DGenericBehaviourInterface.cxx902 auto odv = SupportedTypes::TypeSize{}; in writeBehaviourConstructorBody()
912 init(odv, dv, dvname, "s0.gradients"); in writeBehaviourConstructorBody()
916 os << "this->" << dv.name << "1 = mgb_d.s1.gradients[" << odv in writeBehaviourConstructorBody()
920 if (!odv.isNull()) { in writeBehaviourConstructorBody()
922 << "mgb_d.s1.gradients+" << odv << "," in writeBehaviourConstructorBody()
934 << "mgb_d.s1.gradients[" << odv << "] - " in writeBehaviourConstructorBody()
935 << "mgb_d.s0.gradients[" << odv << "];\n"; in writeBehaviourConstructorBody()
938 if (!odv.isNull()) { in writeBehaviourConstructorBody()
940 << "mgb_d.s1.gradients+" << odv << "," in writeBehaviourConstructorBody()
941 << "mgb_d.s0.gradients+" << odv << "," in writeBehaviourConstructorBody()
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DGenericBehaviourInterface.cxx1574 auto odv = SupportedTypes::TypeSize{}; in writeBehaviourConstructorBody()
1585 init(odv, dv, dvname, "s0.gradients"); in writeBehaviourConstructorBody()
1589 os << "this->" << dv.name << "1 = mgb_d.s1.gradients[" << odv in writeBehaviourConstructorBody()
1593 if (!odv.isNull()) { in writeBehaviourConstructorBody()
1595 << "mgb_d.s1.gradients+" << odv << "," in writeBehaviourConstructorBody()
1607 << "mgb_d.s1.gradients[" << odv << "] - " in writeBehaviourConstructorBody()
1608 << "mgb_d.s0.gradients[" << odv << "];\n"; in writeBehaviourConstructorBody()
1611 if (!odv.isNull()) { in writeBehaviourConstructorBody()
1613 << "mgb_d.s1.gradients+" << odv << "," in writeBehaviourConstructorBody()
1614 << "mgb_d.s0.gradients+" << odv << "," in writeBehaviourConstructorBody()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/
H A DtestSelectionTypes.erl39 "ObjectDesc" = M:odv(),
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Ddtp92.c345 double odv = 0.0; in dtp92_init_coms() local
349 if (sscanf(buf, "%lf<", &odv) != 1) in dtp92_init_coms()
351 printf("Read current offset drift value of %f\n", odv); in dtp92_init_coms()
352 if (odv > 0.5 || odv < 0.05) in dtp92_init_coms()
354 sprintf(tbuf,"%05dSD\r",(int)(odv * 100000)); in dtp92_init_coms()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSelectionType.asn43 odv od < Element ::= "ObjectDesc"
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dtrans-openmp.c7310 if (!odv) in gfc_trans_omp_declare_variant()
7318 next = odv->next; in gfc_trans_omp_declare_variant()
7320 if (odv->error_p) in gfc_trans_omp_declare_variant()
7326 if (odv->checked_p) in gfc_trans_omp_declare_variant()
7346 &odv->where); in gfc_trans_omp_declare_variant()
7349 &odv->where); in gfc_trans_omp_declare_variant()
7352 &odv->where); in gfc_trans_omp_declare_variant()
7360 odv->checked_p = true; in gfc_trans_omp_declare_variant()
7363 odv->error_p = true; in gfc_trans_omp_declare_variant()
7416 odv->where, true); in gfc_trans_omp_declare_variant()
[all …]
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DArray-util.cc643 dim_vector odv = idx.orig_dimensions (); in ind2sub() local
645 rdata[j] = Array<octave_idx_type> (odv); in ind2sub()
H A DArray.cc633 rec_resize_helper (const dim_vector& ndv, const dim_vector& odv) in rec_resize_helper() argument
637 assert (odv.ndims () == l); in rec_resize_helper()
640 for (; i < l-1 && ndv(i) == odv(i); i++) ld *= ndv(i); in rec_resize_helper()
651 cext[j] = std::min (ndv(i+j), odv(i+j)); in rec_resize_helper()
652 sext[j] = sld *= odv(i+j); in rec_resize_helper()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_customer/i18n/
H A Dcs.po54 msgstr "Všechna průmyslová odvětví"
201 msgstr "Reference podle průmyslových odvětví"

12345678