Home
last modified time | relevance | path

Searched refs:nrU (Results 1 – 14 of 14) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/geometry/
H A DChLine.cpp84 u1 = nrU - step; in FindNearestLinePoint()
95 u2 = nrU + step; in FindNearestLinePoint()
109 if (nrU < 0) { in FindNearestLinePoint()
113 nrU = nrU + 1; in FindNearestLinePoint()
115 if (nrU > 1) { in FindNearestLinePoint()
119 nrU = nrU - 1; in FindNearestLinePoint()
124 bestU = nrU; in FindNearestLinePoint()
127 u2 = nrU; in FindNearestLinePoint()
131 nrU = nrU - step; // move nrU in middle in FindNearestLinePoint()
135 u1 = nrU; in FindNearestLinePoint()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dmathutils.h319 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
323 problem = !(nrU && nrV); in SVD()
326 nrU[i] = &U[i * N]; in SVD()
332 if (nrU) aom_free(nrU); in SVD()
339 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
343 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
344 aom_free(nrU); in SVD()
350 aom_free(nrU); in SVD()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/multimedia/aom/aom-3.2.0/aom_dsp/
H A Dmathutils.h323 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
327 problem = !(nrU && nrV); in SVD()
330 nrU[i] = &U[i * N]; in SVD()
336 if (nrU) aom_free(nrU); in SVD()
343 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
347 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
348 aom_free(nrU); in SVD()
354 aom_free(nrU); in SVD()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dmathutils.h322 double **nrU = (double **)aom_malloc((M) * sizeof(*nrU)); in SVD() local
326 problem = !(nrU && nrV); in SVD()
329 nrU[i] = &U[i * N]; in SVD()
335 if (nrU) aom_free(nrU); in SVD()
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()
347 aom_free(nrU); in SVD()
353 aom_free(nrU); in SVD()
/dports/security/py-pgpy/PGPy-0.5.3/tests/testdata/signatures/
H A Ddebian-sid.sig.asc11 FwZ60+sbBsXLjF0PSKwVf+hnG8KPWr6vPWh255lXk+nrU+YxN9OD7dhI8abMsa++
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/examples/
H A DVigraGraphs.ipynb313 …p3XJ0yTeQ0g4WAoi5kyaRcON026vWZU72leQWBko4kyVhNJL1gOjykj5V+PiMpiH5oWAk8hQa4\nrU+rO0PAVZCSomDqg9GdPj…
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt711794 nrU
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A Dtides_spokes.ipynb669484 "hH6ZHjSbPfbYY1Sc+SuqPraTUaNGsnHjxrRHkjKvrIxOp51G56Pj89hWXHABu59/nrU//jHrzzuP\\\n",