Home
last modified time | relevance | path

Searched refs:orderv (Results 1 – 22 of 22) sorted by relevance

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzddhgtu.c27 integer orderv[23]; in zzddhgtu_() local
467 orderi_(utcst, nut, orderv); in zzddhgtu_()
473 if (utcst[orderv[0] - 1] <= 0) { in zzddhgtu_()
474 *uindex = orderv[0]; in zzddhgtu_()
525 done = ! utlck[orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : in zzddhgtu_()
545 utcst[orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : s_rnge("orderv", in zzddhgtu_()
547 uthan[orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : s_rnge("orderv", in zzddhgtu_()
552 *uindex = orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : s_rnge("ord" in zzddhgtu_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzddhgtu.c27 integer orderv[23]; in zzddhgtu_() local
467 orderi_(utcst, nut, orderv); in zzddhgtu_()
473 if (utcst[orderv[0] - 1] <= 0) { in zzddhgtu_()
474 *uindex = orderv[0]; in zzddhgtu_()
525 done = ! utlck[orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : in zzddhgtu_()
545 utcst[orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : s_rnge("orderv", in zzddhgtu_()
547 uthan[orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : s_rnge("orderv", in zzddhgtu_()
552 *uindex = orderv[(i__1 = i__ - 1) < 23 && 0 <= i__1 ? i__1 : s_rnge("ord" in zzddhgtu_()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_curve.h64 ((nu)->orderv + (nu)->pntsv + (((nu)->flagv & CU_NURB_CYCLIC) ? ((nu)->orderv - 1) : 0))
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/exporter/
H A Dabc_writer_nurbs.cc157 sample.setVOrder(nu->orderv + 1); in do_write()
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/intern/
H A Dabc_reader_nurbs.cc120 nu->orderv = smp.getVOrder() - 1; in readObjectData()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcurve.c1429 if (nu->orderv > nu->pntsv) { in BKE_nurb_makeFaces()
1468 vstart = fp[nu->orderv - 1]; in BKE_nurb_makeFaces()
1471 vend = fp[nu->pntsv + nu->orderv - 1]; in BKE_nurb_makeFaces()
1485 cycl = nu->orderv - 1; in BKE_nurb_makeFaces()
4876 if (nu->pntsv < nu->orderv) { in BKE_nurb_check_valid_v()
4881 if (nu->orderv == 4) { in BKE_nurb_check_valid_v()
4887 if (nu->orderv != 3) { in BKE_nurb_check_valid_v()
4924 if (nu->pntsv < nu->orderv) { in BKE_nurb_order_clamp_v()
4925 nu->orderv = max_ii(2, nu->pntsv); in BKE_nurb_order_clamp_v()
4929 CLAMP(nu->orderv, 3, 4); in BKE_nurb_order_clamp_v()
[all …]
H A Dfont.c447 nu2->orderv = 1; in build_underline()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_curve_types.h171 short orderu, orderv; member
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestTreeCombine.cc104 inline openvdb::Vec3f orderv(const openvdb::Vec3f& a, const openvdb::Vec3f& b) { return a+100.0f*b;… in orderv() function
124 testComp<openvdb::VectorTree>(Local::combine<openvdb::VectorTree>, Local::orderv); in TEST_F()
127 testComp<openvdb::VectorTree>(Local::extendedCombine<openvdb::VectorTree>, Local::orderv); in TEST_F()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditcurve.c1891 SWAP(short, nu->orderu, nu->orderv); in ed_surf_delete_selected()
2095 nu->orderv = 2; in ed_editnurb_extrude_flag()
4183 SWAP(short, nu->orderu, nu->orderv); in rotate_direction_nurb()
4313 if (nu1->orderv == 0) { in merge_2_nurb()
4314 nu1->orderv = 1; in merge_2_nurb()
4347 if (nu2->orderv == 0) { in merge_2_nurb()
4348 nu2->orderv = 1; in merge_2_nurb()
4407 if (nu1->orderv < 3 && nu1->orderv < nu1->pntsv) { in merge_2_nurb()
4408 nu1->orderv++; in merge_2_nurb()
5061 nu->orderv = 4; in ed_editnurb_spin()
H A Deditcurve_add.c345 nu->orderv = 4; in ED_curve_add_nurbs_primitive()
H A Deditcurve_paint.c998 nu->orderv = 1; in curve_draw_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_curve.c719 nu->orderu = nu->orderv = 4; in rna_Curve_spline_new()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/purchase/i18n/
H A Dsv.po678 msgstr "Genomsnittligt ordervärde ("
/dports/finance/weberp/webERP/locale/sv_SE.utf8/LC_MESSAGES/
H A Dmessages.po22319 msgstr "Totala ordervärdet exklusive skatt"
22323 msgstr "Totala ordervärdet mottagna exklusive skatt"
/dports/textproc/sv-hunspell/sv-hunspell-2.40/dictionaries/
H A Dsv_FI.dic91330 ordervärde/ACEFY
H A Dsv_SE.dic91494 ordervärde/ACEFY
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dsv_FI-SwedishFinland.dic92306 ordervärde/ACEFY
H A Dsv_SV-Swedish.dic92480 ordervärde/ACEFY
/dports/textproc/py-spylls/spylls-0.1.6/spylls/hunspell/data/sv/
H A Dsv_SE.dic91494 ordervärde/ACEFY
/dports/www/dooble/dooble-2021.12.05/Dictionaries/sv_SE/
H A Dsv_FI.dic91330 ordervärde/ACEFY
H A Dsv_SE.dic91494 ordervärde/ACEFY