Home
last modified time | relevance | path

Searched refs:qtop (Results 1 – 25 of 94) sorted by relevance

1234

/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dxqtfil.c166 struct dirent *qtop; local
168 qtop = readdir (qSxqt_topdir);
169 if (qtop == NULL)
178 if (qtop->d_name[0] == '.')
183 qtop->d_name);
188 zSdir = zbufcpy (qtop->d_name);
191 zSdir = zsappend3 ("sys", qtop->d_name, "X.");
194 zSdir = zsysdep_in_dir (qtop->d_name, "X.");
198 zSsystem = zbufcpy (qtop->d_name);
/dports/misc/sssnips/sssnips-0.05/
H A Dqidiff.sh42 qtop=`quilt top`
43 if [ -z "$qtop" ]; then
47 qfile="$qpath/$qtop"
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_bandpass.c24 int nfft,nhalf , jbot,jtop ; float df , qbot,qtop ; in THD_bandpass_OK() local
44 qtop = rintf(ftop/df) ; in THD_bandpass_OK()
46 jtop = ( qtop < nhalf ) ? (int)qtop : nhalf ; /* band top index */ in THD_bandpass_OK()
76 int nfft,nhalf , jbot,jtop , dim ; float df , qbot,qtop ; in THD_bandpass_remain_dim() local
96 qtop = rintf(ftop/df) ; in THD_bandpass_remain_dim()
98 jtop = ( qtop < nhalf ) ? (int)qtop : nhalf ; /* band top index */ in THD_bandpass_remain_dim()
126 float df , tapr , qbot,qtop ; in THD_bandpass_vectors() local
162 qtop = rintf(ftop/df) ; in THD_bandpass_vectors()
164 jtop = ( qtop < nhalf ) ? (int)qtop : nhalf ; /* band top index */ in THD_bandpass_vectors()
H A D3dTproject.c673 int ib , jbot,jtop , ntt , nbb ; float fbot,ftop , dff,qtop ; in TPR_process_data() local
693 qtop = (nf[tt]+0.1f)*df[tt] ; in TPR_process_data()
699 fbot = tp->stopband[ib].a; if(fbot<0.0f) fbot=0.0f; else if(fbot>qtop) fbot=qtop; in TPR_process_data()
700 ftop = tp->stopband[ib].b; if(ftop<0.0f) ftop=0.0f; else if(ftop>qtop) ftop=qtop; in TPR_process_data()
H A Dcs_pv.c216 { UAint64 jj,kk,qq , qtop ; in principal_vector() local
217 qtop = nn*(nn+1)/2 ; in principal_vector()
240 for( qq=0 ; qq < qtop ; qq++ ){ /* loop over (jj,kk): lower triangle */ in principal_vector()
627 { UAint64 jj,kk,qq , qtop ; in principal_vector_pair() local
628 qtop = nn*(nn+1)/2 ; in principal_vector_pair()
649 for( qq=0 ; qq < qtop ; qq++ ){ /* loop over (jj,kk): lower triangle */ in principal_vector_pair()
/dports/comms/wsjtz/wsjtx/lib/
H A Ddecode4.f9027 qtop=0.
106 if(qbest.gt.qtop) then
107 qtop=qbest
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/factotum/
H A Dfs.c18 static int qtop; variable
111 *qid = mkqid(QTDIR, qtop); in fswalk1()
493 r->fid->qid = mkqid(QTDIR, qtop); in fsattach()
517 qtop = Qroot; in fsstart()
519 qtop = Qfactotum; in fsstart()
/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-queue.c127 fq->qtop = fqc->top; in FlowQueueAppendPrivate()
145 fq->qtop = fq->qbot = NULL; in FlowQueueExtractPrivate()
H A Dflow-queue.h60 #define qtop priv.top macro
/dports/math/ntl/ntl-11.5.1/src/
H A DGF2X1.cpp115 _ntl_ulong *qtop = &qp[sq-1]; in NTL_TLS_GLOBAL_DECL() local
120 qtop[0] |= (1UL << posq); in NTL_TLS_GLOBAL_DECL()
138 qtop--; in NTL_TLS_GLOBAL_DECL()
1438 _ntl_ulong *qtop = &qp[sq-1]; in DivRem() local
1462 qtop--; in DivRem()
1505 _ntl_ulong *qtop = &qp[sq-1]; in DivRem() local
1527 qtop--; in DivRem()
1599 _ntl_ulong *qtop = &qp[sq-1]; in div() local
1622 qtop--; in div()
1651 _ntl_ulong *qtop = &qp[sq-1]; in div() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgloopmanip.c161 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
183 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
192 if (qbeg == qtop) in fix_bb_placements()
238 if (qend == qtop) in fix_bb_placements()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgloopmanip.c161 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
183 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
192 if (qbeg == qtop) in fix_bb_placements()
238 if (qend == qtop) in fix_bb_placements()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgloopmanip.c183 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
209 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
219 if (qbeg == qtop) in fix_bb_placements()
288 if (qend == qtop) in fix_bb_placements()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/draw/
H A Dgview.c665 const fpoint *q, *qtop; in set_fbb() local
666 for (qtop=(q=fp->p)+fp->n; ++q<=qtop;) { in set_fbb()
986 Point q, qtop, qbot, tmp; in mark_x_axis() local
992 qtop.y = q.y - tick_len; in mark_x_axis()
998 q.x = qtop.x = qbot.x = xtransform(tr, p.x); in mark_x_axis()
999 line(screen, qtop, q, Enddisc, Enddisc, 0, axis_color, q); in mark_x_axis()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgloopmanip.c184 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
210 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
220 if (qbeg == qtop) in fix_bb_placements()
289 if (qend == qtop) in fix_bb_placements()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgloopmanip.c185 basic_block *queue, *qtop, *qbeg, *qend; in fix_bb_placements() local
211 qtop = queue + base_loop->num_nodes + 1; in fix_bb_placements()
221 if (qbeg == qtop) in fix_bb_placements()
290 if (qend == qtop) in fix_bb_placements()

1234