Home
last modified time | relevance | path

Searched refs:xH (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/dports/devel/mk-configure/mk-configure-0.37.0/examples/arc4random/
H A Dexpect.out3 buf[0]: 0xH
4 buf[1]: 0xH
5 buf[2]: 0xH
6 buf[3]: 0xH
7 buf[4]: 0xH
8 buf[5]: 0xH
10 random % 65536: 0xH
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dpot3d.c45 getPotValue(short eX,short eY,short xH,short yH) in getPotValue() argument
51 x = (float)eX/xH - 1; in getPotValue()
73 getLinearPotValue(short eX,short eY,short xH,short yH) in getLinearPotValue() argument
78 whereMouse.x = (float)eX/xH - 1; in getLinearPotValue()
/dports/devel/vstr/vstr-1.0.15/include/
H A Dvstr-const.h123 VSTR__FLAG01( VSTR_FLAG_ ## T , _ ## xH ) | \
130 VSTR__FLAG02( VSTR_FLAG_ ## T , _ ## xH , _ ## xI ) | \
137 VSTR__FLAG02( VSTR_FLAG_ ## T , _ ## xH , _ ## xI ) | \
145 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
152 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
160 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
168 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
177 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
185 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
194 VSTR__FLAG04( VSTR_FLAG_ ## T , _ ## xH , _ ## xI , _ ## xJ , _ ## xK ) | \
[all …]
/dports/math/eclib/eclib-20210318/libsrc/
H A Dmquartic.cc66 bigfloat xH = I2bigfloat(H); in set_roots_and_type() local
111 cout<<"xH = " << xH << ", a4*phi3 = " << a4*phi3 <<"\n"; in set_roots_and_type()
118 bigfloat r1 = safe_sqrt((a4*phi1-xH)/3); in set_roots_and_type()
119 bigfloat r2 = safe_sqrt((a4*phi2-xH)/3); in set_roots_and_type()
120 bigfloat r3 = safe_sqrt((a4*phi3-xH)/3); in set_roots_and_type()
137 bigfloat r1 = safe_sqrt((a4*phi1-xH)/3); in set_roots_and_type()
138 bigfloat ir2 = safe_sqrt((xH-a4*phi2)/3); in set_roots_and_type()
139 bigfloat ir3 = safe_sqrt((xH-a4*phi3)/3); in set_roots_and_type()
179 bigcomplex r1 = sqrt((a4*cphi[0]-xH)/three); in set_roots_and_type()
180 bigfloat r3 = safe_sqrt((a4*realphi-xH)/three); in set_roots_and_type()
H A Dreduce.cc50 const bigfloat& xH, const bigfloat& phi) in types12_covar() argument
56 ans[0] = 3*(4*xa*phi-xH); in types12_covar()
69 bigfloat* type3_covar(const bigfloat& xa, const bigfloat& xb, const bigfloat& xH, in type3_covar() argument
75 bigcomplex r1 = sqrt((a4*cphi-xH)/three); in type3_covar()
76 bigfloat r3 = sqrt(abs(a4*rphi-xH)/three); in type3_covar()
135 bigfloat xH = I2bigfloat(H); in quadratic_covariant() local
172 hcoeffs = types12_covar(a,b,c,d,xH,phi); in quadratic_covariant()
201 hcoeffs = type3_covar(xa,xb,xH,realphi,cphi[0],(sign(R)<0)); in quadratic_covariant()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/supermatrix/test/qr/slab/
H A Ddriver_qr_slab.c45 AH, TW, xH, bH; in main() local
120 FLASH_Obj_create_hier_copy_of_flat( x, 1, &nb_alg, &xH ); in main()
130 FLASH_QR_UT_solve( AH, TW, bH, xH ); in main()
135 FLASH_Obj_flatten( xH, x ); in main()
136 FLASH_Obj_free( &xH ); in main()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/timelib-2017.05/zones/
H A Dcreate-entry.php31 sscanf( $parts[1], '%c%2d%2d%c%3d%2d', $xSign, $xH, $xM, $ySign, $yH, $yM );
36 sscanf( $parts[1], '%c%2d%2d%2d%c%3d%2d%2d', $xSign, $xH, $xM, $xS, $ySign, $yH, $yM, $yS );
38 $lat = $xH + ( $xM / 60 ) + ( $xS / 3600 );
/dports/graphics/gpxsee/GPXSee-7.32/src/GUI/
H A Dformat.cpp90 QChar xH = (value.lon() < 0) ? 'W' : 'E'; in coordinates() local
95 + deg2DMM(qAbs(value.lon())) + xH; in coordinates()
99 + deg2DMS(qAbs(value.lon())) + xH; in coordinates()
104 + QChar(0x00A0) + l.toString(qAbs(value.lon()), 'f', 5) + xH; in coordinates()
/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dpot2d.c42 getPotValue(short eX,short eY,short xH,short yH) in getPotValue() argument
48 x = (float)eX/xH - 1; in getPotValue()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/function/
H A DLogit.java202 double xH = invH; in value() local
204 f[i] = xL + xH; in value()
206 xH *= i * invH; in value()
/dports/math/ogdf/OGDF/src/ogdf/decomposition/
H A DBCTree.cpp144 node xH = m_gNode_hNode[xG]; in biComp() local
145 if (!xH) m_gNode_hNode[xG] = zH; in biComp()
147 node xB = m_hNode_bNode[xH]; in biComp()
156 m_bNode_hRefNode[xB] = xH; in biComp()
166 m_bNode_hParNode[yB] = xH; in biComp()
H A DDynamicSPQRForest.cpp423 node xH = bothVirtEdgesExist ? gH->source() : uH; in updateInsertedEdgeSPQR() local
426 (vH == xH || vH == yH || wH == xH || wH == yH); in updateInsertedEdgeSPQR()
434 if (vH == xH) { nH = m_H.newEdge(wH, yH); } in updateInsertedEdgeSPQR()
435 else if (vH == yH) { nH = m_H.newEdge(wH, xH); } in updateInsertedEdgeSPQR()
436 else if (wH == xH) { nH = m_H.newEdge(vH, yH); } in updateInsertedEdgeSPQR()
437 else if (wH == yH) { nH = m_H.newEdge(vH, xH); } in updateInsertedEdgeSPQR()
466 while (vH != xH && vH != yH) { in updateInsertedEdgeSPQR()
505 (vH == yH ? xH : yH) : vH); in updateInsertedEdgeSPQR()
/dports/lang/perl5.34/perl-5.34.0/cpan/Unicode-Collate/t/
H A Dloc_sq.t104 ok($objSq->eq("xh", "xH"));
105 ok($objSq->eq("xH", "Xh"));
138 ok($objSq->lt("xh", "xH"));
139 ok($objSq->lt("xH", "Xh"));
179 ok($objSq->gt("xh", "xH"));
180 ok($objSq->gt("xH", "Xh"));
/dports/lang/perl5.30/perl-5.30.3/cpan/Unicode-Collate/t/
H A Dloc_sq.t104 ok($objSq->eq("xh", "xH"));
105 ok($objSq->eq("xH", "Xh"));
138 ok($objSq->lt("xh", "xH"));
139 ok($objSq->lt("xH", "Xh"));
179 ok($objSq->gt("xh", "xH"));
180 ok($objSq->gt("xH", "Xh"));
/dports/lang/perl5.32/perl-5.32.1/cpan/Unicode-Collate/t/
H A Dloc_sq.t104 ok($objSq->eq("xh", "xH"));
105 ok($objSq->eq("xH", "Xh"));
138 ok($objSq->lt("xh", "xH"));
139 ok($objSq->lt("xH", "Xh"));
179 ok($objSq->gt("xh", "xH"));
180 ok($objSq->gt("xH", "Xh"));
/dports/textproc/p5-Unicode-Collate/Unicode-Collate-1.31/t/
H A Dloc_sq.t99 ok($objSq->eq("xh", "xH"));
100 ok($objSq->eq("xH", "Xh"));
133 ok($objSq->lt("xh", "xH"));
134 ok($objSq->lt("xH", "Xh"));
174 ok($objSq->gt("xh", "xH"));
175 ok($objSq->gt("xH", "Xh"));
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Unicode-Collate/t/
H A Dloc_sq.t99 ok($objSq->eq("xh", "xH"));
100 ok($objSq->eq("xH", "Xh"));
133 ok($objSq->lt("xh", "xH"));
134 ok($objSq->lt("xH", "Xh"));
174 ok($objSq->gt("xh", "xH"));
175 ok($objSq->gt("xH", "Xh"));
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DTensorsTest.cpp371 auto xH = X.getHandle<>(); in TEST() local
376 zH.insertTensors(xH, {4}); in TEST()
389 auto xH = X.getHandle<>(); in TEST() local
399 xH.raw(i) = (float(i) - 30) / 50; in TEST()
404 zH.insertTensors(xH, {0, 0}); in TEST()
405 zH.insertTensors(xH, {5, 5}); in TEST()
406 zH.insertTensors(xH, {10, 10}); in TEST()
411 EXPECT_EQ(zH.at({0, 0}), xH.at({0, 0})); in TEST()
422 EXPECT_EQ(yH.raw(i), xH.raw(i)); in TEST()
831 auto xH = X.getHandle<>(); in TEST() local
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Ddn.c157 #define xH ( 1 << 7 ) macro
183 /*B*/ xA|xB| xD|xE|xF|xG|xH|xI|xJ| xM|xN|xO| xR|xS|xT| xV|xW| xY|xZ,
184 /*C*/ xA| xC|xD| xF|xG|xH|xI| xK|xL|xM|xN|xO| xR| xU|xV| xX|xY|xZ,
186 /*E*/ xC| xE| xG|xH| xR|xS|xT,
188 /*G*/ xA|xB| xD|xE|xF| xH|xI| xL|xM|xN| xP|xQ|xR|xS|xT|xU| xW| xY,
192 /*K*/ xE| xG|xH|xI| xM|xN| xP| xR| xW| xY|xZ,
194 /*M*/ xA| xC|xD| xG|xH| xK|xL|xM|xN|xO|xP|xQ|xR|xS|xT|xU|xV|xW|xX|xY|xZ,
197 /*P*/ xA| xE|xF|xG|xH| xK|xL|xM|xN| xR|xS|xT| xW| xY,
200 /*S*/ xA|xB|xC|xD|xE| xG|xH|xI|xJ|xK|xL|xM|xN|xO| xR| xT| xV| xY|xZ,
201 /*T*/ xC|xD| xF|xG|xH| xJ|xK|xL|xM|xN|xO| xR| xT| xV|xW| xZ,
/dports/net/ldapscripts/ldapscripts-2.0.8/lib/
H A Druntime201 …$LDAPSEARCHBIN $LDAPBINOPTS $LDAPSEARCHOPTS -w "$BINDPWD" -D "$BINDDN" -b "${1:-$SUFFIX}" -xH "$SE…
227 …$LDAPADDBIN $LDAPBINOPTS $_OPTIONS -y "$BINDPWDFILE" -D "$BINDDN" -xH "$SERVER" 2>>"$LOGFILE" 1>/d…
229 …$LDAPADDBIN $LDAPBINOPTS $_OPTIONS -w "$BINDPWD" -D "$BINDDN" -xH "$SERVER" 2>>"$LOGFILE" 1>/dev/n…
255 …$LDAPMODIFYBIN $LDAPBINOPTS $_OPTIONS -y "$BINDPWDFILE" -D "$BINDDN" -xH "$SERVER" 2>>"$LOGFILE" 1…
257 …$LDAPMODIFYBIN $LDAPBINOPTS $_OPTIONS -w "$BINDPWD" -D "$BINDDN" -xH "$SERVER" 2>>"$LOGFILE" 1>/de…
274 …$LDAPMODRDNBIN $LDAPBINOPTS -y "$BINDPWDFILE" -D "$BINDDN" -xH "$SERVER" -r "$1" "$2" 2>>"$LOGFILE…
276 …$LDAPMODRDNBIN $LDAPBINOPTS -w "$BINDPWD" -D "$BINDDN" -xH "$SERVER" -r "$1" "$2" 2>>"$LOGFILE" 1>…
291 …$LDAPDELETEBIN $LDAPBINOPTS -y "$BINDPWDFILE" -D "$BINDDN" -xH "$SERVER" -r "$1" 2>>"$LOGFILE" 1>/…
293 …$LDAPDELETEBIN $LDAPBINOPTS -w "$BINDPWD" -D "$BINDDN" -xH "$SERVER" -r "$1" 2>>"$LOGFILE" 1>/dev/…
716 …$LDAPPASSWDBIN $LDAPBINOPTS -y "$BINDPWDFILE" -D "$BINDDN" -xH "$SERVER" -T "$_TMPFILE" "$2" 2>>"$…
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/image/
H A Dcanvas.cpp318 xH = 30 + image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X) ; in wxBEGIN_EVENT_TABLE()
636 dc.DrawLine (xH-10,yH,xH+10,yH); in OnPaint()
637 dc.DrawLine (xH,yH-10,xH,yH+10); in OnPaint()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/image/
H A Dcanvas.cpp321 xH = 30 + image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X) ; in wxBEGIN_EVENT_TABLE()
639 dc.DrawLine (xH-10,yH,xH+10,yH); in OnPaint()
640 dc.DrawLine (xH,yH-10,xH,yH+10); in OnPaint()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/image/
H A Dcanvas.cpp321 xH = 30 + image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X) ; in wxBEGIN_EVENT_TABLE()
639 dc.DrawLine (xH-10,yH,xH+10,yH); in OnPaint()
640 dc.DrawLine (xH,yH-10,xH,yH+10); in OnPaint()
/dports/dns/unbound/unbound-1.14.0/testdata/10-unbound-anchor.tdir/
H A DK.+005+37348.private3 Modulus: yNX8jrJhjQsYESoEVlLQrrNxsJUB9qts6gIoFQR+xH+dV3LenAzJ1eilRWGDhnTu1O7zDaBhM8As+/kToQkUl5sDfh…
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dtestsid.pem37 zAHQtw5r4Dgl+a+BGLczh6as4yIH+xH+

12345678910>>...32