Home
last modified time | relevance | path

Searched refs:Pint (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/emulators/dosbox/dosbox-0.74-3/src/
H A Ddosbox.cpp384 Prop_int* Pint; in DOSBOX_Init() local
429 Pint->SetMinMax(1,63); in DOSBOX_Init()
430 Pint->Set_help( in DOSBOX_Init()
443 Pint->SetMinMax(0,10); in DOSBOX_Init()
528 Pint->Set_values(rates); in DOSBOX_Init()
538 Pint->SetMinMax(0,100); in DOSBOX_Init()
577 Pint->Set_values(irqssb); in DOSBOX_Init()
581 Pint->Set_values(dmassb); in DOSBOX_Init()
611 Pint->Set_values(rates); in DOSBOX_Init()
638 Pint->Set_values(rates); in DOSBOX_Init()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro/
H A Ddosbox.cpp333 Prop_int* Pint; in DOSBOX_Init() local
378 Pint->SetMinMax(1,63); in DOSBOX_Init()
379 Pint->Set_help( in DOSBOX_Init()
392 Pint->SetMinMax(0,10); in DOSBOX_Init()
481 Pint->Set_values(rates); in DOSBOX_Init()
491 Pint->SetMinMax(0,100); in DOSBOX_Init()
535 Pint->Set_values(irqssb); in DOSBOX_Init()
539 Pint->Set_values(dmassb); in DOSBOX_Init()
569 Pint->Set_values(rates); in DOSBOX_Init()
596 Pint->Set_values(rates); in DOSBOX_Init()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/
H A Ddosbox.cpp408 Prop_int* Pint; in DOSBOX_Init() local
621 Pint->SetMinMax(1,1000000); in DOSBOX_Init()
626 Pint->SetMinMax(1,1000000); in DOSBOX_Init()
647 Pint->Set_values(rates); in DOSBOX_Init()
657 Pint->SetMinMax(0,100); in DOSBOX_Init()
763 Pint->Set_values(irqssb); in DOSBOX_Init()
768 Pint->Set_values(dmassb); in DOSBOX_Init()
772 Pint->Set_values(dmassb); in DOSBOX_Init()
842 Pint->Set_values(rates); in DOSBOX_Init()
892 Pint->SetMinMax(0,100); in DOSBOX_Init()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/mk/
H A DRules.mk559 $(OBJDIR)$Pi15_add$O: src$Pint$Pi15_add.c $(HEADERSPRIV)
577 $(OBJDIR)$Pi15_fmont$O: src$Pint$Pi15_fmont.c $(HEADERSPRIV)
610 $(OBJDIR)$Pi15_sub$O: src$Pint$Pi15_sub.c $(HEADERSPRIV)
613 $(OBJDIR)$Pi15_tmont$O: src$Pint$Pi15_tmont.c $(HEADERSPRIV)
616 $(OBJDIR)$Pi31_add$O: src$Pint$Pi31_add.c $(HEADERSPRIV)
634 $(OBJDIR)$Pi31_fmont$O: src$Pint$Pi31_fmont.c $(HEADERSPRIV)
667 $(OBJDIR)$Pi31_sub$O: src$Pint$Pi31_sub.c $(HEADERSPRIV)
670 $(OBJDIR)$Pi31_tmont$O: src$Pint$Pi31_tmont.c $(HEADERSPRIV)
673 $(OBJDIR)$Pi32_add$O: src$Pint$Pi32_add.c $(HEADERSPRIV)
688 $(OBJDIR)$Pi32_div32$O: src$Pint$Pi32_div32.c $(HEADERSPRIV)
[all …]
/dports/security/bearssl/bearssl-0.6/mk/
H A DRules.mk559 $(OBJDIR)$Pi15_add$O: src$Pint$Pi15_add.c $(HEADERSPRIV)
577 $(OBJDIR)$Pi15_fmont$O: src$Pint$Pi15_fmont.c $(HEADERSPRIV)
610 $(OBJDIR)$Pi15_sub$O: src$Pint$Pi15_sub.c $(HEADERSPRIV)
613 $(OBJDIR)$Pi15_tmont$O: src$Pint$Pi15_tmont.c $(HEADERSPRIV)
616 $(OBJDIR)$Pi31_add$O: src$Pint$Pi31_add.c $(HEADERSPRIV)
634 $(OBJDIR)$Pi31_fmont$O: src$Pint$Pi31_fmont.c $(HEADERSPRIV)
667 $(OBJDIR)$Pi31_sub$O: src$Pint$Pi31_sub.c $(HEADERSPRIV)
670 $(OBJDIR)$Pi31_tmont$O: src$Pint$Pi31_tmont.c $(HEADERSPRIV)
673 $(OBJDIR)$Pi32_add$O: src$Pint$Pi32_add.c $(HEADERSPRIV)
688 $(OBJDIR)$Pi32_div32$O: src$Pint$Pi32_div32.c $(HEADERSPRIV)
[all …]
/dports/devel/py-pint/Pint-0.18/docs/
H A Dnumpy.ipynb13 "and therefore these are the array types supported by Pint.\n",
30 "# Import Pint\n",
110 "NumPy functions are supported by Pint. For example if we define:"
290 "g.edge('Pint Quantity', 'Dask array', style='dashed')\n",
291 "g.edge('Pint Quantity', 'NumPy ndarray')\n",
292 "g.edge('Pint Quantity', 'CuPy ndarray', style='dashed')\n",
293 "g.edge('Pint Quantity', 'Sparse COO')\n",
311 "**xarray wrapping Pint Quantity**"
337 "**Pint Quantity wrapping Sparse COO**"
365 "**Pint Quantity wrapping NumPy Masked Array**"
[all …]
H A Dcontributing.rst3 Contributing to Pint
6 Pint uses (and thanks):
22 You can report any issues with the package, the documentation to the Pint `issue tracker`_.
29 To contribute fixes, code or documentation to Pint, fork Pint in github_ and submit
105 Pint naturally integrates with other libraries in the scientific Python ecosystem, and
108 aid in compatibility between certain packages. Pint's rule of thumb for integration
109 features that work best as an extension package versus direct inclusion in Pint is:
113 * Duck array types that wrap Pint (come above Pint in
120 * Integration (built in to Pint)
122 * Duck array types wrapped by Pint (below Pint in the type casting hierarchy)
H A Dgetting.rst6 Pint has no dependencies except Python_ itself. In runs on Python 3.7+.
12 That's all! You can check that Pint is correctly installed by starting up python, and importing Pin…
57 .. _PyPI: https://pypi.python.org/pypi/Pint/
H A Dtutorial.rst5 Follow the steps below and learn how to use Pint to track physical quantities
11 Before using Pint, initialize a :class:`UnitRegistry() <pint.registry.UnitRegistry>`
76 Pint will complain if you try to use a unit which is not in the registry:
128 Pint will complain if you ask it to perform a conversion it doesn't know
138 See the section on :doc:`contexts` for information about expanding Pint's
280 Pint's physical quantities can be easily printed:
295 Pint supports float formatting for numpy arrays as well:
308 Pint also supports `f-strings`_ from python>=3.6 :
366 Pint also supports the LaTeX `siunitx` package:
426 Using Pint in your projects
[all …]
H A Ddefining-quantities.rst4 A quantity in Pint is the product of a unit and a magnitude.
6 Pint supports several different ways of defining physical quantities, including
73 Pint includes a powerful parser for detecting magnitudes and units (with or
129 .. note:: Pint's rule for parsing strings with a mixture of numbers and
147 .. note:: Since version 0.7, Pint **does not** use eval_ under the hood.
H A Dindex.rst3 Pint: makes units easy
7 :alt: Pint: **physical quantities**
10 Pint is a Python package to define, operate and manipulate **physical quantities**:
46 To install Pint, simply:
68 programmed Pint to scratch my own itches.
72 *meter* are defined, Pint understands *kilometers*. This results in a much
103 **Pandas integration**: Thanks to `Pandas Extension Types`_ it is now possible to use Pint with Pan…
/dports/math/polylib/polylib-5.22.5/applications/
H A DtestCompressParms.c74 Polyhedron *Pm, *Pc, *Pcp, *Peqs, *Pint; in test_Constraints_Remove_parm_eqs() local
116 Pint = DomainIntersection(Pcp, Peqs, maxRays); in test_Constraints_Remove_parm_eqs()
121 if (!PolyhedronIncludes(Pint, Pc)) { in test_Constraints_Remove_parm_eqs()
125 if (!PolyhedronIncludes(Pc, Pint)) { in test_Constraints_Remove_parm_eqs()
130 Polyhedron_Free(Pint); in test_Constraints_Remove_parm_eqs()
142 Polyhedron *Pm, *Pc, *Pcp, *Peqs, *Pint, *Pint1; in test_Polyhedron_Remove_parm_eqs() local
176 Pint = DomainIntersection(Pc, Peqs, maxRays); in test_Polyhedron_Remove_parm_eqs()
181 if (!PolyhedronIncludes(Pint, Pint1)) { in test_Polyhedron_Remove_parm_eqs()
185 if (!PolyhedronIncludes(Pint1, Pint)) { in test_Polyhedron_Remove_parm_eqs()
190 Polyhedron_Free(Pint); in test_Polyhedron_Remove_parm_eqs()
/dports/math/barvinok/barvinok-0.41.5/polylib/applications/
H A DtestCompressParms.c74 Polyhedron *Pm, *Pc, *Pcp, *Peqs, *Pint; in test_Constraints_Remove_parm_eqs() local
116 Pint = DomainIntersection(Pcp, Peqs, maxRays); in test_Constraints_Remove_parm_eqs()
121 if (!PolyhedronIncludes(Pint, Pc)) { in test_Constraints_Remove_parm_eqs()
125 if (!PolyhedronIncludes(Pc, Pint)) { in test_Constraints_Remove_parm_eqs()
130 Polyhedron_Free(Pint); in test_Constraints_Remove_parm_eqs()
142 Polyhedron *Pm, *Pc, *Pcp, *Peqs, *Pint, *Pint1; in test_Polyhedron_Remove_parm_eqs() local
176 Pint = DomainIntersection(Pc, Peqs, maxRays); in test_Polyhedron_Remove_parm_eqs()
181 if (!PolyhedronIncludes(Pint, Pint1)) { in test_Polyhedron_Remove_parm_eqs()
185 if (!PolyhedronIncludes(Pint1, Pint)) { in test_Polyhedron_Remove_parm_eqs()
190 Polyhedron_Free(Pint); in test_Polyhedron_Remove_parm_eqs()
/dports/math/givaro/givaro-4.1.1/tests/
H A Dtest-mod.C369 Integer Pint = Integer::random_between(134,198); in main() local
370 rez = test2(Mint,Pint); if (rez) return 7 ; in main()
372 rez = test2(Mint,Pint); if (rez) return 8 ; in main()
373 Integer::negin(Pint); in main()
374 rez = test2(Mint,Pint); if (rez) return 9 ; in main()
376 rez = test2(Mint,Pint); if (rez) return 10 ; in main()
382 rez = test2bis(Mint,Pint); if (rez) return 7 ; in main()
384 rez = test2bis(Mint,Pint); if (rez) return 8 ; in main()
385 Integer::negin(Pint); in main()
386 rez = test2bis(Mint,Pint); if (rez) return 9 ; in main()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/android/
H A Dlooper.pas41 Pint = ^cint;
185 function ALooper_pollOnce(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cd… in ALooper_pollOnce()
192 function ALooper_pollAll(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cde… in ALooper_pollAll()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dlooper.pas41 Pint = ^cint;
185 function ALooper_pollOnce(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cd… in ALooper_pollOnce()
192 function ALooper_pollAll(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cde… in ALooper_pollAll()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/android/
H A Dlooper.pas41 Pint = ^cint;
185 function ALooper_pollOnce(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cd… in ALooper_pollOnce()
192 function ALooper_pollAll(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cde… in ALooper_pollAll()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dlooper.pas41 Pint = ^cint;
185 function ALooper_pollOnce(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cd… in ALooper_pollOnce()
192 function ALooper_pollAll(timeoutMillis: cint; outFd, outEvents: Pint; outData: PPointer): cint; cde… in ALooper_pollAll()
/dports/devel/py-pint/Pint-0.18/
H A DPKG-INFO2 Name: Pint
38 Pint: makes units easy
41 Pint is a Python package to define, operate and manipulate physical
52 If you need Python 3.6 compatibility, use Pint 0.17.
78 To install Pint, simply:
111 programmed Pint to scratch my own itches.
115 *meter* are defined, Pint understands *kilometers*. This results in a much
146 …**Pandas integration**: Thanks to `Pandas Extension Types`_ it is now possible to use Pint with Pa…
149Pint is maintained by a community of scientists, programmers and enthusiasts around the world.
H A DREADME.rst30 Pint: makes units easy
33 Pint is a Python package to define, operate and manipulate physical
44 If you need Python 3.6 compatibility, use Pint 0.17.
70 To install Pint, simply:
103 programmed Pint to scratch my own itches.
107 *meter* are defined, Pint understands *kilometers*. This results in a much
138 **Pandas integration**: Thanks to `Pandas Extension Types`_ it is now possible to use Pint with Pan…
141 Pint is maintained by a community of scientists, programmers and enthusiasts around the world.
/dports/devel/py-pint/Pint-0.18/Pint.egg-info/
H A DPKG-INFO2 Name: Pint
38 Pint: makes units easy
41 Pint is a Python package to define, operate and manipulate physical
52 If you need Python 3.6 compatibility, use Pint 0.17.
78 To install Pint, simply:
111 programmed Pint to scratch my own itches.
115 *meter* are defined, Pint understands *kilometers*. This results in a much
146 …**Pandas integration**: Thanks to `Pandas Extension Types`_ it is now possible to use Pint with Pa…
149Pint is maintained by a community of scientists, programmers and enthusiasts around the world.
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/jszwec/csvutil/csvutil-1.4.0/
H A Dencoder_test.go154 Pint: pint(2),
884 Pint *int
888 Pint: pint(0),
906 Pint *int
910 Pint: pint(0),
928 Pint *int
932 Pint: pint(0),
950 Pint *int
954 Pint: pint(0),
972 Pint *int
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19_db_test.go67 Pint int `db:"pInt"` member
120 Pint int `db:"p_int_null"` member
228 Pint: 355,
244 Pint: 455,
337 &val.Pint,
481 Pint: i,
498 Pint: 3669,
515 Pint: 969,
592 &val.Pint,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19_db_test.go67 Pint int `db:"pInt"` member
120 Pint int `db:"p_int_null"` member
228 Pint: 355,
244 Pint: 455,
337 &val.Pint,
481 Pint: i,
498 Pint: 3669,
515 Pint: 969,
592 &val.Pint,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19_db_test.go67 Pint int `db:"pInt"` member
120 Pint int `db:"p_int_null"` member
230 Pint: 355,
246 Pint: 455,
339 &val.Pint,
485 Pint: i,
502 Pint: 3669,
519 Pint: 969,
596 &val.Pint,

123456789