Home
last modified time | relevance | path

Searched refs:ubm (Results 1 – 25 of 127) sorted by relevance

123456

/dports/math/stanmath/math-4.2.0/test/unit/math/mix/fun/
H A Dub_constrain_test.cpp80 Eigen::MatrixXd ubm(2, 3); in TEST() local
84 ub_constrain_test::expect(A, ubm); in TEST()
93 Eigen::MatrixXd ubm(2, 3); in TEST() local
95 ub_constrain_test::expect(A, ubm); in TEST()
105 ub_constrain_test::expect(A, ubm); in TEST()
114 ub_constrain_test::expect(A, ubm); in TEST()
162 std::vector<Eigen::MatrixXd> ubm; in TEST() local
163 ubm.push_back(ubm_inner); in TEST()
164 ubm.push_back(ubm_inner2); in TEST()
171 ub_constrain_test::expect_vec(A, ubm); in TEST()
[all …]
H A Dlub_constrain_4_test.cpp10 std::vector<double> ubm{-1.0, 5.0, 0.0, 38.0}; in TEST() local
11 lub_constrain_tests::expect_vec(A, lbm, ubm); in TEST()
13 lub_constrain_tests::expect_vec(A, lbd, ubm); in TEST()
23 std::vector<double> ubm{-1.0, stan::math::INFTY, stan::math::INFTY, 38.0}; in TEST() local
24 lub_constrain_tests::expect_vec(A, lbm, ubm); in TEST()
26 lub_constrain_tests::expect_vec(A, lbd, ubm); in TEST()
H A Dub_constrain_matvar_test.cpp69 Eigen::MatrixXd ubm(2, 2); in TEST() local
70 ubm << 7.0, 5.0, 0.0, 0.0005; in TEST()
73 ub_constrain_test::expect_matvar(A, ubm); in TEST()
82 Eigen::MatrixXd ubm(2, 2); in TEST() local
83 ubm << 7.0, 5.0, stan::math::INFTY, 100.0; in TEST()
84 ub_constrain_test::expect_matvar(A, ubm); in TEST()
132 std::vector<Eigen::MatrixXd> ubm; in TEST() local
133 ubm.push_back(ubm_inner); in TEST()
134 ubm.push_back(ubm_inner2); in TEST()
141 ub_constrain_test::expect_vec_matvar(A, ubm); in TEST()
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/branch/operators/
H A DminMaxDelta.cpp53 ubm = ub, in minMaxDelta() local
54 b = 0.5 * (lbm + ubm); // starting point in minMaxDelta()
74 b = 0.5 * (lbm + ubm); in minMaxDelta()
76 if (delta > 0) ubm = oldb; // right max height is smaller, move left in minMaxDelta()
/dports/astro/marble/marble-21.12.3/src/lib/astro/
H A Declsolar.cpp783 Vec3 ubm, ube; in setPenumbraAngle() local
2710 Vec3 ubm, ube; in getShadowCone() local
2760 ubm = ubm + (s0 - dpn1) * ube; in getShadowCone()
2788 vrm[0] = ubm[0]; in getShadowCone()
2789 vrm[1] = ubm[1]; in getShadowCone()
2790 vrm[2] = ubm[2]; in getShadowCone()
2860 vrm[0] = ubm[0]; in getShadowCone()
2861 vrm[1] = ubm[1]; in getShadowCone()
2862 vrm[2] = ubm[2]; in getShadowCone()
2905 vrm[0] = ubm[0]; in getShadowCone()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Ddecodetree.py690 ubm = t.replace('1', '0')
691 ubm = ubm.replace('.', '0')
692 ubm = ubm.replace('-', '1')
695 ubm = int(ubm, 2)
698 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Ddecodetree.py645 ubm = t.replace('1', '0')
646 ubm = ubm.replace('.', '0')
647 ubm = ubm.replace('-', '1')
650 ubm = int(ubm, 2)
653 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Ddecodetree.py867 ubm = t.replace('1', '0')
868 ubm = ubm.replace('.', '0')
869 ubm = ubm.replace('-', '1')
872 ubm = int(ubm, 2)
875 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Ddecodetree.py645 ubm = t.replace('1', '0')
646 ubm = ubm.replace('.', '0')
647 ubm = ubm.replace('-', '1')
650 ubm = int(ubm, 2)
653 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Ddecodetree.py645 ubm = t.replace('1', '0')
646 ubm = ubm.replace('.', '0')
647 ubm = ubm.replace('-', '1')
650 ubm = int(ubm, 2)
653 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Ddecodetree.py893 ubm = t.replace('1', '0')
894 ubm = ubm.replace('.', '0')
895 ubm = ubm.replace('-', '1')
898 ubm = int(ubm, 2)
901 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Ddecodetree.py893 ubm = t.replace('1', '0')
894 ubm = ubm.replace('.', '0')
895 ubm = ubm.replace('-', '1')
898 ubm = int(ubm, 2)
901 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Ddecodetree.py645 ubm = t.replace('1', '0')
646 ubm = ubm.replace('.', '0')
647 ubm = ubm.replace('-', '1')
650 ubm = int(ubm, 2)
653 undefmask = (undefmask << shift) | ubm
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Ddecodetree.py868 ubm = t.replace('1', '0')
869 ubm = ubm.replace('.', '0')
870 ubm = ubm.replace('-', '1')
873 ubm = int(ubm, 2)
876 undefmask = (undefmask << shift) | ubm
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/misc/
H A Daccessibility_mods.slang41 // https://twvideo01.ubm-us.net/o1/vault/gdc2017/Presentations/Stevens_Karen_GameAccessibilityPract…
/dports/math/gecode/gecode-0916a1a/gecode/int/gcc/
H A Ddom-sup.hpp134 Edge* ubm; member in Gecode::Int::GCC::VarNode
574 Node(NF_NONE,x), ubm(nullptr), lbm(nullptr) {} in VarNode()
595 ubm = p; in set_match()
603 nf &= ~NF_M_UBC; ubm = nullptr; in unmatch()
612 return ubm; in get_match()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3richtext.cpp2186 if (stylesPar->ubm > 0) { in setRichTextMarginsInternal()
2187 m = stylesPar->ubm-1; in setRichTextMarginsInternal()
2188 stylesPar->ubm = 0; in setRichTextMarginsInternal()
2211 stylesPar->ubm = m - stylesPar->bottomMargin(); in setRichTextMarginsInternal()
2463 s += margin_to_string(item_li, p->utm, p->ubm, p->ulm, p->urm, p->uflm); in richText()
2472 s += margin_to_string(item_div, p->utm, p->ubm, p->ulm, p->urm, p->uflm); in richText()
2481 s += margin_to_string(item_p, p->utm, p->ubm, p->ulm, p->urm, p->uflm); in richText()
4117 utm(0), ubm(0), ulm(0), urm(0), uflm(0), ulinespacing(0), in Q3TextParagraph()
5088 stream >> int_align >> int_lstyle >> utm >> ubm >> ulm >> urm >> uflm in readStyleInformation()
5287 m += ubm; in bottomMargin()
[all …]
H A Dq3richtext_p.h1329 short utm, ubm, ulm, urm, uflm, ulinespacing; variable
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/comp/
H A DuserJac.F2509 ubm = 1./rhoi + xnorm*(unormbm - unormim)
2548 ebm = pbm/gm1 + .5*(2.*rhob*(ub*ubm + vb*vbm + wb*wbm)
2577 ubm = xnorm*(unormbm - unormom)
2615 ebm = pbm/gm1 + .5*(2.*rhob*(ub*ubm + vb*vbm + wb*wbm)
2639 1 + unormb*(rhob*ubm + ub*rhobm) + xnorm*pbm)
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dex11.c2393 static PetscScalar bn[3], fn, ft, tg[3], pl, rl, pm, pr, rr, xp, ubl, ubm, in godunovflux() local
2488 pm, &utm, &ubm, &gamm, &rho1m); in godunovflux()
2500 flux[4] = rhom * unm * ubm; in godunovflux()
2502 …flux[*ndim + 2] = (rhom * .5 * (unm * unm + utm * utm + ubm * ubm) + gamm / (gamm - 1.) * pm) * un… in godunovflux()
/dports/net/astron/Astron-c8ba982/
H A DREADME.md191 …- [MMO 101 - Building Disney's Server](http://twvideo01.ubm-us.net/o1/vault/gdconline10/slides/115…
/dports/textproc/py-iso-639/iso639-0.4.5/iso639/
H A Diso-639-3_Retirements.tab92 ubm Upper Baram Kenyah N 2008-01-14
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/data/
H A Diso-639-3_Retirements.tab92 ubm Upper Baram Kenyah N 2008-01-14
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqrichtext_p.h1369 short utm, ubm, ulm, urm, uflm, ulinespacing; variable
/dports/textproc/py-langdetect/langdetect-1.0.7/langdetect/profiles/
H A Dro1 …ucr":1114,"uct":1068,"ucu":1790,"uda":563,"ude":4922,"udi":2446,"ubo":209,"ubm":96,"ubs":626,"ubt"…

123456