Home
last modified time | relevance | path

Searched refs:uloc (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/kinsol/fcmix/
H A Dfkinbbd.c89 realtype *uloc, *gloc; in FKINgloc() local
93 uloc = gloc = NULL; in FKINgloc()
102 uloc = N_VGetArrayPointer(uu); in FKINgloc()
106 FK_LOCFN(&Nloc, uloc, gloc, &ier); in FKINgloc()
122 realtype *uloc; in FKINgcomm() local
126 uloc = NULL; in FKINgcomm()
135 uloc = N_VGetArrayPointer(uu); in FKINgcomm()
138 FK_COMMFN(&Nloc, uloc, &ier); in FKINgcomm()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/kinsol/fcmix/
H A Dfkinbbd.c89 realtype *uloc, *gloc; in FKINgloc() local
93 uloc = gloc = NULL; in FKINgloc()
102 uloc = N_VGetArrayPointer(uu); in FKINgloc()
106 FK_LOCFN(&Nloc, uloc, gloc, &ier); in FKINgloc()
122 realtype *uloc; in FKINgcomm() local
126 uloc = NULL; in FKINgcomm()
135 uloc = N_VGetArrayPointer(uu); in FKINgcomm()
138 FK_COMMFN(&Nloc, uloc, &ier); in FKINgcomm()
/dports/math/sundials/sundials-5.7.0/src/kinsol/fcmix/
H A Dfkinbbd.c89 realtype *uloc, *gloc; in FKINgloc() local
93 uloc = gloc = NULL; in FKINgloc()
102 uloc = N_VGetArrayPointer(uu); in FKINgloc()
106 FK_LOCFN(&Nloc, uloc, gloc, &ier); in FKINgloc()
122 realtype *uloc; in FKINgcomm() local
126 uloc = NULL; in FKINgcomm()
135 uloc = N_VGetArrayPointer(uu); in FKINgcomm()
138 FK_COMMFN(&Nloc, uloc, &ier); in FKINgcomm()
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/
H A Dapproximation.py82 uloc = numpy.zeros(qloc.shape)
100 uloc = numpy.where(
101 indices, distribution._get_fwd(xloc, idx, cache)-qloc, uloc)
104 indices &= numpy.abs(uloc) > tolerance
109 ulower = numpy.where(indices & (uloc < 0), uloc, ulower)
110 xlower = numpy.where(indices & (uloc < 0), xloc, xlower)
111 uupper = numpy.where(indices & (uloc > 0), uloc, uupper)
112 xupper = numpy.where(indices & (uloc > 0), xloc, xupper)
126 xloc_ = xloc-uloc/derivative
/dports/math/octave-forge-secs2d/secs2d-0.0.8/inst/Utilities/
H A DUfvsgcurrent3.m65 uloc = u(mesh.t(1:3,:)); variable
122 ( bp23 .* uloc(3,:)./etaloc(3,:) -...
123 bm23 .* uloc(2,:)./etaloc(2,:)) +... %% 1
126 (bp31 .* uloc(1,:)./etaloc(1,:) -...
127 bm31 .* uloc(3,:)./etaloc(3,:)) +... %% 2
130 (bp12 .* uloc(2,:)./etaloc(2,:) -...
131 bm12 .* uloc(1,:)./etaloc(1,:)) ... %% 3
136 ( bp23 .* uloc(3,:)./etaloc(3,:) -...
140 (bp31 .* uloc(1,:)./etaloc(1,:) -...
144 (bp12 .* uloc(2,:)./etaloc(2,:) -...
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkurltest.cpp1859 KUrl uloc; in testUtf8() local
1919 QCOMPARE(uloc.pathOrUrl(), uloc.url()); in testPathOrURL()
1944 QCOMPARE(uloc.pathOrUrl(), uloc.path()); in testPathOrURL()
1956 QCOMPARE(KUrl(uloc.pathOrUrl()), uloc); in testPathOrURL()
1958 QCOMPARE(KUrl(uloc.pathOrUrl()), uloc); in testPathOrURL()
1960 QCOMPARE(KUrl(uloc.pathOrUrl()), uloc); in testPathOrURL()
1962 QCOMPARE(KUrl(uloc.pathOrUrl()), uloc); in testPathOrURL()
1964 QCOMPARE(KUrl(uloc.pathOrUrl()), uloc); in testPathOrURL()
1966 QCOMPARE(KUrl(uloc.pathOrUrl()), uloc); in testPathOrURL()
1972 KUrl uloc; in testAssignment() local
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/modal_reduction/
H A DGCMSRotorElement.cpp702 Vector3D uloc; in ApplyRotation() local
703 uloc = A*uloc2; in ApplyRotation()
704 u(j-3) = uloc(1); in ApplyRotation()
705 u(j-2) = uloc(2); in ApplyRotation()
706 u(j-1) = uloc(3); in ApplyRotation()
719 Vector3D uloc; in ApplyRotation() local
745 Vector3D uloc; in ApplyRotationFromRight() local
762 Vector3D uloc; in ApplyRotationFromRight() local
781 Vector3D uloc; in ApplyRotationFromLeft() local
782 uloc = A*uloc2; in ApplyRotationFromLeft()
[all …]
/dports/math/octave-forge-bim/bim/inst/
H A Dbim2c_global_flux.m77 uloc = u(mesh.t(1:3,:)); variable
134 ( bp23 .* uloc(3,:)./etaloc(3,:) -...
138 (bp31 .* uloc(1,:)./etaloc(1,:) -...
139 bm31 .* uloc(3,:)./etaloc(3,:)) +... %% 2
142 (bp12 .* uloc(2,:)./etaloc(2,:) -...
143 bm12 .* uloc(1,:)./etaloc(1,:)) ... %% 3
148 ( bp23 .* uloc(3,:)./etaloc(3,:) -...
152 (bp31 .* uloc(1,:)./etaloc(1,:) -...
153 bm31 .* uloc(3,:)./etaloc(3,:)) +... %% 2
156 (bp12 .* uloc(2,:)./etaloc(2,:) -...
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/patches/
H A Duninitialized_uloc.patch1 diff --git a/source/common/uloc.cpp b/source/common/uloc.cpp
3 --- a/source/common/uloc.cpp
4 +++ b/source/common/uloc.cpp
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dfragment_shaders.c334 tc->uloc.Coefficients = tc->vt->GetUniformLocation(program, in tc_base_fetch_locations()
336 if (tc->uloc.Coefficients == -1) in tc_base_fetch_locations()
345 if (tc->uloc.Texture[i] == -1) in tc_base_fetch_locations()
351 if (tc->uloc.TexSize[i] == -1) in tc_base_fetch_locations()
357 if (tc->uloc.FillColor == -1) in tc_base_fetch_locations()
382 tc->vt->Uniform1i(tc->uloc.Texture[i], i); in tc_base_prepare_shader()
389 tc->vt->Uniform2f(tc->uloc.TexSize[i], tex_width[i], in tc_base_prepare_shader()
396 GLint loc = tc->uloc.pl_vars[i]; in tc_base_prepare_shader()
439 return tc->uloc.Texture[0] != -1 ? VLC_SUCCESS : VLC_EGENERIC; in tc_xyz12_fetch_locations()
448 tc->vt->Uniform1i(tc->uloc.Texture[0], 0); in tc_xyz12_prepare_shader()
[all …]
/dports/devel/log4c/log4c-1.2.4/examples/
H A Duserloc_formatter.c35 user_locinfo_t* uloc = NULL; in userloc_format() local
41 uloc = (user_locinfo_t*) a_event->evt_loc->loc_data; in userloc_format()
44 uloc->hostname, uloc->pid, a_event->evt_loc->loc_file, in userloc_format()
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/operators/
H A Dmultiply.py196 uloc = right._get_fwd(xloc_, idx, cache=cache)
197 return numpy.where(left.T >= 0, uloc.T, 1-uloc.T).T
199 def _ppf(self, uloc, idx, left, right, cache): argument
223 uloc = numpy.where(numpy.asfarray(right).T > 0, uloc.T, 1-uloc.T).T
224 xloc = left._get_inv(uloc, idx, cache=cache)
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/baseclass/
H A Dmean_covariance.py156 def _ppf(self, uloc, idx, mean, sigma, dim, mut, cache): argument
162 uloc = numpy.vstack(conditions+[uloc])
163 zloc = numpy.zeros(uloc.shape)
164 for idx0, idx1 in enumerate(self._rotation[:len(uloc)]):
165 zloc[idx0] = self._dist._get_inv(uloc[idx0], idx1, cache)
166 xloc = self._inv_transform[idx, :len(uloc)].dot(zloc)+mean[dim]
177 uloc = self._dist._get_fwd(zloc, idx, cache)
178 return uloc
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/examples/
H A Dencoder_util.c80 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
86 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
93 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
94 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
99 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
101 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/www/firefox/firefox-99.0/third_party/aom/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/multimedia/aom/aom-3.2.0/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/examples/
H A Dencoder_util.c82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/
H A Dtools_common.c633 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch_high()
647 uloc[0] = i + k; in find_mismatch_high()
648 uloc[1] = j + l; in find_mismatch_high()
649 uloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
650 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
688 int yloc[4], int uloc[4], int vloc[4]) { in find_mismatch()
724 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch()
736 uloc[0] = i + k; in find_mismatch()
737 uloc[1] = j + l; in find_mismatch()
738 uloc[2] = *(img1->planes[VPX_PLANE_U] + in find_mismatch()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/
H A Dtools_common.c630 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch_high()
644 uloc[0] = i + k; in find_mismatch_high()
645 uloc[1] = j + l; in find_mismatch_high()
646 uloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
647 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
685 int yloc[4], int uloc[4], int vloc[4]) { in find_mismatch()
721 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch()
733 uloc[0] = i + k; in find_mismatch()
734 uloc[1] = j + l; in find_mismatch()
735 uloc[2] = *(img1->planes[VPX_PLANE_U] + in find_mismatch()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/
H A Dtools_common.c630 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch_high()
644 uloc[0] = i + k; in find_mismatch_high()
645 uloc[1] = j + l; in find_mismatch_high()
646 uloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
647 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
685 int yloc[4], int uloc[4], int vloc[4]) { in find_mismatch()
721 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch()
733 uloc[0] = i + k; in find_mismatch()
734 uloc[1] = j + l; in find_mismatch()
735 uloc[2] = *(img1->planes[VPX_PLANE_U] + in find_mismatch()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/
H A Dtools_common.c633 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch_high()
647 uloc[0] = i + k; in find_mismatch_high()
648 uloc[1] = j + l; in find_mismatch_high()
649 uloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
650 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
688 int yloc[4], int uloc[4], int vloc[4]) { in find_mismatch()
724 uloc[0] = uloc[1] = uloc[2] = uloc[3] = -1; in find_mismatch()
736 uloc[0] = i + k; in find_mismatch()
737 uloc[1] = j + l; in find_mismatch()
738 uloc[2] = *(img1->planes[VPX_PLANE_U] + in find_mismatch()
[all …]

12345678910>>...14