Home
last modified time | relevance | path

Searched refs:v_unit (Results 1 – 21 of 21) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/units/tests/
H A Dtest_structured.py21 self.v_unit = u.km / u.s
47 assert su['v'] is self.v_unit
51 assert su2['pv']['v'] is self.v_unit
70 assert su['pv']['v'] is self.v_unit
76 assert su2['p_v']['v'] is self.v_unit
299 su2 = StructuredUnit((self.p_unit, self.v_unit),
311 self.pv_t['pv']['v'] * self.v_unit)
333 assert pv_times_au['v'] == self.v_unit * u.AU
350 assert pv_by_s['v'] == self.v_unit / u.s
438 assert q2['v'].unit == self.v_unit
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KIM/
H A Dkim_init.cpp458 int v_unit; in do_variables() local
468 v_unit = variable->find(var_str.c_str()); in do_variables()
469 if (v_unit < 0) { in do_variables()
471 v_unit = variable->find(var_str.c_str()); in do_variables()
480 variable->internal_set(v_unit, conversion_factor); in do_variables()
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dspacetime.c32 CAMLprim value caml_spacetime_enabled (value v_unit) in caml_spacetime_enabled() argument
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dspacetime.c32 CAMLprim value caml_spacetime_enabled (value v_unit) in caml_spacetime_enabled() argument
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DScreen.c163 sizeof(int), Offset(screen.v_unit),
455 if (xmScreen->screen.v_unit == RESOURCE_DEFAULT) in Initialize()
457 NULL, &xmScreen->screen.v_unit); in Initialize()
610 if (newScr->screen.v_unit == oldScr->screen.v_unit) { in SetValues()
612 NULL, &newScr->screen.v_unit); in SetValues()
1260 xmScreen->screen.v_unit = v_value ; in XmSetFontUnits()
1292 return(xmScreen->screen.v_unit); in _XmGetFontUnit()
H A DScreenP.h86 int v_unit; member
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DScreen.c151 sizeof(int), Offset(v_unit),
500 static int v_unit; in default_vertical_font_unit() local
502 val->addr = (XPointer)&v_unit; in default_vertical_font_unit()
503 val->size = sizeof v_unit; in default_vertical_font_unit()
504 v_unit = in default_vertical_font_unit()
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Daims.py8 v_unit = Ang / (1000.0 * fs) variable
99 floatvect = [v_unit * float(l) for l in inp[1:4]]
317 *atoms.get_velocities()[i] / v_unit
522 floatvect = [v_unit * float(l) for l in inp[1:4]]
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime.c268 CAMLprim value caml_spacetime_trie_is_initialized (value v_unit) in caml_spacetime_trie_is_initialized() argument
273 CAMLprim value caml_spacetime_get_trie_root (value v_unit) in caml_spacetime_get_trie_root() argument
1074 CAMLprim value caml_spacetime_enabled (value v_unit) in caml_spacetime_enabled() argument
1095 CAMLprim value caml_spacetime_enabled (value v_unit) in caml_spacetime_enabled() argument
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime.c268 CAMLprim value caml_spacetime_trie_is_initialized (value v_unit) in caml_spacetime_trie_is_initialized() argument
273 CAMLprim value caml_spacetime_get_trie_root (value v_unit) in caml_spacetime_get_trie_root() argument
1074 CAMLprim value caml_spacetime_enabled (value v_unit) in caml_spacetime_enabled() argument
1095 CAMLprim value caml_spacetime_enabled (value v_unit) in caml_spacetime_enabled() argument
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdvector.c605 char v_unit[GMT_LEN8] = {""}; in GMT_grdvector() local
645 sprintf (v_unit, "km"); in GMT_grdvector()
647 strcpy (v_unit, API->GMT->session.unit_name[API->GMT->current.setting.proj_length_unit]); in GMT_grdvector()
658 …GMT_Report (API, GMT_MSG_INFORMATION, "Minimum length of scaled vector in %4s : %g\n", v_unit, … in GMT_grdvector()
659 …GMT_Report (API, GMT_MSG_INFORMATION, "Maximum length of scaled vector in %4s : %g\n", v_unit, … in GMT_grdvector()
660 …GMT_Report (API, GMT_MSG_INFORMATION, "Mean length of the scaled vector in %4s : %g\n", v_unit, … in GMT_grdvector()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DScreenP.h90 int v_unit; member
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dzfs.py516 v_unit = match_size.group(2).upper()[0]
518 v_multiplier = math.pow(1024, zfs_size.index(v_unit) + 1)
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/
H A Dformat7.h102 …it_size(dc1394camera_t *camera, dc1394video_mode_t video_mode, uint32_t *h_unit, uint32_t *v_unit);
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dpenrose.c110 static vector v_unit(void) in v_unit() function
613 vector v = v_unit(); in main()
/dports/math/p5-Math-Pari/pari-2.3.5/src/graph/
H A Drect.h42 #define v_unit (pari_plot_engine->vunit) macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_knife.c2183 float v_unit[2]; in snap_v2_angle() local
2188 normalize_v2_v2(v_unit, v); in snap_v2_angle()
2189 angle = angle_signed_v2v2(v_unit, v_ref); in snap_v2_angle()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dfuzz-oss1.test244 CREATE VIEW v_unit AS SELECT *,v_unit_tmp2.f_LASTVALUE*IFNULL((SELECT s2.f_LASTVALUE FROM v_unit_tm…
251 …=v_operation_tmp1.id)) AS i_MOSTIMPSUBOP,((SELECT s.f_CURRENTAMOUNT FROM v_unit s WHERE s.id=v_ope…
269 …_QUANTITY) FROM v_operation_display o WHERE o.rc_unit_id=v_unit.id) AS f_QUANTITYOWNED FROM v_unit;
270 …ON,v_account.*,(v_account.f_CURRENTAMOUNT/(SELECT u.f_CURRENTAMOUNT FROM v_unit u, operation s WHE…
271v_unit u WHERE u.id=op.rc_unit_id) AS t_UNITTYPE,sop.id AS i_SUBOPID, sop.r_refund_id AS r_refund_…
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dfuzz-oss1.test244 CREATE VIEW v_unit AS SELECT *,v_unit_tmp2.f_LASTVALUE*IFNULL((SELECT s2.f_LASTVALUE FROM v_unit_tm…
251 …=v_operation_tmp1.id)) AS i_MOSTIMPSUBOP,((SELECT s.f_CURRENTAMOUNT FROM v_unit s WHERE s.id=v_ope…
269 …_QUANTITY) FROM v_operation_display o WHERE o.rc_unit_id=v_unit.id) AS f_QUANTITYOWNED FROM v_unit;
270 …ON,v_account.*,(v_account.f_CURRENTAMOUNT/(SELECT u.f_CURRENTAMOUNT FROM v_unit u, operation s WHE…
271v_unit u WHERE u.id=op.rc_unit_id) AS t_UNITTYPE,sop.id AS i_SUBOPID, sop.r_refund_id AS r_refund_…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dfuzz-oss1.test244 CREATE VIEW v_unit AS SELECT *,v_unit_tmp2.f_LASTVALUE*IFNULL((SELECT s2.f_LASTVALUE FROM v_unit_tm…
251 …=v_operation_tmp1.id)) AS i_MOSTIMPSUBOP,((SELECT s.f_CURRENTAMOUNT FROM v_unit s WHERE s.id=v_ope…
269 …_QUANTITY) FROM v_operation_display o WHERE o.rc_unit_id=v_unit.id) AS f_QUANTITYOWNED FROM v_unit;
270 …ON,v_account.*,(v_account.f_CURRENTAMOUNT/(SELECT u.f_CURRENTAMOUNT FROM v_unit u, operation s WHE…
271v_unit u WHERE u.id=op.rc_unit_id) AS t_UNITTYPE,sop.id AS i_SUBOPID, sop.r_refund_id AS r_refund_…
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h2131 (((XmScreen)w)->screen.v_unit)