Home
last modified time | relevance | path

Searched refs:strans (Results 1 – 25 of 130) sorted by relevance

123456

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpgs_euler.sql.in6 RETURNS strans
71 CREATE FUNCTION strans_equal(strans, strans)
77 COMMENT ON FUNCTION strans_equal(strans, strans) IS
91 COMMENT ON OPERATOR = (strans, strans) IS
95 CREATE FUNCTION strans_not_equal(strans, strans)
114 COMMENT ON OPERATOR <> (strans, strans) IS
118 CREATE FUNCTION strans(strans) function
124 COMMENT ON FUNCTION strans(strans) IS
188 CREATE FUNCTION strans_trans(strans, strans)
203 COMMENT ON OPERATOR + (strans, strans) IS
[all …]
H A Dpgs_line.sql.in16 CREATE FUNCTION sline(strans, float8)
22 COMMENT ON FUNCTION sline(strans, float8) IS
58 CREATE FUNCTION strans(sline) function
59 RETURNS strans
64 COMMENT ON FUNCTION strans(sline) IS
67 CREATE CAST (sline AS strans)
68 WITH FUNCTION strans(sline)
403 RIGHTARG = strans,
407 COMMENT ON OPERATOR + (sline, strans) IS
423 RIGHTARG = strans,
[all …]
H A Dpgs_circle.sql.in400 CREATE FUNCTION strans_circle(scircle, strans)
406 COMMENT ON FUNCTION strans_circle (scircle, strans) IS
412 RIGHTARG = strans,
416 COMMENT ON OPERATOR + (scircle, strans) IS
419 CREATE FUNCTION strans_circle_inverse(scircle, strans)
425 COMMENT ON FUNCTION strans_circle_inverse (scircle, strans) IS
430 RIGHTARG = strans,
434 COMMENT ON OPERATOR - (scircle, strans) IS
H A Dpgs_ellipse.sql.in102 CREATE FUNCTION strans(sellipse) function
103 RETURNS strans
108 COMMENT ON FUNCTION strans(sellipse) IS
111 CREATE CAST (sellipse AS strans)
112 WITH FUNCTION strans(sellipse)
369 CREATE FUNCTION strans_ellipse(sellipse, strans)
375 COMMENT ON FUNCTION strans_ellipse (sellipse, strans) IS
380 RIGHTARG = strans,
384 COMMENT ON OPERATOR + (sellipse, strans) IS
398 RIGHTARG = strans,
[all …]
/dports/cad/p5-GDS2/GDS2-3.35/Examples/
H A Dgdsdump2gds145 my $strans='0000000000000000';
146 $strans='1000000000000000' if (m/\sfx\s/);
239 $lines .= " PATHTYPE $pt\n STRANS $strans\n MAG $mag\n";
250 my $strans='0000000000000000';
251 $strans='1000000000000000' if (m/\sfx\s/);
260 $lines = " SREF\n SNAME '$name'\n STRANS $strans\n MAG $mag\n";
273 my $strans='0000000000000000';
274 $strans='1000000000000000' if (m/\sfx\s/);
283 $lines = " AREF\n SNAME '$name'\n STRANS $strans\n MAG $mag\n";
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds6rotax.c98 double strans[3]; /* Translation vector for the origin */ local
137 strans[ki] = ep[ki] + zfak*saxis[ki];
153 emat[12] = strans[0];
154 emat[13] = strans[1];
155 emat[14] = strans[2];
H A Ds1611.c139 double strans[3]; local
217 strans[kp] = spoint[kp];
227 spoint[kk + kp] = spoint[kk + kp] - strans[kp];
326 centerpt[kp] = smul[kp] + strans[kp];
397 start[kp] = smul[kp] + strans[kp];
402 stang[kp] = smul[kp] + strans[kp];
407 stop[kp] = smul[kp] + strans[kp];
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/old-stats/
H A Dmail-stats-fill.c108 struct stats_transaction_context *strans; in user_trans_stats_get() local
111 for (strans = suser->transactions; strans != NULL; strans = strans->next) in user_trans_stats_get()
112 mail_stats_add_transaction(dest_r, &strans->trans->stats); in user_trans_stats_get()
H A Dstats-plugin.c157 struct stats_transaction_context *strans; in stats_transaction_begin() local
162 strans = i_new(struct stats_transaction_context, 1); in stats_transaction_begin()
163 strans->trans = trans; in stats_transaction_begin()
164 DLLIST_PREPEND(&suser->transactions, strans); in stats_transaction_begin()
166 MODULE_CONTEXT_SET(trans, stats_storage_module, strans); in stats_transaction_begin()
171 struct stats_transaction_context *strans) in stats_transaction_free() argument
173 const struct mailbox_transaction_stats *src = &strans->trans->stats; in stats_transaction_free()
177 DLLIST_REMOVE(&suser->transactions, strans); in stats_transaction_free()
185 i_free(strans); in stats_transaction_free()
196 stats_transaction_free(suser, strans); in stats_transaction_commit()
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_strans.hpp28 strans in strans() function
50 strans in strans() function
74 strans in strans() function
94 strans in strans() function
H A Dfn_fft2.hpp50 B = strans(B); in fft2()
52 return strans( fft(B) ); in fft2()
104 B = strans(B); in ifft2()
106 return strans( ifft(B) ); in ifft2()
H A Dspop_vectorise_meat.hpp89 out = strans(expr); in apply_direct()
95 SpMat<eT> tmp = strans(expr); in apply_direct()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_strans.hpp28 strans in strans() function
50 strans in strans() function
74 strans in strans() function
94 strans in strans() function
H A Dfn_fft2.hpp50 B = strans(B); in fft2()
52 return strans( fft(B) ); in fft2()
104 B = strans(B); in ifft2()
106 return strans( ifft(B) ); in ifft2()
H A Dspop_vectorise_meat.hpp89 out = strans(expr); in apply_direct()
95 SpMat<eT> tmp = strans(expr); in apply_direct()
/dports/databases/pgsphere/pgsphere-e0b303d/doc/
H A Dexamples.sgm82 <synopsis> object - strans '&ohgr;, i, &OHgr;'</synopsis>
84 <synopsis> object - strans (&ohgr;, i, &OHgr;)</synopsis>
90 <synopsis> object + strans '&ohgr;, i, &OHgr;'</synopsis>
92 <synopsis> object + strans (&ohgr;, i, &OHgr;)</synopsis>
107 <![CDATA[sql> SELECT spoint '(0,0)' + strans '90d,60d,30d' AS perihelion;]]>
113 <![CDATA[sql> SELECT spoint '(180d,0)' + strans '90d,60d,30d' AS aphelion;]]>
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsroprun8.h95 const rop_operand strans = 0xFF; in TEMPLATE_NAME() local
97 const rop_operand strans = (op->rop & lop_S_transparent ? 0xFF : -1); in TEMPLATE_NAME() local
131 if (S == strans) in TEMPLATE_NAME()
209 && (S != strans) in TEMPLATE_NAME()
H A Dgsroprun24.h102 const rop_operand strans = 0xFFFFFF; in TEMPLATE_NAME() local
104 const rop_operand strans = (op->rop & lop_S_transparent ? 0xFFFFFF : -1); in TEMPLATE_NAME() local
138 if (S == strans) in TEMPLATE_NAME()
220 && (S != strans) in TEMPLATE_NAME()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsroprun8.h95 const rop_operand strans = 0xFF; in TEMPLATE_NAME() local
97 const rop_operand strans = (op->rop & lop_S_transparent ? 0xFF : -1); in TEMPLATE_NAME() local
131 if (S == strans) in TEMPLATE_NAME()
209 && (S != strans) in TEMPLATE_NAME()
H A Dgsroprun24.h102 const rop_operand strans = 0xFFFFFF; in TEMPLATE_NAME() local
104 const rop_operand strans = (op->rop & lop_S_transparent ? 0xFFFFFF : -1); in TEMPLATE_NAME() local
138 if (S == strans) in TEMPLATE_NAME()
220 && (S != strans) in TEMPLATE_NAME()
/dports/databases/pgsphere/pgsphere-e0b303d/sql/
H A Deuler.sql7 SELECT strans '-10d,0d,10d,ZZZ' = '-10d,0d,10d,XXX' ;
8 SELECT strans '-40d,0d,40d,ZZZ' <> '-40d,0d,40d,XXX' ;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgProtocol.cpp130 nsCOMPtr<nsISocketTransport> strans; in OpenNetworkSocketWithInfo() local
135 nullptr, getter_AddRefs(strans)); in OpenNetworkSocketWithInfo()
138 strans->SetSecurityCallbacks(callbacks); in OpenNetworkSocketWithInfo()
142 strans->SetEventSink(this, currentThread); in OpenNetworkSocketWithInfo()
145 m_transport = strans; in OpenNetworkSocketWithInfo()
160 if (NS_SUCCEEDED(rv)) strans->SetQoSBits(qos); in OpenNetworkSocketWithInfo()
247 if (strans) { in CloseSocket()
324 nsCOMPtr<nsISocketTransport> strans = do_QueryInterface(m_transport); in OnStartRequest() local
326 if (strans) in OnStartRequest()
655 if (strans) { in GetSecurityInfo()
[all …]
/dports/databases/pgsphere/pgsphere-e0b303d/expected/
H A Deuler.out8 SELECT strans '-10d,0d,10d,ZZZ' = '-10d,0d,10d,XXX' ;
14 SELECT strans '-40d,0d,40d,ZZZ' <> '-40d,0d,40d,XXX' ;
/dports/science/bagel/bagel-1.2.2/src/ci/fci/
H A Ddist_form_sigma.cc54 shared_ptr<DistCivec> strans = ctrans->clone(); in operator ()() local
55 sigma_aa(ctrans, strans, jop, cc->det()->remalpha()->rembeta()); in operator ()()
61 shared_ptr<DistCivec> sigma_aa = strans->transpose(); in operator ()()
114 void FormSigmaDistFCI::sigma_aa(shared_ptr<const DistCivec> ctrans, shared_ptr<DistCivec> strans, s… in sigma_aa() argument
117 sigma_bb(ctrans, strans, jop, ctrans->det(), int_tra); in sigma_aa()
/dports/cad/python-gdsii/python-gdsii-0.2.1/doc/gdsii/
H A Delements.rst33 :attr:`strans`
71 Optional attributes: :attr:`elflags`, :attr:`plex`, :attr:`strans`, :attr:`mag`,
103 Optional attributes: :attr:`elflags`, :attr:`strans`, :attr:`mag`,
111 :attr:`path_type`, :attr:`width`, :attr:`strans`, :attr:`mag`, :attr:`angle`, :attr:`properties`

123456