notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
universal Header-only C++ template library for universal number arithmetic
3.75 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.68Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-08-29 16:10:41
Last Update: 2024-03-13 08:11:23
Commit Hash: 1706756
License: MIT
WWW:
https://github.com/stillwater-sc/universal
Description:
The goal of Universal Numbers, or unums, is to replace IEEE floating-point with a number system that is more efficient and mathematically consistent in concurrent execution environments. The motivation to replace IEEE floating-point had been brewing in the HPC community since the late 90's as most algorithms became memory bound. The inefficiency of IEEE floating-point has been measured and agreed upon, but it was the AI Deep Learning community that moved first and replaced IEEE with number systems that are tailored to the application to yield speed-ups of two to three orders of magnitude. The Universal library is a ready-to-use header-only library that provides plug-in replacement for native types, and provides a low-friction environment to start exploring alternatives to IEEE floating-point in your own algorithms.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (614 items)
Collapse this list.
  1. /usr/local/share/licenses/universal-fp-library-3.75/catalog.mk
  2. /usr/local/share/licenses/universal-fp-library-3.75/LICENSE
  3. /usr/local/share/licenses/universal-fp-library-3.75/MIT
  4. @comment bin/areal
  5. @comment bin/cfloat8_2
  6. @comment bin/cfloat8_3
  7. @comment bin/cfloat8_4
  8. @comment bin/double
  9. @comment bin/execution_environment
  10. @comment bin/fixpnt
  11. @comment bin/float2posit
  12. @comment bin/half
  13. @comment bin/ieee
  14. @comment bin/lns
  15. @comment bin/longdouble
  16. @comment bin/plimits
  17. @comment bin/posit
  18. @comment bin/propenv
  19. @comment bin/propp
  20. @comment bin/propq
  21. @comment bin/quad
  22. @comment bin/quarter
  23. @comment bin/signedint
  24. @comment bin/single
  25. @comment bin/unsignedint
  26. include/universal/README.md
  27. include/universal/adapters/adapt_integer_and_posit.hpp
  28. include/universal/behavior/arithmetic.hpp
  29. include/universal/benchmark/performance_runner.hpp
  30. include/universal/blas/blas.hpp
  31. include/universal/blas/blas_l1.hpp
  32. include/universal/blas/blas_l2.hpp
  33. include/universal/blas/blas_l3.hpp
  34. include/universal/blas/exceptions.hpp
  35. include/universal/blas/generators.hpp
  36. include/universal/blas/generators/frank.hpp
  37. include/universal/blas/generators/fvm64x64.hpp
  38. include/universal/blas/generators/gaussian_random.hpp
  39. include/universal/blas/generators/hilbert.hpp
  40. include/universal/blas/generators/index.hpp
  41. include/universal/blas/generators/laplace2D.hpp
  42. include/universal/blas/generators/magic.hpp
  43. include/universal/blas/generators/minij.hpp
  44. include/universal/blas/generators/randsvd.hpp
  45. include/universal/blas/generators/tridiag.hpp
  46. include/universal/blas/generators/uniform_random.hpp
  47. include/universal/blas/inverse.hpp
  48. include/universal/blas/linspace.hpp
  49. include/universal/blas/matrices/Stranke94.hpp
  50. include/universal/blas/matrices/Trefethen_20.hpp
  51. include/universal/blas/matrices/arc130.hpp
  52. include/universal/blas/matrices/b1_ss.hpp
  53. include/universal/blas/matrices/bcsstk01.hpp
  54. include/universal/blas/matrices/bcsstk03.hpp
  55. include/universal/blas/matrices/bcsstk04.hpp
  56. include/universal/blas/matrices/bcsstk05.hpp
  57. include/universal/blas/matrices/bcsstk22.hpp
  58. include/universal/blas/matrices/bwm200.hpp
  59. include/universal/blas/matrices/cage3.hpp
  60. include/universal/blas/matrices/faires74x3.hpp
  61. include/universal/blas/matrices/fs_183_1.hpp
  62. include/universal/blas/matrices/fs_183_3.hpp
  63. include/universal/blas/matrices/gre_343.hpp
  64. include/universal/blas/matrices/h3.hpp
  65. include/universal/blas/matrices/int3.hpp
  66. include/universal/blas/matrices/lambers_ill.hpp
  67. include/universal/blas/matrices/lambers_well.hpp
  68. include/universal/blas/matrices/lu4.hpp
  69. include/universal/blas/matrices/lund_a.hpp
  70. include/universal/blas/matrices/nos1.hpp
  71. include/universal/blas/matrices/pores_1.hpp
  72. include/universal/blas/matrices/q3.hpp
  73. include/universal/blas/matrices/q4.hpp
  74. include/universal/blas/matrices/q5.hpp
  75. include/universal/blas/matrices/rand4.hpp
  76. include/universal/blas/matrices/rand8.hpp
  77. include/universal/blas/matrices/rump6x6ill.hpp
  78. include/universal/blas/matrices/s4.hpp
  79. include/universal/blas/matrices/saylr1.hpp
  80. include/universal/blas/matrices/steam1.hpp
  81. include/universal/blas/matrices/steam3.hpp
  82. include/universal/blas/matrices/testsuite.hpp
  83. include/universal/blas/matrices/tumorAntiAngiogenesis_2.hpp
  84. include/universal/blas/matrices/west0132.hpp
  85. include/universal/blas/matrices/west0167.hpp
  86. include/universal/blas/matrices/wilk21.hpp
  87. include/universal/blas/matrix.hpp
  88. include/universal/blas/modifiers/posit_fdp.hpp
  89. include/universal/blas/nnz.hpp
  90. include/universal/blas/operators.hpp
  91. include/universal/blas/scaling.hpp
  92. include/universal/blas/serialization/README.md
  93. include/universal/blas/serialization/datafile.hpp
  94. include/universal/blas/solvers.hpp
  95. include/universal/blas/solvers/backsub.hpp
  96. include/universal/blas/solvers/cg.hpp
  97. include/universal/blas/solvers/cg_dot_dot.hpp
  98. include/universal/blas/solvers/cg_dot_fdp.hpp
  99. include/universal/blas/solvers/cg_fdp_dot.hpp
  100. include/universal/blas/solvers/cg_fdp_fdp.hpp
  101. include/universal/blas/solvers/find_rank.hpp
  102. include/universal/blas/solvers/forwsub.hpp
  103. include/universal/blas/solvers/gauss_seidel.hpp
  104. include/universal/blas/solvers/jacobi.hpp
  105. include/universal/blas/solvers/lsq.hpp
  106. include/universal/blas/solvers/lu.hpp
  107. include/universal/blas/solvers/luq.hpp
  108. include/universal/blas/solvers/plu.hpp
  109. include/universal/blas/solvers/qr.hpp
  110. include/universal/blas/solvers/sor.hpp
  111. include/universal/blas/solvers/svd.hpp
  112. include/universal/blas/squeeze.hpp
  113. include/universal/blas/statistics.hpp
  114. include/universal/blas/tensor.hpp
  115. include/universal/blas/utes/condest.hpp
  116. include/universal/blas/utes/matnorm.hpp
  117. include/universal/blas/utes/nbe.hpp
  118. include/universal/blas/vector.hpp
  119. include/universal/blas/vmath/power.hpp
  120. include/universal/blas/vmath/sqrt.hpp
  121. include/universal/blas/vmath/square.hpp
  122. include/universal/blas/vmath/trigonometry.hpp
  123. include/universal/common/enumerate_encodings.hpp
  124. include/universal/common/exceptions.hpp
  125. include/universal/common/number_traits_reports.hpp
  126. include/universal/dnn/dnn.hpp
  127. include/universal/dnn/dnn_impl.hpp
  128. include/universal/dnn/layer.hpp
  129. include/universal/functions/binomial.hpp
  130. include/universal/functions/ddpoly.hpp
  131. include/universal/functions/factorial.hpp
  132. include/universal/functions/functions.hpp
  133. include/universal/functions/isrepresentable.hpp
  134. include/universal/functions/lerp.hpp
  135. include/universal/functions/loss.hpp
  136. include/universal/hw/alu.hpp
  137. include/universal/internal/README.md
  138. include/universal/internal/abstract/triple.hpp
  139. include/universal/internal/bitblock/README.md
  140. include/universal/internal/bitblock/bitblock.hpp
  141. include/universal/internal/bitblock/bitblock_v2.hpp
  142. include/universal/internal/bitblock/exceptions.hpp
  143. include/universal/internal/bitblock/ubb.h
  144. include/universal/internal/blockbinary/blockbinary.hpp
  145. include/universal/internal/blockdecimal/blockdecimal.hpp
  146. include/universal/internal/blockfraction/blockfraction.hpp
  147. include/universal/internal/blockfraction/blockfraction_fwd.hpp
  148. include/universal/internal/blocksignificant/blocksignificant.hpp
  149. include/universal/internal/blocksignificant/blocksignificant_fwd.hpp
  150. include/universal/internal/blocktriple/blocktriple.hpp
  151. include/universal/internal/blocktriple/trace_constants.hpp
  152. include/universal/internal/f2s/README.md
  153. include/universal/internal/f2s/f2s.hpp
  154. include/universal/internal/gfp/README.md
  155. include/universal/internal/gfp/gfp.hpp
  156. include/universal/internal/value/value
  157. include/universal/internal/value/value.hpp
  158. include/universal/math/README.md
  159. include/universal/math/TODO
  160. include/universal/math/complex_manipulators.hpp
  161. include/universal/math/math
  162. include/universal/math/math.md
  163. include/universal/math/math_constants.hpp
  164. include/universal/math/math_functions.hpp
  165. include/universal/math/stub/abs.hpp
  166. include/universal/math/stub/classify.hpp
  167. include/universal/math/stub/complex.hpp
  168. include/universal/math/stub/error_and_gamma.hpp
  169. include/universal/math/stub/exponent.hpp
  170. include/universal/math/stub/fractional.hpp
  171. include/universal/math/stub/hyperbolic.hpp
  172. include/universal/math/stub/hypot.hpp
  173. include/universal/math/stub/logarithm.hpp
  174. include/universal/math/stub/minmax.hpp
  175. include/universal/math/stub/next.hpp
  176. include/universal/math/stub/pow.hpp
  177. include/universal/math/stub/sqrt.hpp
  178. include/universal/math/stub/trigonometry.hpp
  179. include/universal/math/stub/truncate.hpp
  180. include/universal/native/attributes.hpp
  181. include/universal/native/clang_long_double_config.hpp
  182. include/universal/native/compiler/ieee754_clang.hpp
  183. include/universal/native/compiler/ieee754_gcc.hpp
  184. include/universal/native/compiler/ieee754_hpcc.hpp
  185. include/universal/native/compiler/ieee754_ibmxlc.hpp
  186. include/universal/native/compiler/ieee754_intelicc.hpp
  187. include/universal/native/compiler/ieee754_msvc.hpp
  188. include/universal/native/compiler/ieee754_pgi.hpp
  189. include/universal/native/compiler/ieee754_riscv.hpp
  190. include/universal/native/compiler/ieee754_sunpro.hpp
  191. include/universal/native/deprecated/nonconstexpr754.hpp
  192. include/universal/native/extract_fields.hpp
  193. include/universal/native/ieee754.hpp
  194. include/universal/native/ieee754_decoder.hpp
  195. include/universal/native/ieee754_double.hpp
  196. include/universal/native/ieee754_float.hpp
  197. include/universal/native/ieee754_longdouble.hpp
  198. include/universal/native/ieee754_numeric.hpp
  199. include/universal/native/ieee754_parameter.hpp
  200. include/universal/native/ieee754_parameter_ostream.hpp
  201. include/universal/native/ieee754_type_tag.hpp
  202. include/universal/native/integer_type_tag.hpp
  203. include/universal/native/integers.hpp
  204. include/universal/native/manipulators.hpp
  205. include/universal/native/native.hpp
  206. include/universal/native/nonconst_bitcast.hpp
  207. include/universal/native/nonconstexpr/clang_long_double.hpp
  208. include/universal/native/nonconstexpr/extract_fp_components.hpp
  209. include/universal/native/nonconstexpr/gcc_long_double.hpp
  210. include/universal/native/nonconstexpr/hpcc_long_double.hpp
  211. include/universal/native/nonconstexpr/ibmxlc_long_double.hpp
  212. include/universal/native/nonconstexpr/intelicc_long_double.hpp
  213. include/universal/native/nonconstexpr/msvc_long_double.hpp
  214. include/universal/native/nonconstexpr/pgi_long_double.hpp
  215. include/universal/native/nonconstexpr/riscv_long_double.hpp
  216. include/universal/native/nonconstexpr/sunpro_long_double.hpp
  217. include/universal/native/nonconstexpr/use
  218. include/universal/native/subnormal.hpp
  219. include/universal/number/algorithm/babylonian.hpp
  220. include/universal/number/algorithm/newtons_iteration.hpp
  221. include/universal/number/algorithm/trace_constants.hpp
  222. include/universal/number/areal/areal.hpp
  223. include/universal/number/areal/areal_impl.hpp
  224. include/universal/number/areal/exceptions.hpp
  225. include/universal/number/areal/manipulators.hpp
  226. include/universal/number/areal/math_functions.hpp
  227. include/universal/number/areal/numeric_limits.hpp
  228. include/universal/number/areal/table.hpp
  229. include/universal/number/bfloat/attributes.hpp
  230. include/universal/number/bfloat/bfloat.hpp
  231. include/universal/number/bfloat/bfloat16_fwd.hpp
  232. include/universal/number/bfloat/bfloat16_impl.hpp
  233. include/universal/number/bfloat/bfloat8_fwd.hpp
  234. include/universal/number/bfloat/bfloat8_impl.hpp
  235. include/universal/number/bfloat/exceptions.hpp
  236. include/universal/number/bfloat/manipulators.hpp
  237. include/universal/number/bfloat/math/next.hpp
  238. include/universal/number/bfloat/math/pow.hpp
  239. include/universal/number/bfloat/mathlib.hpp
  240. include/universal/number/bfloat/numeric_limits.hpp
  241. include/universal/number/blocktriple-design.md
  242. include/universal/number/cfloat-design.txt
  243. include/universal/number/cfloat/attributes.hpp
  244. include/universal/number/cfloat/cfloat.hpp
  245. include/universal/number/cfloat/cfloat_fwd.hpp
  246. include/universal/number/cfloat/cfloat_impl.hpp
  247. include/universal/number/cfloat/exceptions.hpp
  248. include/universal/number/cfloat/manipulators.hpp
  249. include/universal/number/cfloat/math/classify.hpp
  250. include/universal/number/cfloat/math/complex.hpp
  251. include/universal/number/cfloat/math/error_and_gamma.hpp
  252. include/universal/number/cfloat/math/exponent.hpp
  253. include/universal/number/cfloat/math/fractional.hpp
  254. include/universal/number/cfloat/math/hyperbolic.hpp
  255. include/universal/number/cfloat/math/hypot.hpp
  256. include/universal/number/cfloat/math/logarithm.hpp
  257. include/universal/number/cfloat/math/minmax.hpp
  258. include/universal/number/cfloat/math/next.hpp
  259. include/universal/number/cfloat/math/pow.hpp
  260. include/universal/number/cfloat/math/sqrt.hpp
  261. include/universal/number/cfloat/math/sqrt_tables.hpp
  262. include/universal/number/cfloat/math/trigonometry.hpp
  263. include/universal/number/cfloat/math/truncate.hpp
  264. include/universal/number/cfloat/mathlib.hpp
  265. include/universal/number/cfloat/numeric_limits.hpp
  266. include/universal/number/cfloat/table.hpp
  267. include/universal/number/dbns/attributes.hpp
  268. include/universal/number/dbns/dbns.hpp
  269. include/universal/number/dbns/dbns_fwd.hpp
  270. include/universal/number/dbns/dbns_impl.hpp
  271. include/universal/number/dbns/dbns_traits.hpp
  272. include/universal/number/dbns/exceptions.hpp
  273. include/universal/number/dbns/manipulators.hpp
  274. include/universal/number/dbns/math_functions.hpp
  275. include/universal/number/dbns/mathlib.hpp
  276. include/universal/number/dbns/numeric_limits.hpp
  277. include/universal/number/dbns/table.hpp
  278. include/universal/number/dfloat/dfloat.hpp
  279. include/universal/number/dfloat/dfloat_fwd.hpp
  280. include/universal/number/dfloat/dfloat_impl.hpp
  281. include/universal/number/dfloat/exceptions.hpp
  282. include/universal/number/dfloat/manipulators.hpp
  283. include/universal/number/edecimal/edecimal.hpp
  284. include/universal/number/edecimal/edecimal_fwd.hpp
  285. include/universal/number/edecimal/edecimal_impl.hpp
  286. include/universal/number/edecimal/exceptions.hpp
  287. include/universal/number/edecimal/math/sqrt.hpp
  288. include/universal/number/edecimal/mathlib.hpp
  289. include/universal/number/edecimal/numeric_limits.hpp
  290. include/universal/number/efloat/efloat.hpp
  291. include/universal/number/efloat/efloat_impl.hpp
  292. include/universal/number/efloat/exceptions.hpp
  293. include/universal/number/einteger/einteger.hpp
  294. include/universal/number/einteger/einteger_fwd.hpp
  295. include/universal/number/einteger/einteger_impl.hpp
  296. include/universal/number/einteger/exceptions.hpp
  297. include/universal/number/einteger/manipulators.hpp
  298. include/universal/number/einteger/numeric_limits.hpp
  299. include/universal/number/eposit/eposit.hpp
  300. include/universal/number/eposit/eposit_impl.hpp
  301. include/universal/number/eposit/exceptions.hpp
  302. include/universal/number/erational/attributes.hpp
  303. include/universal/number/erational/erational.hpp
  304. include/universal/number/erational/erational_fwd.hpp
  305. include/universal/number/erational/erational_impl.hpp
  306. include/universal/number/erational/exceptions.hpp
  307. include/universal/number/erational/manipulators.hpp
  308. include/universal/number/erational/math/classify.hpp
  309. include/universal/number/erational/math/complex.hpp
  310. include/universal/number/erational/math/error_and_gamma.hpp
  311. include/universal/number/erational/math/exponent.hpp
  312. include/universal/number/erational/math/fractional.hpp
  313. include/universal/number/erational/math/hyperbolic.hpp
  314. include/universal/number/erational/math/hypot.hpp
  315. include/universal/number/erational/math/logarithm.hpp
  316. include/universal/number/erational/math/minmax.hpp
  317. include/universal/number/erational/math/next.hpp
  318. include/universal/number/erational/math/pow.hpp
  319. include/universal/number/erational/math/sqrt.hpp
  320. include/universal/number/erational/math/trigonometry.hpp
  321. include/universal/number/erational/math/truncate.hpp
  322. include/universal/number/erational/mathlib.hpp
  323. include/universal/number/erational/numeric_limits.hpp
  324. include/universal/number/faithful/attributes.hpp
  325. include/universal/number/faithful/exceptions.hpp
  326. include/universal/number/faithful/faithful.hpp
  327. include/universal/number/faithful/faithful_impl.hpp
  328. include/universal/number/faithful/faithful_traits.hpp
  329. include/universal/number/faithful/manipulators.hpp
  330. include/universal/number/faithful/mathlib.hpp
  331. include/universal/number/faithful/numeric_limits.hpp
  332. include/universal/number/fixpnt/attributes.hpp
  333. include/universal/number/fixpnt/exceptions.hpp
  334. include/universal/number/fixpnt/fixpnt.hpp
  335. include/universal/number/fixpnt/fixpnt_fwd.hpp
  336. include/universal/number/fixpnt/fixpnt_impl.hpp
  337. include/universal/number/fixpnt/manipulators.hpp
  338. include/universal/number/fixpnt/math/classify.hpp
  339. include/universal/number/fixpnt/math/complex.hpp
  340. include/universal/number/fixpnt/math/error_and_gamma.hpp
  341. include/universal/number/fixpnt/math/exponent.hpp
  342. include/universal/number/fixpnt/math/fractional.hpp
  343. include/universal/number/fixpnt/math/hyperbolic.hpp
  344. include/universal/number/fixpnt/math/hypot.hpp
  345. include/universal/number/fixpnt/math/logarithm.hpp
  346. include/universal/number/fixpnt/math/minmax.hpp
  347. include/universal/number/fixpnt/math/next.hpp
  348. include/universal/number/fixpnt/math/pow.hpp
  349. include/universal/number/fixpnt/math/sqrt.hpp
  350. include/universal/number/fixpnt/math/sqrt_tables.hpp
  351. include/universal/number/fixpnt/math/trigonometry.hpp
  352. include/universal/number/fixpnt/math/truncate.hpp
  353. include/universal/number/fixpnt/mathlib.hpp
  354. include/universal/number/fixpnt/numeric_limits.hpp
  355. include/universal/number/fixpnt/table.hpp
  356. include/universal/number/float/float_functions.hpp
  357. include/universal/number/float/quire.hpp
  358. include/universal/number/integer/attributes.hpp
  359. include/universal/number/integer/exceptions.hpp
  360. include/universal/number/integer/integer.hpp
  361. include/universal/number/integer/integer_fwd.hpp
  362. include/universal/number/integer/integer_impl.hpp
  363. include/universal/number/integer/manipulators.hpp
  364. include/universal/number/integer/math/minmax.hpp
  365. include/universal/number/integer/math/next.hpp
  366. include/universal/number/integer/math/pow.hpp
  367. include/universal/number/integer/math/sqrt.hpp
  368. include/universal/number/integer/mathlib.hpp
  369. include/universal/number/integer/mul_through_repeated_add.hpp
  370. include/universal/number/integer/numeric_limits.hpp
  371. include/universal/number/integer/primes.hpp
  372. include/universal/number/integer/sieves.hpp
  373. include/universal/number/lns/attributes.hpp
  374. include/universal/number/lns/exceptions.hpp
  375. include/universal/number/lns/lns.hpp
  376. include/universal/number/lns/lns_fwd.hpp
  377. include/universal/number/lns/lns_impl.hpp
  378. include/universal/number/lns/lns_traits.hpp
  379. include/universal/number/lns/manipulators.hpp
  380. include/universal/number/lns/math/classify.hpp
  381. include/universal/number/lns/math/complex.hpp
  382. include/universal/number/lns/math/error_and_gamma.hpp
  383. include/universal/number/lns/math/exponent.hpp
  384. include/universal/number/lns/math/fractional.hpp
  385. include/universal/number/lns/math/hyperbolic.hpp
  386. include/universal/number/lns/math/hypot.hpp
  387. include/universal/number/lns/math/logarithm.hpp
  388. include/universal/number/lns/math/minmax.hpp
  389. include/universal/number/lns/math/next.hpp
  390. include/universal/number/lns/math/pow.hpp
  391. include/universal/number/lns/math/sqrt.hpp
  392. include/universal/number/lns/math/sqrt_tables.hpp
  393. include/universal/number/lns/math/trigonometry.hpp
  394. include/universal/number/lns/math/truncate.hpp
  395. include/universal/number/lns/math_functions.hpp
  396. include/universal/number/lns/mathlib.hpp
  397. include/universal/number/lns/numeric_limits.hpp
  398. include/universal/number/lns/table.hpp
  399. include/universal/number/posit/ReadMe.txt
  400. include/universal/number/posit/attributes.hpp
  401. include/universal/number/posit/exceptions.hpp
  402. include/universal/number/posit/exponent.hpp
  403. include/universal/number/posit/fdp.hpp
  404. include/universal/number/posit/fraction.hpp
  405. include/universal/number/posit/manipulators.hpp
  406. include/universal/number/posit/math/classify.hpp
  407. include/universal/number/posit/math/complex.hpp
  408. include/universal/number/posit/math/error_and_gamma.hpp
  409. include/universal/number/posit/math/exponent.hpp
  410. include/universal/number/posit/math/fractional.hpp
  411. include/universal/number/posit/math/hyperbolic.hpp
  412. include/universal/number/posit/math/hypot.hpp
  413. include/universal/number/posit/math/logarithm.hpp
  414. include/universal/number/posit/math/minmax.hpp
  415. include/universal/number/posit/math/next.hpp
  416. include/universal/number/posit/math/pow.hpp
  417. include/universal/number/posit/math/sqrt.hpp
  418. include/universal/number/posit/math/sqrt_tables.hpp
  419. include/universal/number/posit/math/trigonometry.hpp
  420. include/universal/number/posit/math/truncate.hpp
  421. include/universal/number/posit/mathlib.hpp
  422. include/universal/number/posit/numeric_limits.hpp
  423. include/universal/number/posit/posit.hpp
  424. include/universal/number/posit/posit_c_api.h
  425. include/universal/number/posit/posit_c_macros.h
  426. include/universal/number/posit/posit_fwd.hpp
  427. include/universal/number/posit/posit_impl.hpp
  428. include/universal/number/posit/posit_parse.hpp
  429. include/universal/number/posit/positctypes.h
  430. include/universal/number/posit/quire.hpp
  431. include/universal/number/posit/regime.hpp
  432. include/universal/number/posit/specializations.hpp
  433. include/universal/number/posit/specialized/posit_128_2.hpp
  434. include/universal/number/posit/specialized/posit_128_4.hpp
  435. include/universal/number/posit/specialized/posit_16_1.hpp
  436. include/universal/number/posit/specialized/posit_16_2.hpp
  437. include/universal/number/posit/specialized/posit_256_2.hpp
  438. include/universal/number/posit/specialized/posit_256_5.hpp
  439. include/universal/number/posit/specialized/posit_2_0.hpp
  440. include/universal/number/posit/specialized/posit_32_2.hpp
  441. include/universal/number/posit/specialized/posit_3_0.hpp
  442. include/universal/number/posit/specialized/posit_3_1.hpp
  443. include/universal/number/posit/specialized/posit_48_2.hpp
  444. include/universal/number/posit/specialized/posit_4_0.hpp
  445. include/universal/number/posit/specialized/posit_64_2.hpp
  446. include/universal/number/posit/specialized/posit_64_3.hpp
  447. include/universal/number/posit/specialized/posit_8_0.h
  448. include/universal/number/posit/specialized/posit_8_0.hpp
  449. include/universal/number/posit/specialized/posit_8_1.h
  450. include/universal/number/posit/specialized/posit_8_1.hpp
  451. include/universal/number/posit/specialized/posit_8_2.hpp
  452. include/universal/number/posit/table.hpp
  453. include/universal/number/posit/twoSum.hpp
  454. include/universal/number/posit2/attributes.hpp
  455. include/universal/number/posit2/exponent.hpp
  456. include/universal/number/posit2/fraction.hpp
  457. include/universal/number/posit2/manipulators.hpp
  458. include/universal/number/posit2/mathlib.hpp
  459. include/universal/number/posit2/numeric_limits.hpp
  460. include/universal/number/posit2/posit.hpp
  461. include/universal/number/posit2/posit_fwd.hpp
  462. include/universal/number/posit2/posit_impl.hpp
  463. include/universal/number/posit2/regime.hpp
  464. include/universal/number/posito/ReadMe.txt
  465. include/universal/number/posito/attributes.hpp
  466. include/universal/number/posito/exceptions.hpp
  467. include/universal/number/posito/fdp.hpp
  468. include/universal/number/posito/manipulators.hpp
  469. include/universal/number/posito/math/classify.hpp
  470. include/universal/number/posito/math/complex.hpp
  471. include/universal/number/posito/math/error_and_gamma.hpp
  472. include/universal/number/posito/math/exponent.hpp
  473. include/universal/number/posito/math/fractional.hpp
  474. include/universal/number/posito/math/hyperbolic.hpp
  475. include/universal/number/posito/math/hypot.hpp
  476. include/universal/number/posito/math/logarithm.hpp
  477. include/universal/number/posito/math/minmax.hpp
  478. include/universal/number/posito/math/next.hpp
  479. include/universal/number/posito/math/pow.hpp
  480. include/universal/number/posito/math/sqrt.hpp
  481. include/universal/number/posito/math/sqrt_tables.hpp
  482. include/universal/number/posito/math/trigonometry.hpp
  483. include/universal/number/posito/math/truncate.hpp
  484. include/universal/number/posito/mathlib.hpp
  485. include/universal/number/posito/numeric_limits.hpp
  486. include/universal/number/posito/posito.hpp
  487. include/universal/number/posito/posito_fwd.hpp
  488. include/universal/number/posito/posito_impl.hpp
  489. include/universal/number/posito/posito_parse.hpp
  490. include/universal/number/posito/table.hpp
  491. include/universal/number/quire/TODO.md
  492. include/universal/number/quire/exceptions.hpp
  493. include/universal/number/shared/blocktype.hpp
  494. include/universal/number/shared/infinite_encoding.hpp
  495. include/universal/number/shared/nan_encoding.hpp
  496. include/universal/number/shared/specific_value_encoding.hpp
  497. include/universal/number/skeleton_1param/attributes.hpp
  498. include/universal/number/skeleton_1param/exceptions.hpp
  499. include/universal/number/skeleton_1param/manipulators.hpp
  500. include/universal/number/skeleton_1param/mathlib.hpp
  501. include/universal/number/skeleton_1param/numeric_limits.hpp
  502. include/universal/number/skeleton_1param/oneparam.hpp
  503. include/universal/number/skeleton_1param/oneparam_impl.hpp
  504. include/universal/number/skeleton_1param/oneparam_traits.hpp
  505. include/universal/number/skeleton_2params/areal
  506. include/universal/number/skeleton_2params/areal.hpp
  507. include/universal/number/skeleton_2params/exceptions.hpp
  508. include/universal/number/skeleton_2params/math_functions.hpp
  509. include/universal/number/skeleton_2params/numeric_limits.hpp
  510. include/universal/number/sorn/exceptions.hpp
  511. include/universal/number/sorn/manipulators.hpp
  512. include/universal/number/sorn/numeric_limits.hpp
  513. include/universal/number/sorn/sorn.hpp
  514. include/universal/number/sorn/sorn_fwd.hpp
  515. include/universal/number/sorn/sorn_impl.hpp
  516. include/universal/number/sorn/sorn_traits.hpp
  517. include/universal/number/sorn/sorn_type_tag.hpp
  518. include/universal/number/support/decimal.hpp
  519. include/universal/number/unum/exceptions.hpp
  520. include/universal/number/unum/manipulators.hpp
  521. include/universal/number/unum/math_functions.hpp
  522. include/universal/number/unum/numeric_limits.hpp
  523. include/universal/number/unum/unum.hpp
  524. include/universal/number/unum/unum_impl.hpp
  525. include/universal/number/unum2/CMakeLists.txt
  526. include/universal/number/unum2/manipulators.hpp
  527. include/universal/number/unum2/math_functions.hpp
  528. include/universal/number/unum2/unum2_impl.hpp
  529. include/universal/number/valid/attributes.hpp
  530. include/universal/number/valid/exceptions.hpp
  531. include/universal/number/valid/manipulators.hpp
  532. include/universal/number/valid/math_functions.hpp
  533. include/universal/number/valid/valid.hpp
  534. include/universal/number/valid/valid_impl.hpp
  535. include/universal/numerics/README.md
  536. include/universal/numerics/eft.hpp
  537. include/universal/numerics/twodiv.hpp
  538. include/universal/numerics/twoprod.hpp
  539. include/universal/numerics/twosum.hpp
  540. include/universal/performance/number_system.hpp
  541. include/universal/quantization/qsnr.hpp
  542. include/universal/sequences/fibonacci.hpp
  543. include/universal/sequences/tribonacci.hpp
  544. include/universal/string/strmanip.hpp
  545. include/universal/traits/README.md
  546. include/universal/traits/arithmetic_traits.hpp
  547. include/universal/traits/bfloat16_traits.hpp
  548. include/universal/traits/bfloat8_traits.hpp
  549. include/universal/traits/cfloat_traits.hpp
  550. include/universal/traits/edecimal_traits.hpp
  551. include/universal/traits/einteger_traits.hpp
  552. include/universal/traits/erational_traits.hpp
  553. include/universal/traits/fixpnt_traits.hpp
  554. include/universal/traits/integer_traits.hpp
  555. include/universal/traits/integral_constant.hpp
  556. include/universal/traits/metaprogramming.hpp
  557. include/universal/traits/number_traits.hpp
  558. include/universal/traits/posit_traits.hpp
  559. include/universal/traits/posito_traits.hpp
  560. include/universal/utility/architecture.hpp
  561. include/universal/utility/bit_cast.hpp
  562. include/universal/utility/boolean_logic_operators.hpp
  563. include/universal/utility/cmdline.hpp
  564. include/universal/utility/color_print.hpp
  565. include/universal/utility/compiler.hpp
  566. include/universal/utility/compiler_specialization.hpp
  567. include/universal/utility/convert_to.hpp
  568. include/universal/utility/directives.hpp
  569. include/universal/utility/error.hpp
  570. include/universal/utility/find_msb.hpp
  571. include/universal/utility/long_double.hpp
  572. include/universal/utility/occurrence.hpp
  573. include/universal/utility/reverse_view.hpp
  574. include/universal/utility/sampleviz.hpp
  575. include/universal/utility/scale_tracker.hpp
  576. include/universal/utility/scientific.hpp
  577. include/universal/verification/README.md
  578. include/universal/verification/areal_test_suite.hpp
  579. include/universal/verification/binaryop_status.hpp
  580. include/universal/verification/bitblock_test_suite.hpp
  581. include/universal/verification/blockbinary_test_status.hpp
  582. include/universal/verification/blockfraction_test_suite.hpp
  583. include/universal/verification/blocksignificant_test_suite.hpp
  584. include/universal/verification/blocktriple_test_status.hpp
  585. include/universal/verification/cfloat_test_suite.hpp
  586. include/universal/verification/cfloat_test_suite_mathlib.hpp
  587. include/universal/verification/fixpnt_test_suite.hpp
  588. include/universal/verification/fixpnt_test_suite_mathlib.hpp
  589. include/universal/verification/integer_test_suite.hpp
  590. include/universal/verification/lns_test_suite_mathlib.hpp
  591. include/universal/verification/posit_number_system.hpp
  592. include/universal/verification/posit_test_suite.hpp
  593. include/universal/verification/posit_test_suite_mathlib.hpp
  594. include/universal/verification/posit_test_suite_randoms.hpp
  595. include/universal/verification/quire_test_suite.hpp
  596. include/universal/verification/skeleton_test_suite.hpp
  597. include/universal/verification/test_case.hpp
  598. include/universal/verification/test_formats.hpp
  599. include/universal/verification/test_number_system.hpp
  600. include/universal/verification/test_reporters.hpp
  601. include/universal/verification/test_status.hpp
  602. include/universal/verification/test_suite.hpp
  603. include/universal/verification/test_suite_arithmetic.hpp
  604. include/universal/verification/test_suite_conversion.hpp
  605. include/universal/verification/test_suite_exceptions.hpp
  606. include/universal/verification/test_suite_logic.hpp
  607. include/universal/verification/test_suite_mathlib.hpp
  608. include/universal/verification/test_suite_randoms.hpp
  609. share/universal/universal-config-version.cmake
  610. share/universal/universal-config.cmake
  611. share/universal/universal-targets.cmake
  612. @owner
  613. @group
  614. @mode
Collapse this list.
Dependency lines:
  • universal-fp-library>0:math/universal
To install the port:
cd /usr/ports/math/universal/ && make install clean
To add the package, run one of these commands:
  • pkg install math/universal
  • pkg install universal-fp-library
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: universal-fp-library
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710311393 SHA256 (stillwater-sc-universal-v3.75_GH0.tar.gz) = 51ee681adf96ffb5fabfe8134659a8ab3e8bdb042d035bef6acc77abbca82195 SIZE (stillwater-sc-universal-v3.75_GH0.tar.gz) = 12173431

Packages (timestamps in pop-ups are UTC):
universal-fp-library
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.753.75g202008313.753.75-g20200831-
FreeBSD:13:quarterly3.683.683.683.683.753.683.683.68
FreeBSD:14:latest3.753.753.523.753.753.68-3.68
FreeBSD:14:quarterly3.683.75-3.683.753.683.683.68
FreeBSD:15:latest3.753.75n/a3.68n/a3.683.683.68
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for universal-fp-library-3.75: TOOLS=off: Build command line tools ===> Use 'make config' to modify these settings
Options name:
math_universal
USES:
cmake compiler:c++20-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/stillwater-sc/universal/tar.gz/v3.75?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.75
13 Mar 2024 08:11:23
commit hash: 1706756691d1cc3079f7f9ca252d2cd86ee39c7ecommit hash: 1706756691d1cc3079f7f9ca252d2cd86ee39c7ecommit hash: 1706756691d1cc3079f7f9ca252d2cd86ee39c7ecommit hash: 1706756691d1cc3079f7f9ca252d2cd86ee39c7e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: update 3.68 → 3.75

Reported by:	portscout
3.68
17 Mar 2023 16:33:08
commit hash: 5ff1fb60ad0ae6baf362f8611c9f3d1122b73711commit hash: 5ff1fb60ad0ae6baf362f8611c9f3d1122b73711commit hash: 5ff1fb60ad0ae6baf362f8611c9f3d1122b73711commit hash: 5ff1fb60ad0ae6baf362f8611c9f3d1122b73711 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.52 → 3.68

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.52
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.52
09 Feb 2022 19:33:34
commit hash: 3fec8a9c525458a1c13717096c151a341e08fa7fcommit hash: 3fec8a9c525458a1c13717096c151a341e08fa7fcommit hash: 3fec8a9c525458a1c13717096c151a341e08fa7fcommit hash: 3fec8a9c525458a1c13717096c151a341e08fa7f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.49 -> 3.52

Reported by:	portscout
3.49
23 Jan 2022 09:07:23
commit hash: 56a604cf651d0505291844b7e9b26781ce4c5c38commit hash: 56a604cf651d0505291844b7e9b26781ce4c5c38commit hash: 56a604cf651d0505291844b7e9b26781ce4c5c38commit hash: 56a604cf651d0505291844b7e9b26781ce4c5c38 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.48 -> 3.49

Reported by:	portscout
3.48
25 Nov 2021 21:46:01
commit hash: 33b8c1f1e148e59593aa056db150b3a0fb99cdf7commit hash: 33b8c1f1e148e59593aa056db150b3a0fb99cdf7commit hash: 33b8c1f1e148e59593aa056db150b3a0fb99cdf7commit hash: 33b8c1f1e148e59593aa056db150b3a0fb99cdf7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.47 -> 3.48

Reported by:	portscout
3.47
19 Nov 2021 21:33:18
commit hash: 4bd550f787c6318e4e6b83dfd426347fa15bc515commit hash: 4bd550f787c6318e4e6b83dfd426347fa15bc515commit hash: 4bd550f787c6318e4e6b83dfd426347fa15bc515commit hash: 4bd550f787c6318e4e6b83dfd426347fa15bc515 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.44.1 -> 3.47

Reported by:	portscout
3.44.1
18 Oct 2021 16:54:30
commit hash: 122d17a261c46c70f463647023bfdcddf0718a72commit hash: 122d17a261c46c70f463647023bfdcddf0718a72commit hash: 122d17a261c46c70f463647023bfdcddf0718a72commit hash: 122d17a261c46c70f463647023bfdcddf0718a72 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.42.1 -> 3.44.1

Reported by:	portscout
3.42.1
14 Oct 2021 20:08:00
commit hash: e19c55a2966553a80291ce95e17b1dba89424810commit hash: e19c55a2966553a80291ce95e17b1dba89424810commit hash: e19c55a2966553a80291ce95e17b1dba89424810commit hash: e19c55a2966553a80291ce95e17b1dba89424810 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.34.2 -> 3.42.1

Reported by:	portscout
3.34.2
02 Sep 2021 09:29:57
commit hash: 3d5d96e0ca233bb0cd85e4a48a7753ac0be9dd90commit hash: 3d5d96e0ca233bb0cd85e4a48a7753ac0be9dd90commit hash: 3d5d96e0ca233bb0cd85e4a48a7753ac0be9dd90commit hash: 3d5d96e0ca233bb0cd85e4a48a7753ac0be9dd90 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.34.1 -> 3.34.2

Reported by:	portscout
3.34.1
31 Aug 2021 09:42:40
commit hash: eb008a4625185d9e609ca6830f1ce177c7dd27a9commit hash: eb008a4625185d9e609ca6830f1ce177c7dd27a9commit hash: eb008a4625185d9e609ca6830f1ce177c7dd27a9commit hash: eb008a4625185d9e609ca6830f1ce177c7dd27a9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.32.1 -> 3.34.1

Reported by:	portscout
3.32.1
07 Aug 2021 18:48:04
commit hash: 6ac6ffa00fac8f68c205532c80160fb3a2083f42commit hash: 6ac6ffa00fac8f68c205532c80160fb3a2083f42commit hash: 6ac6ffa00fac8f68c205532c80160fb3a2083f42commit hash: 6ac6ffa00fac8f68c205532c80160fb3a2083f42 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/universal: Update 3.0.0 -> 3.32.1

Reported by:	portscout
3.0.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.0.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.0.0
12 Feb 2021 23:53:03
Revision:565080Original commit files touched by this commit
yuri search for other commits by this committer
math/universal: Update g20200831 -> 3.0.0

Reported by:	portscout
g20200831
31 Aug 2020 15:59:08
Revision:547193Original commit files touched by this commit
yuri search for other commits by this committer
math/universal: Update g20200829 -> g20200831
g20200829
29 Aug 2020 16:10:03
Revision:546923Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/universal: Header-only C++ template library for universal number
arithmetic

Number of commits found: 18