Home
last modified time | relevance | path

Searched refs:qg (Results 1 – 25 of 1735) sorted by relevance

12345678910>>...70

/dports/math/reduce/Reduce-svn5758-src/packages/regressions/
H A D2019-10-09-xideal-undef-fn-error.tst7 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3);
9 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)
10 *(qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c2)*qg(b3,b0,c3)
11 +qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c3)*qg(b3,b0,c2));
13 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)*qg(b0,b1,c0)
15 +qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)
16 *qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c3)*qg(b3,b0,c2);
22 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3);
24 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)
25 *(qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c2)*qg(b3,b0,c3)
[all …]
H A D2019-10-09-xideal-undef-fn-error.rlg12 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3);
19 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)
20 *(qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c2)*qg(b3,b0,c3)
21 +qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c3)*qg(b3,b0,c2));
31 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)*qg(b0,b1,c0)
33 +qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)
34 *qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c3)*qg(b3,b0,c2);
50 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3);
57 qg(a0,a1,c0)*qg(a1,a2,c1)*qg(a2,a3,c2)*qg(a3,a0,c3)
58 *(qg(b0,b1,c0)*qg(b1,b2,c1)*qg(b2,b3,c2)*qg(b3,b0,c3)
[all …]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Ddeltaui.c136 qg->qg = realloc(qg->qg,(qg->max += 1) * sizeof(QuestionableGrid)); in Delta_OK()
137 memset(qg->qg+qg->cur,0,sizeof(QuestionableGrid)); in Delta_OK()
164 free(qg->qg); in delta_e_h()
462 if ( qg->loff_top + qg->vlcnt > qg->lcnt ) in QG_SetSb()
463 qg->loff_top = qg->lcnt-qg->vlcnt; in QG_SetSb()
745 qg->list.first = qg->qg; in QGDoSort()
752 sc = qg->qg[l].sc; in QGDoSort()
764 qg->list.kids[cnt].first = &qg->qg[lstart]; in QGDoSort()
768 sc = qg->qg[l].sc; in QGDoSort()
770 sc = qg->qg[l].sc; in QGDoSort()
[all …]
/dports/cad/qmls/qmls-0.2/qmls/
H A Dquineterm.cpp52 head = tail = qg; in Insert()
56 qg->SetNext(head); in Insert()
57 head->SetPrev(qg); in Insert()
58 head = qg; in Insert()
62 qg->SetPrev(tail); in Insert()
63 tail->SetNext(qg); in Insert()
64 tail = qg; in Insert()
81 QuineGroup* qg = head; in GroupAt() local
83 qg = qg->GetNext(); in GroupAt()
85 return qg; in GroupAt()
[all …]
H A Dquine.cpp189 QuineGroup* qg; in Setup() local
217 assert(qg); in Setup()
218 qgCares[i] = qg; in Setup()
224 assert(qg); in Setup()
225 qgDontCares[i] = qg; in Setup()
286 QuineGroup* qg; in CreatePIList() local
300 if (!qg->HasCombined() && qg->PrimeImplicant() != 0) in CreatePIList()
305 qg = qg->GetNext(); in CreatePIList()
363 QuineGroup* qg; in GroupIsThere() local
382 while(k < qg->Size() && qg->ValueAt(k) == temp.ValueAt(k)) in GroupIsThere()
[all …]
H A Dquinegroup.cpp150 if (!qg.numItems) in operator <<()
153 QuineNode* nd = qg.head; in operator <<()
154 for(unsigned int i=0; i<qg.numItems; i++) in operator <<()
157 if (i != qg.numItems-1) in operator <<()
162 if (qg.diffBits) in operator <<()
165 for (unsigned int i=0; i<qg.numDiffBits; i++) in operator <<()
167 outs << qg.diffBits[i]; in operator <<()
168 if (i != qg.numDiffBits-1) in operator <<()
174 if (qg.hasCombined) in operator <<()
178 else if (qg.primeImplicant != 0) in operator <<()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/xcolor/
H A Dxcolor.tst95 c1 := qg(e4,e1,e5)*qg(e1,e2,e5)*qg(e2,e3,e6)*qg(e3,e4,e6);
96 c2 := qg(e4,e1,e5)*qg(e1,e2,e6)*qg(e2,e3,e5)*qg(e3,e4,e6);
97 c3 := qg(e3,e1,e4)*qg(e1,e2,e5)*qg(e2,e3,e6)*g3(e4,e6,e5);
127 c4a := qg(e4,e1,e7)*qg(e1,e2,e9)*qg(e2,e3,e8)*qg(e3,e4,e5)
130 c4c := qg(e4,e1,e7)*qg(e1,e2,e9)*qg(e2,e3,e5)*qg(e3,e4,e8)
166 *qg(e6,e7,e3)*qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e9,e6,e4);
169 *qg(e6,e9,e3)*qg(e9,e8,e5)*qg(e8,e7,e2)*qg(e7,e6,e4);
201 c0c := g3(e1,e3,e2)*qg(e9,e4,e1)*qg(e6,e7,e3)
202 *qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e4,e6,e5);
204 c0d := g3(e1,e3,e2)*qg(e4,e6,e1)*qg(e6,e7,e3)
[all …]
H A Dxcolor.rlg99 c1 := qg(e4,e1,e5)*qg(e1,e2,e5)*qg(e2,e3,e6)*qg(e3,e4,e6);
107 c2 := qg(e4,e1,e5)*qg(e1,e2,e6)*qg(e2,e3,e5)*qg(e3,e4,e6);
115 c3 := qg(e3,e1,e4)*qg(e1,e2,e5)*qg(e2,e3,e6)*g3(e4,e6,e5);
152 c4a := qg(e4,e1,e7)*qg(e1,e2,e9)*qg(e2,e3,e8)*qg(e3,e4,e5)
169 c4c := qg(e4,e1,e7)*qg(e1,e2,e9)*qg(e2,e3,e5)*qg(e3,e4,e8)
209 *qg(e6,e7,e3)*qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e9,e6,e4);
219 *qg(e6,e9,e3)*qg(e9,e8,e5)*qg(e8,e7,e2)*qg(e7,e6,e4);
255 c0c := g3(e1,e3,e2)*qg(e9,e4,e1)*qg(e6,e7,e3)
256 *qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e4,e6,e5);
265 c0d := g3(e1,e3,e2)*qg(e4,e6,e1)*qg(e6,e7,e3)
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/drawing/
H A Dpyqt.py31 self.setPen(qg.QPen(qc.Qt.NoPen))
81 self._no_line = qg.QPen(qc.Qt.NoPen)
136 return qg.QBrush(
198 qt_path = qg.QPainterPath()
212 polygon = qg.QPolygonF()
357 def _get_x_scale(t: qg.QTransform) -> float:
389 def default_font(self) -> qg.QFont:
417 def get_text_path(self, text: str, font: qg.QFont) -> qg.QPainterPath:
425 path = qg.QPainterPath()
485 qt_path = qg.QPainterPath()
[all …]
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dxcolor.tst166 *qg(e6,e7,e3)*qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e9,e6,e4);
169 *qg(e6,e9,e3)*qg(e9,e8,e5)*qg(e8,e7,e2)*qg(e7,e6,e4);
201 C0c := g3(e1,e3,e2)*qg(e9,e4,e1)*qg(e6,e7,e3)
202 *qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e4,e6,e5);
204 C0d := g3(e1,e3,e2)*qg(e4,e6,e1)*qg(e6,e7,e3)
205 *qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e9,e4,e5);
H A Dxcolor.rlg209 *qg(e6,e7,e3)*qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e9,e6,e4);
219 *qg(e6,e9,e3)*qg(e9,e8,e5)*qg(e8,e7,e2)*qg(e7,e6,e4);
255 C0c := g3(e1,e3,e2)*qg(e9,e4,e1)*qg(e6,e7,e3)
256 *qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e4,e6,e5);
265 C0d := g3(e1,e3,e2)*qg(e4,e6,e1)*qg(e6,e7,e3)
266 *qg(e7,e8,e2)*qg(e8,e9,e5)*qg(e9,e4,e5);
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Depsdiag.f90139 type (grid) :: qg local
264 qg%nr=1+nrq1
265 SAFE_ALLOCATE(qg%r, (3,qg%nr))
271 qg%r(1:3,1)=0d0
273 qg%r(1:3,2:qg%nr)=q1(1:3,1:nrq1)
289 call checkbz(qg%nf,qg%f,qgrid,qshift,crys%bdot, &
397 do ifq=1,qg%nf
592 qk = qg%r(:,irq)
611 do ifq=2,qg%nf
626 do ifq=2,qg%nf
[all …]
H A Dsortbyq.f9022 type (grid), intent(in) :: qg, kg local
56 do ifq=1,qg%nf
57 diff(1:3) = fq(1:3) - qg%f(1:3, ifq)
86 fqa(:,ii) = qg%f(:,ifq)
89 irqa(ii)=qg%indr(ifq)
95 SAFE_ALLOCATE(peinf%nxqown, (qg%nr))
100 do irq = 1, qg%nr
H A Depscopy.f9033 type (grid), intent(out) :: qg local
501 qg%nr=nrq1+1
504 SAFE_ALLOCATE(qg%r, (3,qg%nr))
505 qg%r(1:3,1)=q0
507 qg%r(1:3,2:qg%nr)=q1(1:3,1:nrq1)
511 if (.not. all(qg%r(1:3,2:qg%nr).eq.q1(1:3,1:nrq1))) then
536 qk(:) = qg%r(:,irq+1)
656 call checkbz(qg%nf,qg%f,qgrid,qshift,crys%bdot,tmpfn,'q',.true.,xct%freplacebz,xct%fwritebz)
662 do ii=1,qg%nf
720 type (grid), intent(out) :: qg local
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/simple/
H A Dinit_us_2_max.f9044 real(DP), allocatable :: gk (:,:), qg (:), vq (:), ylm (:,:), vkb1(:,:) local
58 allocate ( qg( npw_))
69 qg (ig) = gk(1, ig)**2 + gk(2, ig)**2 + gk(3, ig)**2
72 call ylmr2 ((lmaxkb+1)**2, npw_, gk, qg, ylm)
77 qg(ig) = sqrt(qg(ig))*tpiba
92 call mk_ffnl_gth( nt, nb, npw_, omega, qg, vq )
96 vq(ig) = splint(xdata, tab(:,nb,nt), tab_d2y(:,nb,nt), qg(ig))
98 px = qg (ig) / dq - int (qg (ig) / dq)
102 i0 = INT( qg (ig) / dq ) + 1
160 deallocate (qg)
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dftdelta.c86 data->qg[i].x == x && in Duplicate()
87 data->qg[i].y == y ) { in Duplicate()
89 data->qg[i].distance = dist; in Duplicate()
100 QuestionableGrid *qg; in SplineFindQuestionablePoints() local
128 data->qg = realloc(data->qg,(data->max += 100) * sizeof(QuestionableGrid)); in SplineFindQuestionablePoints()
129 qg = &data->qg[data->cur]; in SplineFindQuestionablePoints()
130 qg->sc = data->sc; in SplineFindQuestionablePoints()
132 qg->nearestpt = pt; in SplineFindQuestionablePoints()
133 qg->x = floor(bp.x); qg->y = floor(bp.y); in SplineFindQuestionablePoints()
134 qg->distance = dist; in SplineFindQuestionablePoints()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dinit_us_2.f9042 REAL(DP), ALLOCATABLE :: gk(:,:), qg(:), vq(:), ylm(:,:), vkb1(:,:) local
74 ALLOCATE( qg(blocksize) )
89 qg(ig) = gk(1, ig)**2 + gk(2, ig)**2 + gk(3, ig)**2
92 CALL ylmr2( (lmaxkb+1)**2, realblocksize, gk, qg, ylm(1:realblocksize,:) )
97 qg(ig) = SQRT(qg(ig))*tpiba
108 CALL mk_ffnl_gth( nt, nb, realblocksize, omega, qg, vq )
112 vq(ig) = splint(xdata, tab(:,nb,nt), tab_d2y(:,nb,nt), qg(ig))
114 px = qg(ig) / dq - INT( qg(ig)/dq )
118 i0 = INT( qg(ig)/dq ) + 1
187 DEALLOCATE( qg )
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Dpvq_decoder.c149 int qg; in pvq_decode_partition() local
159 qg = 0; in pvq_decode_partition()
180 qg = id & 1; in pvq_decode_partition()
193 if (qg > 0) { in pvq_decode_partition()
197 OD_IIR_DIADIC(*exg, qg << 16, 2); in pvq_decode_partition()
229 if (is_keyframe) qg = neg_deinterleave(qg, icgr); in pvq_decode_partition()
231 qg = neg_deinterleave(qg, icgr + 1) - 1; in pvq_decode_partition()
236 qcg = OD_SHL(qg, OD_CGAIN_SHIFT) + gain_offset; in pvq_decode_partition()
248 if (!is_keyframe) qg++; in pvq_decode_partition()
249 qcg = OD_SHL(qg, OD_CGAIN_SHIFT); in pvq_decode_partition()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/XSpectra/src/
H A Dinit_gipaw_2.f9041 real(DP), allocatable :: gk (:,:), qg (:), vq (:), ylm (:,:), vkb1(:,:) local
53 allocate ( qg( npw_))
63 qg (ig) = gk(1, ig)**2 + gk(2, ig)**2 + gk(3, ig)**2
66 call ylmr2 ((paw_lmaxkb+1)**2, npw_, gk, qg, ylm)
71 qg(ig) = sqrt(qg(ig))*tpiba
90 paw_recon(nt)%paw_tab_d2y(:,nb), qg(ig) )
92 px = qg (ig) / dq - int (qg (ig) / dq)
96 i0 = qg (ig) / dq + 1
152 deallocate (qg)
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/bindings/tmux/
H A Dpowerline_tmux_1.9_plus.conf3 set-option -qg status-style "$_POWERLINE_BACKGROUND_COLOR"
4 set-option -qg window-status-last-style "$_POWERLINE_ACTIVE_WINDOW_STATUS_COLOR"
5 set-window-option -qg window-status-style "$_POWERLINE_WINDOW_STATUS_COLOR"
6 set-window-option -qg window-status-activity-style "$_POWERLINE_ACTIVITY_STATUS_COLOR"
7 set-window-option -qg window-status-bell-style "$_POWERLINE_BELL_STATUS_COLOR"
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/PH/
H A Daddusddense.f9059 complex(DP), allocatable :: sk (:), qg (:), qgm (:), aux (:,:,:) local
67 allocate (qg ( dfftp%nnr))
117 qg (:) = (0.d0, 0.d0)
118 qg (dfftp%nl (:) ) = aux (:, is, ipert)
119 CALL invfft ('Rho', qg, dfftp)
120 drhoscf(:,is,ipert) = drhoscf(:,is,ipert) + 2.d0*qg(:)
126 deallocate (qg)
/dports/science/quantum-espresso/q-e-qe-6.7.0/LR_Modules/
H A Daddusddenseq.f9059 complex(DP), allocatable :: sk (:), qg (:), qgm (:), aux (:,:) local
67 allocate (qg ( dfftp%nnr))
115 qg (:) = (0.d0, 0.d0)
116 qg (dfftp%nl (:) ) = aux (:, is)
117 CALL invfft ('Rho', qg, dfftp)
118 drhoscf(:,is,1) = drhoscf(:,is,1) + 2.d0*qg(:)
125 deallocate (qg)
/dports/science/quantum-espresso/q-e-qe-6.7.0/upflib/
H A Dgth.f9040 real(dp), intent(in) :: qg(nq) local
66 qr2=(qg(ii)*rrl)**2
71 qr2=(qg(ii)*rrl)**2
76 qr2=(qg(ii)*rrl)**2
86 qr2=(qg(ii)*rrl)**2
91 qr2=(qg(ii)*rrl)**2
96 qr2=(qg(ii)*rrl)**2
106 qr2=(qg(ii)*rrl)**2
111 qr2=(qg(ii)*rrl)**2
120 qr2=(qg(ii)*rrl)**2
[all …]
/dports/databases/vfront/vfront-0.96c/admin/
H A Dmenu_registri.php48 $qg = $vmreg->query("SELECT * variable
52 if($vmreg->num_rows($qg)!=1){
57 $RS = $vmreg->fetch_assoc($qg);
192 …$qg = $vmreg->query("SELECT g.gid, g.nome_gruppo, g.descrizione_gruppo, g.data_gruppo , count(u.gi… variable
204 if($vmreg->num_rows($qg)>0){
210 $matrice_gr = $vmreg->fetch_assoc_all($qg);
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dqueue.c5261 int qd, qg; local
6122 if (qg->qg_numqueues != 0 && qg->qg_qpaths != NULL)
6318 qg->qg_qpaths[qg->qg_numqueues].qp_subdirs = QP_NOSUB;
6323 qg->qg_qpaths[qg->qg_numqueues].qp_subdirs |= flag; \
6335 qg->qg_qpaths[qg->qg_numqueues].qp_name =
6338 qg->qg_qpaths[qg->qg_numqueues].qp_name =
6344 qg->qg_qpaths[qg->qg_numqueues].qp_subdirs);
6346 qg->qg_qpaths[qg->qg_numqueues].qp_idx = qn;
7500 qg = (QUEUEGRP *) xalloc(sizeof(*qg));
7501 memset((char *) qg, '\0', sizeof(*qg));
[all …]

12345678910>>...70